Commit Graph

321 Commits (c239f49f8afc04df41905c44168a574233a8c10c)

Author SHA1 Message Date
Jean-Jacques Hiblot d6400c3f85 mmc: add a Kconfig option to enable the support for MMC write operations 7 years ago
Philipp Tomsich d21fb63d77 spl: atf: add SPL_ATF_NO_PLATFORM_PARAM option 7 years ago
Simon Glass dfce1799e7 binman: Add binman support to spl_ram.c 7 years ago
Simon Glass 8bee2d251a binman: Add binman symbol support to SPL 7 years ago
Peng Fan a1be94b654 SPL: Add FIT data-position property support 7 years ago
Tom Rini 7fef459096 spl: TI: Do not default to SPL_FIT_IMAGE_TINY being enabled 7 years ago
Philipp Tomsich 337bbb6297 spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-size 7 years ago
Philipp Tomsich 506c428ec8 spl: atf: drop the SPL_ATF_TEXT_BASE configuration item 7 years ago
Philipp Tomsich aa122f6b3d spl: rename config item SPL_ATF_SUPPORT to SPL_ATF 7 years ago
Philipp Tomsich 1d3790905d spl: atf: introduce spl_invoke_atf and make bl31_entry private 7 years ago
Philipp Tomsich a616c783f2 spl: fit: implement recording of loadables into /fit-images 7 years ago
Philipp Tomsich d879616e9e spl: fit: simplify logic for FDT loading for non-OS boots 7 years ago
Faiz Abbas 8502f9f6d7 thermal: ti-bandgap: Add support for temperature sensor 7 years ago
André Draszik 3fe3839acc SPL: fix printing of image name 7 years ago
Kever Yang 8f4d62b403 spl: set SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to 0x4000 for rockchip 7 years ago
Patrice Chotard 3bc599c956 stm32: fix STMicroelectronics copyright 7 years ago
York Sun d1fc0a31b5 spl: fix assignment of board info to global data 7 years ago
Masahiro Yamada 9b643e312d treewide: replace with error() with pr_err() 7 years ago
Tom Rini ff6c3125e7 TI: ARCH_OMAP2PLUS: Enable SPL_STACK_R and provide default value 7 years ago
Seung-Woo Kim b016b58542 spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector() 7 years ago
York Sun 933f67aa56 spl: Fix compiling warning on gunzip argument 7 years ago
Kever Yang a8c5112a26 spl: stash bootstage info before jump to next stage 7 years ago
Anatolij Gustschin 2d2531be86 spl: add newline in debug output 8 years ago
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