summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2018-06-13u-boot: Fix several typosShyam Saini2-2/+2
2018-06-08common: iotrace: add timestamp to iotrace recordsRamon Fried1-1/+3
2018-06-08iotrace: add IO region limitRamon Fried1-0/+27
2018-06-06board_f: Only reserve memory for U-Boot if we're going to relocateAlexey Brodkin1-13/+15
2018-06-06menu: fix timeout durationMasahiro Yamada1-2/+1
2018-06-03Define board_quiesce_devices() in a shared locationSimon Glass1-0/+4
2018-05-30mmc: Separate "mmc swrite" from fastbootAlex Kiernan2-266/+0
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan1-13/+19
2018-05-30fastboot: Move fastboot to drivers/fastbootAlex Kiernan3-650/+1
2018-05-27add FIT data-position & data-offset property supportKelvin Cheung1-3/+51
2018-05-27malloc: Use malloc simple before malloc is fully initialized in memalign()Ley Foon Tan1-0/+7
2018-05-24spl: Add full fitImage supportMarek Vasut1-0/+75
2018-05-24fit: Add standalone image type handlingMarek Vasut1-0/+2
2018-05-24fit: Add empty fit_print_contents() and fit_image_print()Marek Vasut1-1/+3
2018-05-24fit: Fix CONFIG_FIT_SPL_PRINTMarek Vasut1-2/+2
2018-05-24spl: fit: Add support for loading FPGA bitstreamMarek Vasut1-3/+32
2018-05-24FIT: Make fit_conf_print() be a static functionTom Rini1-182/+179
2018-05-11Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblazeTom Rini1-0/+1
2018-05-11tools: zynqmpimage: Add bif supportAlexander Graf1-0/+1
2018-05-11Merge git://git.denx.de/u-boot-socfpgaTom Rini1-1/+2
2018-05-11xyz-modem: va_start() must be matched by va_end()Heinrich Schuchardt1-8/+9
2018-05-11Fix Ymodem build when DEBUG and CONFIG_USE_TINY_PRINTF are selectedAlex Kiernan1-1/+1
2018-05-11bootcount: spl: Extend SPL to support bootcount incrementationLukasz Majewski1-0/+3
2018-05-11bootcount: Rewrite autoboot to use wrapper functions from bootcount.hLukasz Majewski1-18/+5
2018-05-11bootcount: spl: Enable bootcount support in SPLLukasz Majewski1-0/+9
2018-05-09bootm.c: Correct the flush_len used in bootm_load_os()Tom Rini1-14/+12
2018-05-09image: fit: Show signatures and hashes for configurationsClément Péron1-0/+13
2018-05-08image: socfpga: Add SFP image version 1 definitionMarek Vasut1-1/+2
2018-05-08fastboot: sparse: make write_sparse_image useable for non-fastbootJassi Brar3-39/+41
2018-05-08fastboot: sparse: remove redundant argument to write_sparse_imageJassi Brar3-5/+3
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini77-158/+77
2018-05-06stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directlyTom Rini1-2/+2
2018-04-29spl: Split sprintf, strto* from SPL serial in KconfigAlex Kiernan1-0/+4
2018-04-29spl: Add dependency on serial to YmodemAlex Kiernan1-0/+2
2018-04-29spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORTAlex Kiernan1-0/+2
2018-04-28log: CONFIG_LOG should select CONFIG_DMHeinrich Schuchardt1-0/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini9-18/+0
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford1-2/+2
2018-04-18bootm: Align cache flush begin addressBryan O'Donoghue1-1/+7
2018-04-11spl: ram: Add TPL Kconfig symbolsMarek Vasut1-0/+14
2018-04-11spl: ram: Convert to CONFIG_IS_ENABLEDMarek Vasut1-3/+3
2018-04-11tpl: ymodem: Add CONFIG_TPL_YMODEM_SUPPORT to KconfigMarek Vasut1-0/+8
2018-04-11tpl: spi: Add CONFIG_TPL_SPI_LOAD to KconfigMarek Vasut1-0/+7
2018-04-11spl: spi: Move CONFIG_SPL_SPI_LOAD to KconfigMarek Vasut1-0/+7
2018-04-10log: Correct missing free() on error in log_add_filter()Simon Glass1-6/+11
2018-04-08treewide: Migrate CONFIG_DISPLAY_BOARDINFO_LATE to KconfigMario Six1-1/+8
2018-04-08treewide: Migrate CONFIG_LAST_STAGE_INIT to KconfigMario Six1-0/+9
2018-04-08treewide: Migrate CONFIG_BOARD_EARLY_INIT_R to KconfigMario Six1-0/+7
2018-04-07image: fit: Show information about OS type in firwmare case tooMichal Simek1-1/+2