| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | spl: Add option to enable SPL Legacy image support | Andrew F. Davis | 2017-03-18 | 2 | -2/+16 |
* | spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option | Andrew F. Davis | 2017-03-18 | 2 | -4/+16 |
* | spl: Add spl_early_init() | Eddie Cai | 2017-03-16 | 1 | -11/+35 |
* | SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig | Dalon Westergreen | 2017-02-17 | 2 | -9/+17 |
* | SPL: add support to boot from a partition type | Dalon Westergreen | 2017-02-17 | 2 | -0/+31 |
* | spl: Allow PCH drivers to be used in SPL | Simon Glass | 2017-02-06 | 1 | -0/+9 |
* | spl: Allow timer drivers to be used in SPL | Simon Glass | 2017-02-06 | 1 | -0/+9 |
* | spl: Allow RTC drivers to be used in SPL | Simon Glass | 2017-02-06 | 1 | -0/+10 |
* | spl: Allow PCI drivers to be used in SPL | Simon Glass | 2017-02-06 | 1 | -0/+9 |
* | spl: Allow CPU drivers to be used in SPL | Simon Glass | 2017-02-06 | 1 | -0/+10 |
* | spl: spi: Add a debug message if loading fails | Simon Glass | 2017-02-06 | 1 | -1/+4 |
* | ARM: uniphier: change CONFIG_SPL_PAD_TO to 128KB | Masahiro Yamada | 2017-01-29 | 1 | -2/+1 |
* | Revert "armv8: release slave cores from CPU_RELEASE_ADDR" | Masahiro Yamada | 2017-01-28 | 1 | -8/+0 |
* | spl: Remove overwrite of relocated malloc limit | Andrew F. Davis | 2017-01-28 | 1 | -1/+6 |
* | spl: Add some missing newlines | Andrew F. Davis | 2017-01-20 | 1 | -2/+2 |
* | spl: Remove inline ifdef check for EXT and FAT support | Andrew F. Davis | 2017-01-20 | 2 | -4/+0 |
* | armv8: release slave cores from CPU_RELEASE_ADDR | Oded Gabbay | 2017-01-14 | 1 | -0/+8 |
* | spl: move RAM boot support in separate file | Stefan Agner | 2017-01-14 | 4 | -60/+84 |
* | Convert CONFIG_SPL_RAM_DEVICE to defconfig | Stefan Agner | 2017-01-14 | 1 | -0/+9 |
* | Kconfig: CONFIG_OF_PLATDATA doesn't really exist | Tom Rini | 2017-01-14 | 1 | -1/+1 |
* | SPL: make struct spl_image 64-bit safe | Andre Przywara | 2017-01-04 | 2 | -5/+5 |
* | spl: Drop announce_boot_device() | Simon Glass | 2016-12-09 | 1 | -83/+3 |
* | spl: Pass the loader into spl_load_image() | Simon Glass | 2016-12-09 | 1 | -4/+4 |
* | spl: Move the loading code into its own function | Simon Glass | 2016-12-09 | 1 | -12/+29 |