Commit Graph

111 Commits (e89acc4bf1bfa9239e03a737ed8967ffcc71f5f7)

Author SHA1 Message Date
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 8 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
Simon Glass 2f11cd9121 dm: core: Handle global_data moving in SPL 8 years ago
Stefan Agner 34ee947ac3 spl: add RAM boot device only if it is actually defined 8 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
Simon Glass 548b3ee73c spl: Convert spl_nor_load_image() to use linker list 9 years ago
Simon Glass afa6e6c488 spl: Convert spl_onenand_load_image() to use linker list 9 years ago
Simon Glass d5c2b11ce4 spl: Convert spl_nand_load_image() to use linker list 9 years ago
Simon Glass 7d7dd821b0 spl: Convert spl_ubi_load_image() to use linker list 9 years ago
Simon Glass 0fed9c7ed6 spl: Convert spl_mmc_load_image() to use linker list 9 years ago
Simon Glass 98136b2f26 spl: Convert spl_ram_load_image() to use linker list 9 years ago
Simon Glass a0a8029058 spl: Add a way to declare an SPL image loader 9 years ago
Simon Glass ecdfd69a4b spl: Convert boot_device into a struct 9 years ago
Simon Glass ca12e65caa spl: Add a parameter to jump_to_image_linux() 9 years ago
Simon Glass 71316c1d8c spl: Add a parameter to spl_parse_image_header() 9 years ago
Simon Glass d95ceb97c0 spl: Add a parameter to spl_set_header_raw_uboot() 9 years ago
B, Ravi 6f8387f120 dra7x: boot: add dfu bootmode support 9 years ago
Paul Kocialkowski 85a3772973 spl: Rework image header parse to allow abort on raw image and os boot 9 years ago
Ladislav Michl 431889d6ad spl: zImage support in Falcon mode 9 years ago
Ladislav Michl bf55cd4f3e spl: support loading from UBI volumes 9 years ago
Siarhei Siamashka 19e99fb4ff sunxi: Support booting from SPI flash 9 years ago
Simon Glass 7d23b9cf2b dm: spl: Bind in all devices in SPL with of-platdata 9 years ago
Simon Glass d223e0a822 dm: spl: Don't set up device tree with of-platdata 9 years ago
Simon Glass 12c550d4fb spl: Drop include of i2c.h 9 years ago
Heiko Schocher 496c5483e9 bootstage: call show_boot_progress also in SPL 9 years ago
Marek Vasut 94b9e22e50 spl: Allow settings malloc_f base address 9 years ago
Marek Vasut 1254667689 spl: Remove bogus GD_FLG_SPL_INIT check 9 years ago