summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2018-06-27Merge git://git.denx.de/u-boot-imxTom Rini
2018-06-24board_r: Do not initialize IDE when DM BLK is onBin Meng
2018-06-19bootm: Handle kernel_noload on arm64Marek Vasut
2018-06-18console: Fix handling of NULL global_dataSimon Glass
2018-06-18log: Fix incorect range check in log_get_cat_name()Simon Glass
2018-06-18iotrace: fix behaviour when buffer is fullRamon Fried
2018-06-18iotrace: move record definitons to header fileRamon Fried
2018-06-18avb2.0: add boot states and dm-verity supportIgor Opaniuk
2018-06-18avb2.0: implement AVB opsIgor Opaniuk
2018-06-18spl: Add default values for ARCH_MX7Fabio Estevam
2018-06-13u-boot: Fix several typosShyam Saini
2018-06-07common: iotrace: add timestamp to iotrace recordsRamon Fried
2018-06-07iotrace: add IO region limitRamon Fried
2018-06-05board_f: Only reserve memory for U-Boot if we're going to relocateAlexey Brodkin
2018-06-05menu: fix timeout durationMasahiro Yamada
2018-06-03Define board_quiesce_devices() in a shared locationSimon Glass
2018-05-30mmc: Separate "mmc swrite" from fastbootAlex Kiernan
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan
2018-05-30fastboot: Move fastboot to drivers/fastbootAlex Kiernan
2018-05-26add FIT data-position & data-offset property supportKelvin Cheung
2018-05-26malloc: Use malloc simple before malloc is fully initialized in memalign()Ley Foon Tan
2018-05-23spl: Add full fitImage supportMarek Vasut
2018-05-23fit: Add standalone image type handlingMarek Vasut
2018-05-23fit: Add empty fit_print_contents() and fit_image_print()Marek Vasut
2018-05-23fit: Fix CONFIG_FIT_SPL_PRINTMarek Vasut
2018-05-23spl: fit: Add support for loading FPGA bitstreamMarek Vasut
2018-05-23FIT: Make fit_conf_print() be a static functionTom Rini
2018-05-11Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblazeTom Rini
2018-05-11tools: zynqmpimage: Add bif supportAlexander Graf
2018-05-10Merge git://git.denx.de/u-boot-socfpgaTom Rini
2018-05-10xyz-modem: va_start() must be matched by va_end()Heinrich Schuchardt
2018-05-10Fix Ymodem build when DEBUG and CONFIG_USE_TINY_PRINTF are selectedAlex Kiernan
2018-05-10bootcount: spl: Extend SPL to support bootcount incrementationLukasz Majewski
2018-05-10bootcount: Rewrite autoboot to use wrapper functions from bootcount.hLukasz Majewski
2018-05-10bootcount: spl: Enable bootcount support in SPLLukasz Majewski
2018-05-08bootm.c: Correct the flush_len used in bootm_load_os()Tom Rini
2018-05-08image: fit: Show signatures and hashes for configurationsClément Péron
2018-05-08image: socfpga: Add SFP image version 1 definitionMarek Vasut
2018-05-07fastboot: sparse: make write_sparse_image useable for non-fastbootJassi Brar
2018-05-07fastboot: sparse: remove redundant argument to write_sparse_imageJassi Brar
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-05-06stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directlyTom Rini
2018-04-28spl: Split sprintf, strto* from SPL serial in KconfigAlex Kiernan
2018-04-28spl: Add dependency on serial to YmodemAlex Kiernan
2018-04-28spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORTAlex Kiernan
2018-04-28log: CONFIG_LOG should select CONFIG_DMHeinrich Schuchardt
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford
2018-04-17bootm: Align cache flush begin addressBryan O'Donoghue