Commit Graph

204 Commits (da439db35a556dc866bc25ce9eb47d7e4c6931f3)

Author SHA1 Message Date
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
Simon Glass ecdfd69a4b spl: Convert boot_device into a struct 8 years ago
Simon Glass a807ab3303 spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig 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
B, Ravi 52f2acc5e0 spl: dfu: adding dfu support functions for SPL-DFU 8 years ago
Simon Glass f73329ee82 Kconfig: tpl: Add some TPL support options to Kconfig 8 years ago
Simon Glass 11bde1cd59 Kconfig: spl: Add SPL support options to Kconfig 8 years ago
Simon Glass c2ae7d8220 Kconfig: Move SPL settings into their own file 8 years ago
Paul Kocialkowski 85a3772973 spl: Rework image header parse to allow abort on raw image and os boot 8 years ago
Mike Looijmans 5aa79f2676 spl_nor.c: Support devicetree sizes different from 16k 8 years ago
Simon Glass 1e2b3ef865 dm: spl: mmc: Support raw partitions with CONFIG_BLK 8 years ago
Lokesh Vutla 3cc1f380e5 spl: fit: Fix the number of bytes read in raw mode 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
Michal Simek 1eefe14f66 spl: Fix compilation warnings for arm64 8 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
Daniel Allred da74d1f341 spl: fit: add support for post-processing of images 9 years ago
Simon Glass 87bce4e5c0 dm: spl: mmc: Support CONFIG_BLK in SPL MMC 9 years ago
Marek Vasut 2b1cdafa9f common: Pass the boot device into spl_boot_mode() 9 years ago
Boris Brezillon 80ef700f8d spl: nand: support redundant u-boot image 9 years ago
Petr Kulhavy 9ab165d8b0 SPL ext: cosmetic: correct error message in spl_load_image_ext() 9 years ago
Petr Kulhavy 58c95d5356 SPL: ext: remove redundant ifdef statement 9 years ago