Commit Graph

27 Commits (c95c666d0128e5ec0c161b531c568233a8d3979d)

Author SHA1 Message Date
Hannes Schmelzer c74e3295ae x86/bootm: fix error handling in boot_prep_linux(...) 6 years ago
Simon Glass 329da4850c Define board_quiesce_devices() in a shared location 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Alexey Brodkin 4280342adb fdt: Implement weak arch_fixup_fdt() 6 years ago
Anatolij Gustschin 254752494a Revert "x86: bootm: Fix FIT image booting on x86" 7 years ago
Stefan Roese 7025b05415 x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup() 7 years ago
Stefan Roese 13c531e52a x86: bootm: Fix FIT image booting on x86 7 years ago
Simon Glass 23b89d4d6e x86: Don't build call64 and setjmp on 64-bit 7 years ago
Masahiro Yamada 63c0941726 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY 8 years ago
Alexander Graf b7b8410a8f ls2080: Exit dpaa only right before exiting U-Boot 8 years ago
Bin Meng 1e2f7b9e8e x86: Call board_final_cleanup() in last_stage_init() 8 years ago
Bin Meng a187559e3d Use correct spelling of "U-Boot" 8 years ago
Simon Glass e49cceac61 x86: Handle running as EFI payload 9 years ago
Simon Glass 8b097916fa x86: Add some missing global_data declarations in files that use gd 9 years ago
Simon Glass 2c363cb003 x86: Correct a few progress message nits 10 years ago
Simon Glass 61643ae61a x86: bootm: Support booting a 64-bit raw kernel 10 years ago
Simon Glass 76539383ea x86: Move kernel boot function to arch/x86/lib/bootm.c 10 years ago
Simon Glass 0d0ba59ccd x86: Rewrite bootm.c to make it similar to ARM 10 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Simon Glass 7af26b1669 blackfin: x86: bootm: Handle PREP stage of bootm 11 years ago
Simon Glass bdc7d5cda3 x86: Correct missing local variable in bootm 11 years ago
Simon Glass 7949703a95 x86: Rationalise kernel booting logic and bootstage 11 years ago
Gabe Black 69370d144a x86: Refactor the zboot innards so they can be reused with a vboot image 13 years ago
Gabe Black 233dbc1194 x86: Add support for booting Linux using the 32 bit boot protocol 13 years ago
Graeme Russ a76fc70ee1 x86: Provide more configuration granularity 13 years ago
Graeme Russ 83088afbba cosmetic: checkpatch cleanup of arch/x86/lib/*.c 13 years ago
Graeme Russ fea2572001 x86: Rename i386 to x86 13 years ago
Graeme Russ dbf7115a32 x86: Code cleanup 13 years ago
Wolfgang Denk 54841ab50c Make sure that argv[] argument pointers are not modified. 14 years ago
Peter Tyser ea0364f1bb Move lib_$ARCH directories to arch/$ARCH/lib 14 years ago
Jean-Christophe PLAGNIOL-VILLARD a31e091ad7 rename include/zlib.h to include/u-boot/zlib.h 15 years ago
Kumar Gala 49c3a861d1 bootm: Add subcommands 16 years ago
Graeme Russ 3ef96ded38 Update i386 code (sc520_cdp) 16 years ago
Kumar Gala 40d7e99d37 bootm: refactor do_reset and os boot function args 16 years ago
Kumar Gala c4f9419c6b bootm: refactor ramdisk locating code 16 years ago
Kumar Gala 3216ca9692 Fix fallout from autostart revert 16 years ago
Jean-Christophe PLAGNIOL-VILLARD dd22394413 i386/bootm: remove unused var 16 years ago
Marian Balakowicz cd7c596e9f [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines 16 years ago
Marian Balakowicz d985c8498c [new uImage] Remove unnecessary arguments passed to ramdisk routines 16 years ago
Marian Balakowicz 9a4daad0a3 [new uImage] Update naming convention for bootm/uImage related code 16 years ago
Kumar Gala 75fa002c47 [new uImage] Respect autostart setting in linux bootm 16 years ago
Marian Balakowicz 8a5ea3e616 [new uImage] Move image verify flag to bootm_headers structure 16 years ago
Marian Balakowicz d5934ad775 [new uImage] Add dual format uImage support framework 16 years ago
Marian Balakowicz 5ad03eb385 [new uImage] Factor out common image_get_ramdisk() routine 17 years ago
Marian Balakowicz 4a995edec1 [new uImage] Rename architecture specific bootm code files 17 years ago
Marian Balakowicz f13e7b2e99 [new uImage] Cleanup image header pointer use in bootm code 17 years ago
Marian Balakowicz 15158971f4 [new uImage] Fix uImage header pointer use in i386 do_bootm_linux() 17 years ago
Marian Balakowicz 261dcf4624 [new uImage] Remove I386 uImage fake_header() routine 17 years ago
Marian Balakowicz b97a2a0a21 [new uImage] Define a API for image handling operations 17 years ago
Wolfgang Denk e644670b68 Fix multi-part image support on i386 platform. 18 years ago