Commit Graph

140 Commits (lime2-spi)

Author SHA1 Message Date
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 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
Simon Glass ecdfd69a4b spl: Convert boot_device into a struct 8 years ago
Simon Glass ca12e65caa spl: Add a parameter to jump_to_image_linux() 8 years ago
Simon Glass 71316c1d8c spl: Add a parameter to spl_parse_image_header() 8 years ago
Simon Glass d95ceb97c0 spl: Add a parameter to spl_set_header_raw_uboot() 8 years ago
B, Ravi 6f8387f120 dra7x: boot: add dfu bootmode support 8 years ago
Paul Kocialkowski 85a3772973 spl: Rework image header parse to allow abort on raw image and os boot 8 years ago
Ladislav Michl 431889d6ad spl: zImage support in Falcon mode 8 years ago
Ladislav Michl bf55cd4f3e spl: support loading from UBI volumes 8 years ago
Siarhei Siamashka 19e99fb4ff sunxi: Support booting from SPI flash 8 years ago
Simon Glass 7d23b9cf2b dm: spl: Bind in all devices in SPL with of-platdata 8 years ago
Simon Glass d223e0a822 dm: spl: Don't set up device tree with of-platdata 8 years ago
Simon Glass 12c550d4fb spl: Drop include of i2c.h 8 years ago
Heiko Schocher 496c5483e9 bootstage: call show_boot_progress also in SPL 8 years ago
Marek Vasut 94b9e22e50 spl: Allow settings malloc_f base address 8 years ago
Marek Vasut 1254667689 spl: Remove bogus GD_FLG_SPL_INIT check 8 years ago
Michal Simek 8d16e1d593 SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode 8 years ago
Michal Simek 3a3b914789 spl: Introduce new function spl_board_prepare_for_boot 8 years ago
Marek Vasut e072751515 SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE 8 years ago
Marek Vasut 7e0f22674a SPL: Let spl_parse_image_header() return value 8 years ago
Hans de Goede 8f10b5c656 spl: Print from which mmc slot spl is trying to boot 8 years ago
Albert ARIBAUD adc421e4ce arm: move gd handling outside of C code 9 years ago
Sjoerd Simons 4363de63a8 spl: use panic_str instead of panic 9 years ago
Nikita Kiryanov a1e56cf6d4 spl: mmc: add support for BOOT_DEVICE_MMC2 9 years ago
Nikita Kiryanov 310c8466cf spl: announce boot devices 9 years ago
Nikita Kiryanov f101e4bd37 spl: add support for alternative boot device 9 years ago
Nikita Kiryanov 5211b87e0c common: spl: move image load to its own function 9 years ago
Nikita Kiryanov 36afd45136 spl: change return values of spl_*_load_image() 9 years ago
Hans de Goede dcfcb8d49a malloc_simple: Add support for switching to DRAM heap 9 years ago
Hans de Goede 8656c4f76f spl: spl_relocate_stack_gd: Do not unnecessarily clear bss 9 years ago
Masahiro Yamada 0f9258228e of: clean up OF_CONTROL ifdef conditionals 9 years ago
Masahiro Yamada dffb86e468 of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL 9 years ago
Simon Glass aea3d40d05 spl: Add a debug string before the jump to U-Boot 9 years ago
Simon Glass 070d00b8dc dm: spl: Allow device tree/driver model in board_init_f() 9 years ago
Simon Glass ce49e79450 spl: Correct address in spl_relocate_stack_gd() 9 years ago
Scott Wood b2d5ac5985 armv8/ls2085aqds: NAND boot support 9 years ago
Simon Glass f3d46bd658 dm: Init device tree as well as driver model in SPL 9 years ago