summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * dfu: Rename _FUNCTION_DFU to DFU_OVER_Marek Vasut2018-02-211-2/+2
| * dfu: Fix up the Kconfig messMarek Vasut2018-02-211-2/+4
| * usb: gadget: sdp: add missing line breaksAndre Heider2018-02-211-2/+2
* | fdt: Fixup only valid memory banksThierry Reding2018-02-231-0/+7
|/
* fdt: Fixup only valid memory banksThierry Reding2018-02-181-1/+7
* fdt: Implement weak arch_fixup_fdt()Alexey Brodkin2018-02-181-0/+5
* configs: Migrate CONFIG_SPL_FRAMEWORKTom Rini2018-02-141-1/+9
* fix spelling of 'functions' in 2 places (was 'funtcions')Simon Goldschmidt2018-02-131-1/+1
* tftp: update: Include missing cfi_flash.h headerMarek Vasut2018-02-131-0/+1
* cmd: fitupd: Convert CONFIG_UPDATE_TFTP and co.Marek Vasut2018-02-131-0/+21
* spl: fit: move fdt_record_loadable out of ARCH_FIXUP_FDT_MEMORY guardPhilipp Tomsich2018-02-131-39/+39
* spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski2018-02-071-0/+11
* parse the second area of android imageBin Chen2018-02-071-0/+19
* log: add category LOGC_EFIHeinrich Schuchardt2018-02-031-0/+1
* log: Add a way to log error-return valuesSimon Glass2018-02-031-0/+13
* log: Update log_console to honour the log formatSimon Glass2018-02-031-1/+26