aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-imxTom Rini2018-06-271-2/+3
|\
| * spl: Add default values for ARCH_MX7Fabio Estevam2018-06-181-2/+3
* | board_r: Do not initialize IDE when DM BLK is onBin Meng2018-06-241-2/+2
* | bootm: Handle kernel_noload on arm64Marek Vasut2018-06-191-2/+17
* | console: Fix handling of NULL global_dataSimon Glass2018-06-181-2/+6
* | log: Fix incorect range check in log_get_cat_name()Simon Glass2018-06-181-3/+7
* | iotrace: fix behaviour when buffer is fullRamon Fried2018-06-181-2/+11
* | iotrace: move record definitons to header fileRamon Fried2018-06-181-27/+0
* | avb2.0: add boot states and dm-verity supportIgor Opaniuk2018-06-181-3/+134
* | avb2.0: implement AVB opsIgor Opaniuk2018-06-182-0/+612
|/
* u-boot: Fix several typosShyam Saini2018-06-132-2/+2
* common: iotrace: add timestamp to iotrace recordsRamon Fried2018-06-071-1/+3
* iotrace: add IO region limitRamon Fried2018-06-071-0/+27
* board_f: Only reserve memory for U-Boot if we're going to relocateAlexey Brodkin2018-06-051-13/+15
* menu: fix timeout durationMasahiro Yamada2018-06-051-2/+1
* Define board_quiesce_devices() in a shared locationSimon Glass2018-06-031-0/+4
* mmc: Separate "mmc swrite" from fastbootAlex Kiernan2018-05-302-266/+0
* fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan2018-05-301-13/+19
* fastboot: Move fastboot to drivers/fastbootAlex Kiernan2018-05-303-650/+1
* add FIT data-position & data-offset property supportKelvin Cheung2018-05-261-3/+51
* malloc: Use malloc simple before malloc is fully initialized in memalign()Ley Foon Tan2018-05-261-0/+7
* spl: Add full fitImage supportMarek Vasut2018-05-231-0/+75
* fit: Add standalone image type handlingMarek Vasut2018-05-231-0/+2
* fit: Add empty fit_print_contents() and fit_image_print()Marek Vasut2018-05-231-1/+3
* fit: Fix CONFIG_FIT_SPL_PRINTMarek Vasut2018-05-231-2/+2
* spl: fit: Add support for loading FPGA bitstreamMarek Vasut2018-05-231-3/+32
* FIT: Make fit_conf_print() be a static functionTom Rini2018-05-231-182/+179
* Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblazeTom Rini2018-05-111-0/+1
|\
| * tools: zynqmpimage: Add bif supportAlexander Graf2018-05-111-0/+1
* | Merge git://git.denx.de/u-boot-socfpgaTom Rini2018-05-101-1/+2
|\ \
| * | image: socfpga: Add SFP image version 1 definitionMarek Vasut2018-05-081-1/+2
* | | xyz-modem: va_start() must be matched by va_end()Heinrich Schuchardt2018-05-101-8/+9
* | | Fix Ymodem build when DEBUG and CONFIG_USE_TINY_PRINTF are selectedAlex Kiernan2018-05-101-1/+1
* | | 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