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