Commit Graph

296 Commits (4c5c87da7b73698bb43d2e522038f82e91c0906a)

Author SHA1 Message Date
York Sun c8bc3c0c9f spl: fit: Add booting OS first 8 years ago
York Sun 5fd13d9736 spl: fit: Support both external and embedded data 8 years ago
York Sun 7264f2928b spl: fit: Eanble GZIP support for image decompression 8 years ago
Kever Yang b5b82abcf5 spl: typo fix for SPL_ATF_SUPPORT description 8 years ago
Anatolij Gustschin f9d42d821c spl: do not repeat timer init on i.MX6 8 years ago
Stefan Agner a3774c1c3c spl: add serial download protocol (SDP) support 8 years ago
Tom Rini 9585dd3fff spl: spl_mmc.c Correct blk_dread() return value check 8 years ago
Philipp Tomsich b5c4d81b35 spl: fix Makefile for NOR, XIP and YMODEM 8 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 8 years ago
Simon Glass 382bee57f1 env: Rename setenv() to env_set() 8 years ago
Philipp Tomsich e9e5d9d29f dm: timer: normalise SPL and TPL support 8 years ago
Philipp Tomsich 5aa49af311 moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE 8 years ago
Philipp Tomsich b3ed6ce780 spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig 8 years ago
Philipp Tomsich dd6fbcb938 spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig 8 years ago
Philipp Tomsich c3916e7bdb spl: add TPL_DRIVER_MISC_SUPPORT option 8 years ago
Philipp Tomsich f94e643ef9 spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds 8 years ago
Philipp Tomsich d60b5f74fd spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL 8 years ago
Philipp Tomsich f1c6e1922e spl: dm: use CONFIG_IS_ENABLED to test for the DM option 8 years ago
Philipp Tomsich 616bd09e79 spl: dm: Kconfig: fix help text for SPL/TPL confusion 8 years ago
Philipp Tomsich ae2cee2e34 spl: use TPL_SYS_MALLOC_F_LEN for TPL 8 years ago
Philipp Tomsich a954fa3203 spl: configure 'return to bootrom' separately for SPL and TPL 8 years ago
Philipp Tomsich 225d30b708 spl: add a 'return to bootrom' boot method 8 years ago
Simon Glass c4d660d4d0 dm: mmc: Allow disabling driver model in SPL 8 years ago
Andy Yan f1896c45cb spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 8 years ago
Masahiro Yamada 207d8b3533 mmc: add static to spl_mmc_get_device_index() 8 years ago
Simon Glass 8eab1a58dd dm: scsi: Document and rename the scsi_scan() parameter 8 years ago
Cooper Jr., Franklin 3863f840fa spl: fit: Break out some functions into a common file 8 years ago
Ladislav Michl ffc282e199 spl: Make UBI fastmap support Kconfig selectable 8 years ago
Vikas Manocha c6d9e9dbc3 SPL: Add XIP booting support 8 years ago
Vikas Manocha 6bcdd66d1c spl: armv7m: to keep ARM v7M in thumb mode before booting next image 8 years ago
Tom Rini 226498b8f8 common/spl/Kconfig: Use 'if SPL' / 'if TPL' guards 8 years ago
Simon Glass 824bb1b453 bootstage: Support SPL 8 years ago
Sekhar Nori eedfb89e61 fs: fat: add kbuild configuration support 8 years ago
Tom Rini 089df18bfe lib: move hash CONFIG options to Kconfig 8 years ago
Ley Foon Tan 0680f1b1f7 Convert CONFIG_SPL_BOARD_INIT to Kconfig 8 years ago
Andre Przywara 411cf32d20 SPL: FIT: allow loading multiple images 8 years ago
Andre Przywara 8baa381882 SPL: FIT: factor out spl_load_fit_image() 8 years ago
Andre Przywara 5c8c8faccf SPL: FIT: improve error handling 8 years ago
Andre Przywara 736806fbfa SPL: FIT: rework U-Boot image loading 8 years ago
Andre Przywara 4b9340abdc SPL: FIT: refactor FDT loading 8 years ago
Kever Yang bcc1726a7b spl: add support to booting with ATF 8 years ago
Masahiro Yamada 792f0054a4 mmc: descend into drivers/mmc only when CONFIG_MMC is enabled 8 years ago
Masahiro Yamada 4aa2ba3a34 mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC 8 years ago
B, Ravi 66928afb6b common: dfu: ignore reset for spl-dfu 8 years ago
B, Ravi 1b19cbdbf7 spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORT 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
Philipp Tomsich 2bac55bc16 spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-property 8 years ago
Vikas Manocha 5bf5250e9d spl: make image arg or fdt blob address reconfigurable 8 years ago
Andrew F. Davis 6dca5e8ab5 spl: net: Add FIT image support over network boot 8 years ago