| Commit message (Expand) | Author | Age | Files | Lines |
* | spl: spl_mmc.c Correct blk_dread() return value check | Tom Rini | 2017-08-20 | 1 | -1/+1 |
* | spl: fix Makefile for NOR, XIP and YMODEM | Philipp Tomsich | 2017-08-17 | 1 | -3/+3 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 4 | -6/+6 |
* | env: Rename setenv() to env_set() | Simon Glass | 2017-08-16 | 3 | -4/+4 |
* | dm: timer: normalise SPL and TPL support | Philipp Tomsich | 2017-08-13 | 1 | -8/+0 |
* | moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE | Philipp Tomsich | 2017-08-13 | 1 | -0/+1 |
* | spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig | Philipp Tomsich | 2017-08-13 | 1 | -0/+39 |
* | spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig | Philipp Tomsich | 2017-08-13 | 1 | -0/+19 |
* | spl: add TPL_DRIVER_MISC_SUPPORT option | Philipp Tomsich | 2017-08-13 | 1 | -0/+8 |
* | spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds | Philipp Tomsich | 2017-08-13 | 1 | -18/+18 |
* | spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL | Philipp Tomsich | 2017-08-13 | 1 | -0/+9 |
* | spl: dm: use CONFIG_IS_ENABLED to test for the DM option | Philipp Tomsich | 2017-08-13 | 1 | -2/+3 |
* | spl: dm: Kconfig: fix help text for SPL/TPL confusion | Philipp Tomsich | 2017-08-13 | 1 | -5/+5 |
* | spl: use TPL_SYS_MALLOC_F_LEN for TPL | Philipp Tomsich | 2017-08-13 | 1 | -1/+1 |
* | spl: configure 'return to bootrom' separately for SPL and TPL | Philipp Tomsich | 2017-08-13 | 1 | -0/+11 |
* | spl: add a 'return to bootrom' boot method | Philipp Tomsich | 2017-08-13 | 3 | -0/+39 |
* | dm: mmc: Allow disabling driver model in SPL | Simon Glass | 2017-08-01 | 1 | -2/+2 |
* | spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN | Andy Yan | 2017-07-27 | 1 | -4/+4 |
* | mmc: add static to spl_mmc_get_device_index() | Masahiro Yamada | 2017-07-19 | 1 | -1/+1 |
* | dm: scsi: Document and rename the scsi_scan() parameter | Simon Glass | 2017-07-11 | 1 | -1/+1 |
* | spl: fit: Break out some functions into a common file | Cooper Jr., Franklin | 2017-07-10 | 1 | -53/+1 |
* | spl: Make UBI fastmap support Kconfig selectable | Ladislav Michl | 2017-07-06 | 1 | -1/+1 |
* | SPL: Add XIP booting support | Vikas Manocha | 2017-06-09 | 3 | -0/+38 |
* | spl: armv7m: to keep ARM v7M in thumb mode before booting next image | Vikas Manocha | 2017-06-08 | 1 | -3/+3 |
* | common/spl/Kconfig: Use 'if SPL' / 'if TPL' guards | Tom Rini | 2017-06-05 | 1 | -72/+24 |
* | bootstage: Support SPL | Simon Glass | 2017-06-05 | 1 | -0/+18 |
* | fs: fat: add kbuild configuration support | Sekhar Nori | 2017-06-03 | 1 | -0/+1 |
* | Merge git://git.denx.de/u-boot-sunxi | Tom Rini | 2017-05-22 | 1 | -105/+196 |
|\ |
|
| * | SPL: FIT: allow loading multiple images | Andre Przywara | 2017-05-17 | 1 | -2/+40 |
| * | SPL: FIT: factor out spl_load_fit_image() | Andre Przywara | 2017-05-17 | 1 | -82/+80 |
| * | SPL: FIT: improve error handling | Andre Przywara | 2017-05-17 | 1 | -2/+13 |
| * | SPL: FIT: rework U-Boot image loading | Andre Przywara | 2017-05-17 | 1 | -14/+32 |
| * | SPL: FIT: refactor FDT loading | Andre Przywara | 2017-05-17 | 1 | -31/+57 |
* | | lib: move hash CONFIG options to Kconfig | Tom Rini | 2017-05-22 | 1 | -0/+4 |
* | | Convert CONFIG_SPL_BOARD_INIT to Kconfig | Ley Foon Tan | 2017-05-22 | 1 | -0/+8 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-mmc | Tom Rini | 2017-05-16 | 1 | -2/+2 |
|\ |
|
| * | mmc: descend into drivers/mmc only when CONFIG_MMC is enabled | Masahiro Yamada | 2017-05-15 | 1 | -1/+1 |
| * | mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC | Masahiro Yamada | 2017-05-15 | 1 | -1/+1 |
* | | spl: add support to booting with ATF | Kever Yang | 2017-05-15 | 4 | -0/+117 |
|/ |
|
* | common: dfu: ignore reset for spl-dfu | B, Ravi | 2017-05-12 | 1 | -0/+4 |
* | spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORT | B, Ravi | 2017-05-12 | 1 | -0/+1 |
* | boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon boot | B, Ravi | 2017-05-11 | 1 | -0/+40 |
* | spl: reorder the assignment of board info to global data | Lokesh Vutla | 2017-05-11 | 1 | -1/+1 |
* | spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-property | Philipp Tomsich | 2017-05-11 | 1 | -3/+12 |
* | spl: make image arg or fdt blob address reconfigurable | Vikas Manocha | 2017-05-08 | 2 | -9/+5 |
* | spl: net: Add FIT image support over network boot | Andrew F. Davis | 2017-04-08 | 1 | -3/+31 |
* | spl: Kconfig: SPL_MMC_SUPPORT depends on GENERIC_MMC | Alexandru Gagniuc | 2017-04-08 | 1 | -1/+1 |
* | spl: armv7m: keep ARM v7M in thumb mode while jumping to entry point | Vikas Manocha | 2017-04-08 | 1 | -0/+3 |
* | spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LEN | Tom Rini | 2017-03-21 | 1 | -2/+3 |
* | Kconfig: Disable non-FIT SPL loading for TI secure devices | Andrew F. Davis | 2017-03-18 | 1 | -2/+2 |