summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* bootcount: spl: Extend SPL to support bootcount incrementationLukasz Majewski2018-05-101-0/+3
* bootcount: Rewrite autoboot to use wrapper functions from bootcount.hLukasz Majewski2018-05-101-18/+5
* bootcount: spl: Enable bootcount support in SPLLukasz Majewski2018-05-101-0/+9
* bootm.c: Correct the flush_len used in bootm_load_os()Tom Rini2018-05-081-14/+12
* image: fit: Show signatures and hashes for configurationsClément Péron2018-05-081-0/+13
* fastboot: sparse: make write_sparse_image useable for non-fastbootJassi Brar2018-05-073-39/+41
* fastboot: sparse: remove redundant argument to write_sparse_imageJassi Brar2018-05-073-5/+3
* 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-0777-158/+77
* stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directlyTom Rini2018-05-061-2/+2
* 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
* log: CONFIG_LOG should select CONFIG_DMHeinrich Schuchardt2018-04-281-0/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-279-18/+0
* Convert CONFIG_SPI to KconfigAdam Ford2018-04-271-2/+2
* bootm: Align cache flush begin addressBryan O'Donoghue2018-04-171-1/+7
* 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
* log: Correct missing free() on error in log_add_filter()Simon Glass2018-04-101-6/+11
* treewide: Migrate CONFIG_DISPLAY_BOARDINFO_LATE to KconfigMario Six2018-04-081-1/+8
* treewide: Migrate CONFIG_LAST_STAGE_INIT to KconfigMario Six2018-04-081-0/+9
* treewide: Migrate CONFIG_BOARD_EARLY_INIT_R to KconfigMario Six2018-04-081-0/+7
* image: fit: Show information about OS type in firwmare case tooMichal Simek2018-04-061-1/+2
* image: fit: Show firmware configuration property if presentMichal Simek2018-04-062-1/+6
* spl: spl_mmc: provide one weak function spl_boot_partitionPatrick Delaunay2018-04-061-2/+13
* input: Drop PS/2 keyboard supportSimon Glass2018-04-061-15/+0
* 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
* | Merge git://git.denx.de/u-boot-dmTom Rini2018-04-011-0/+3
|\ \
| * | libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.cMasahiro Yamada2018-04-011-0/+3
* | | tools: mkimage: Support RISC-V archRick Chen2018-03-301-0/+1
|/ /
* | arc: Introduce a possibility to not relocate U-bootAlexey Brodkin2018-03-211-1/+2
* | bootm: optee: Add a bootm command for type IH_OS_TEEBryan O'Donoghue2018-03-191-0/+32
* | image: Add IH_OS_TEE for TEE chain-load bootBryan O'Donoghue2018-03-191-0/+1
* | spl: add SPL_RESET_SUPPORTPatrick Delaunay2018-03-191-0/+9
* | tools/mkimage: add support for STM32 image formatPatrick Delaunay2018-03-191-0/+1
* | SPL: Add signature verification when loading imageJun Nie2018-03-192-22/+46
|/
* common: move init_helpers.h prototypes in init.hPatrick Delaunay2018-03-162-2/+0
* common: move board_f.c prototypes in init.hPatrick Delaunay2018-03-161-1/+1
* common/memsize.c: restore content of the base addressPatrick Delaunay2018-03-131-0/+7
* common/memsize.c: prepare get_ram_size updatePatrick Delaunay2018-03-131-3/+4
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-0515-15/+15
* spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-...Faiz Abbas2018-03-052-3/+3
* Convert CONFIG_BOOTP_BOOTPATH et al to KconfigAdam Ford2018-02-231-0/+8
* Merge git://git.denx.de/u-boot-usbTom Rini2018-02-232-4/+6
|\