summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* power: Add CONFIG_SPL_POWER_DOMAIN configPeng Fan2018-08-061-0/+9
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-08-041-1/+1
|\
| * sunxi: add support for Allwinner H6 SoCIcenowy Zheng2018-07-311-1/+1
* | binman: Add a new 'image-pos' propertySimon Glass2018-08-012-3/+3
* | binman: Rename 'position' to 'offset'Simon Glass2018-08-012-3/+3
|/
* spl: Add option SPL_PAYLOADYork Sun2018-07-261-0/+10
* spl: remove dependency to "asm/utils.h"Paulo Zaneti2018-07-241-1/+0
* spl: record boot_device into spl_image and call spl_perform_fixupsPhilipp Tomsich2018-07-211-1/+11
* spl: Make the spl_nand_load_image staticMichael Trimarchi2018-07-201-1/+1
* spl: mmc: Skip RAW mode ARGS sectors if not definedYork Sun2018-07-201-1/+4
* spl: nor: Skip CONFIG_SYS_FDT_BASE if not definedYork Sun2018-07-191-1/+2
* spl: nor: Add FIT supportYork Sun2018-07-191-2/+40
* env: common: accept flags on reset to default envYaniv Levinsky2018-07-191-1/+1
* spl: fit: display a message when an FPGA image is loadedLuis Araneda2018-07-191-0/+1
* spl: fit: verify images prior to post processingBen Whitten2018-07-101-12/+9
* spl: fit: Fix support for loading FPGA bitstreamMarek Vasut2018-07-101-5/+8
* spl: spi: Support full fitImage handlingMarek Vasut2018-07-101-2/+11
* spl: fat: Support full fitImage handlingMarek Vasut2018-07-101-1/+12
* reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESETLey Foon Tan2018-07-091-1/+1
* spl: Add default values for ARCH_MX7Fabio Estevam2018-06-181-2/+3
* u-boot: Fix several typosShyam Saini2018-06-131-1/+1
* spl: Add full fitImage supportMarek Vasut2018-05-231-0/+75
* spl: fit: Add support for loading FPGA bitstreamMarek Vasut2018-05-231-3/+32
* bootcount: spl: Extend SPL to support bootcount incrementationLukasz Majewski2018-05-101-0/+3
* bootcount: spl: Enable bootcount support in SPLLukasz Majewski2018-05-101-0/+9
* SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0720-42/+20
* spl: Split sprintf, strto* from SPL serial in KconfigAlex Kiernan2018-04-281-0/+4
* spl: Add dependency on serial to YmodemAlex Kiernan2018-04-281-0/+2
* spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORTAlex Kiernan2018-04-281-0/+2
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-275-10/+0
* spl: ram: Add TPL Kconfig symbolsMarek Vasut2018-04-111-0/+14
* spl: ram: Convert to CONFIG_IS_ENABLEDMarek Vasut2018-04-111-3/+3
* tpl: ymodem: Add CONFIG_TPL_YMODEM_SUPPORT to KconfigMarek Vasut2018-04-111-0/+8
* tpl: spi: Add CONFIG_TPL_SPI_LOAD to KconfigMarek Vasut2018-04-111-0/+7
* spl: spi: Move CONFIG_SPL_SPI_LOAD to KconfigMarek Vasut2018-04-111-0/+7
* image: fit: Show firmware configuration property if presentMichal Simek2018-04-061-1/+2
* spl: spl_mmc: provide one weak function spl_boot_partitionPatrick Delaunay2018-04-061-2/+13
* Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSCAlex Kiernan2018-04-061-0/+7
* Merge git://git.denx.de/u-boot-sunxiTom Rini2018-04-041-2/+8
|\
| * spl: fix binman_sym output checkMiquel Raynal2018-04-031-2/+8
* | spl: add SPL_RESET_SUPPORTPatrick Delaunay2018-03-191-0/+9
* | SPL: Add signature verification when loading imageJun Nie2018-03-191-0/+12
|/
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-056-6/+6
* spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-...Faiz Abbas2018-03-052-3/+3
* usb: gadget: sdp: add missing line breaksAndre Heider2018-02-211-2/+2
* configs: Migrate CONFIG_SPL_FRAMEWORKTom Rini2018-02-141-1/+9
* spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski2018-02-071-0/+11
* spl: include timezone in bannerKlaus Goger2018-01-291-1/+1
* Merge git://git.denx.de/u-boot-rockchipTom Rini2018-01-281-1/+2
|\