Commit Graph

133 Commits (6a9f797623b333487e587b51a59af006a2514576)

Author SHA1 Message Date
Lukasz Majewski a8be249463 bootcount: spl: Extend SPL to support bootcount incrementation 7 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 7 years ago
Alex Kiernan 117a0e02be spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORT 7 years ago
Miquel Raynal 55fe0e2b54
spl: fix binman_sym output check 7 years ago
Klaus Goger 0b674a3120 spl: include timezone in banner 7 years ago
Anatolij Gustschin 0292bc0d13 spl: add option to disable SPL banner output 7 years ago
Kever Yang af2f44267f spl: use different BOARD_INIT MACRO for spl and tpl 7 years ago
Simon Glass 8bee2d251a binman: Add binman symbol support to SPL 8 years ago
Philipp Tomsich 1d3790905d spl: atf: introduce spl_invoke_atf and make bl31_entry private 8 years ago
André Draszik 3fe3839acc SPL: fix printing of image name 8 years ago
York Sun d1fc0a31b5 spl: fix assignment of board info to global data 8 years ago
Kever Yang a8c5112a26 spl: stash bootstage info before jump to next stage 8 years ago
Anatolij Gustschin 2d2531be86 spl: add newline in debug output 8 years ago
Anatolij Gustschin f9d42d821c spl: do not repeat timer init on i.MX6 8 years ago
Philipp Tomsich f1c6e1922e spl: dm: use CONFIG_IS_ENABLED to test for the DM option 8 years ago
Philipp Tomsich ae2cee2e34 spl: use TPL_SYS_MALLOC_F_LEN for TPL 8 years ago
Andy Yan f1896c45cb spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 8 years ago
Vikas Manocha 6bcdd66d1c spl: armv7m: to keep ARM v7M in thumb mode before booting next image 8 years ago
Simon Glass 824bb1b453 bootstage: Support SPL 8 years ago
Kever Yang bcc1726a7b spl: add support to booting with ATF 8 years ago
B, Ravi 6e7585bb64 boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon boot 8 years ago
Lokesh Vutla 15eb1d43bf spl: reorder the assignment of board info to global data 8 years ago
Vikas Manocha 5bf5250e9d spl: make image arg or fdt blob address reconfigurable 8 years ago
Vikas Manocha 634fcf0848 spl: armv7m: keep ARM v7M in thumb mode while jumping to entry point 8 years ago
Tom Rini cf334edfbb spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LEN 8 years ago
Andrew F. Davis 722a6b1741 spl: Add option to enable SPL Legacy image support 8 years ago
Andrew F. Davis 24eb39b575 spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option 8 years ago
Eddie Cai 340f418acd spl: Add spl_early_init() 8 years ago
Masahiro Yamada 7b74c4b60b Revert "armv8: release slave cores from CPU_RELEASE_ADDR" 8 years ago
Andrew F. Davis b3d2861eb2 spl: Remove overwrite of relocated malloc limit 8 years ago
Andrew F. Davis cf947da19a spl: Add some missing newlines 8 years ago
Oded Gabbay 8c36e99f21 armv8: release slave cores from CPU_RELEASE_ADDR 8 years ago
Stefan Agner 22802f4e3a spl: move RAM boot support in separate file 8 years ago
Tom Rini 7f73ca484f Kconfig: CONFIG_OF_PLATDATA doesn't really exist 8 years ago
Andre Przywara 11e1479b9e SPL: make struct spl_image 64-bit safe 9 years ago
Simon Glass 2acf35dbf7 spl: Drop announce_boot_device() 9 years ago
Simon Glass 29d357d7bf spl: Pass the loader into spl_load_image() 9 years ago
Simon Glass 540bfe7daa spl: Move the loading code into its own function 9 years ago
Simon Glass ebc4ef61d7 spl: Add a name to the SPL load-image methods 9 years ago
Simon Glass 2f11cd9121 dm: core: Handle global_data moving in SPL 9 years ago
Stefan Agner 34ee947ac3 spl: add RAM boot device only if it is actually defined 9 years ago
Simon Glass d32b2d1c61 spl: Make spl_boot_list a local variable 9 years ago
Simon Glass f4d7d8596f spl: Update spl_load_simple_fit() to take an spl_image param 9 years ago
Simon Glass 2a2ee2ac35 spl: Pass spl_image as a parameter to load_image() methods 9 years ago
Simon Glass 97d9df0a91 spl: Convert spl_board_load_image() to use linker list 9 years ago
Simon Glass 7ec0389354 spl: Convert spl_net_load_image() to use linker list 9 years ago
Simon Glass 139db7af4e spl: Convert spl_spi_load_image() to use linker list 9 years ago
Simon Glass 7557147927 spl: Convert spl_sata_load_image() to use linker list 9 years ago
Simon Glass 56df46351a spl: Convert spl_usb_load_image() to use linker list 9 years ago
Simon Glass dd6bf9025c spl: Convert spl_ymodem_load_image() to use linker list 9 years ago