Commit Graph

391 Commits (lime2-spi)

Author SHA1 Message Date
Simon Glass 5e148df952 spl: Allow CPU drivers to be used in SPL 7 years ago
Simon Glass a704490034 spl: spi: Add a debug message if loading fails 7 years ago
Masahiro Yamada c0efc3140e ARM: uniphier: change CONFIG_SPL_PAD_TO to 128KB 7 years ago
Masahiro Yamada 7b74c4b60b Revert "armv8: release slave cores from CPU_RELEASE_ADDR" 7 years ago
Andrew F. Davis b3d2861eb2 spl: Remove overwrite of relocated malloc limit 7 years ago
Andrew F. Davis cf947da19a spl: Add some missing newlines 7 years ago
Andrew F. Davis 5d28b930f2 spl: Remove inline ifdef check for EXT and FAT support 7 years ago
Oded Gabbay 8c36e99f21 armv8: release slave cores from CPU_RELEASE_ADDR 7 years ago
Stefan Agner 22802f4e3a spl: move RAM boot support in separate file 7 years ago
Stefan Agner f417d40fe2 Convert CONFIG_SPL_RAM_DEVICE to defconfig 7 years ago
Tom Rini 7f73ca484f Kconfig: CONFIG_OF_PLATDATA doesn't really exist 7 years ago
Andre Przywara 11e1479b9e SPL: make struct spl_image 64-bit safe 7 years ago
Simon Glass 2acf35dbf7 spl: Drop announce_boot_device() 8 years ago
Simon Glass 29d357d7bf spl: Pass the loader into spl_load_image() 8 years ago
Simon Glass 540bfe7daa spl: Move the loading code into its own function 8 years ago
Simon Glass ebc4ef61d7 spl: Add a name to the SPL load-image methods 8 years ago
Michal Simek 1a92541d9c dm: spl: mmc: Fix EXT SPL support 8 years ago
Simon Glass 2f11cd9121 dm: core: Handle global_data moving in SPL 8 years ago
Marek Vasut 09410c6572 SPL: mmc: Make spl_mmc_load_image available 8 years ago
Marek Vasut b5b838f1a7 mmc: Tinification of the mmc code 8 years ago
Max Krummenacher c8d7647f63 spl: mmc: fix switch statement 8 years ago
Stefan Agner e94793c844 spl: add USB Gadget config option 8 years ago
Stefan Agner 5991703e88 spl: dfu: move DFU Kconfig to SPL Kconfig 8 years ago
Stefan Agner 34ee947ac3 spl: add RAM boot device only if it is actually defined 8 years ago
tomas.melin@vaisala.com f069ded611 spl: remove redundant call to parse_image_header() 8 years ago
tomas.melin@vaisala.com f72250e7e7 spl: add check for FIT-header when loading image 8 years ago
Stefan Brüns 66a47ff2d8 ext4: Allow reading files with non-zero offset, clamp read len 8 years ago
Semen Protsenko 38fed8abe7 spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to Kconfig 8 years ago
Heiko Schocher 29d3bc793c spl: move SYS_OS_BASE to Kconfig 8 years ago
Heiko Schocher c20ae2ffaa spl: move SPL_OS_BOOT to Kconfig 8 years ago
B, Ravi d2d9bdfcf9 spl: saveenv: adding saveenv support in SPL 8 years ago
Simon Glass d32b2d1c61 spl: Make spl_boot_list a local variable 8 years ago
Simon Glass f4d7d8596f spl: Update spl_load_simple_fit() to take an spl_image param 8 years ago
Simon Glass 710e9ca579 spl: Update fat functions to take an spl_image parameter 8 years ago
Simon Glass b4a6c2aae6 spl: Update ext functions to take an spl_image parameter 8 years ago
Simon Glass 2a2ee2ac35 spl: Pass spl_image as a parameter to load_image() methods 8 years ago
Simon Glass 97d9df0a91 spl: Convert spl_board_load_image() to use linker list 8 years ago
Simon Glass 7ec0389354 spl: Convert spl_net_load_image() to use linker list 8 years ago
Simon Glass 139db7af4e spl: Convert spl_spi_load_image() to use linker list 8 years ago
Simon Glass 0a9b73a13e spl: spi: Move the generic SPI loader into common/spl 8 years ago
Simon Glass 7557147927 spl: Convert spl_sata_load_image() to use linker list 8 years ago
Simon Glass 56df46351a spl: Convert spl_usb_load_image() to use linker list 8 years ago
Simon Glass dd6bf9025c spl: Convert spl_ymodem_load_image() to use linker list 8 years ago
Simon Glass 548b3ee73c spl: Convert spl_nor_load_image() to use linker list 8 years ago
Simon Glass afa6e6c488 spl: Convert spl_onenand_load_image() to use linker list 8 years ago
Simon Glass d5c2b11ce4 spl: Convert spl_nand_load_image() to use linker list 8 years ago
Simon Glass 7d7dd821b0 spl: Convert spl_ubi_load_image() to use linker list 8 years ago
Simon Glass 0fed9c7ed6 spl: Convert spl_mmc_load_image() to use linker list 8 years ago
Simon Glass 98136b2f26 spl: Convert spl_ram_load_image() to use linker list 8 years ago
Simon Glass a0a8029058 spl: Add a way to declare an SPL image loader 8 years ago