summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* spl: record boot_device into spl_image and call spl_perform_fixupsPhilipp Tomsich2018-07-211-1/+11
* bootmenu: Extend BOOTDELAY help textAlex Kiernan2018-07-201-0/+4
* spl: Make the spl_nand_load_image staticMichael Trimarchi2018-07-201-1/+1
* spl: mmc: Skip RAW mode ARGS sectors if not definedYork Sun2018-07-201-1/+4
* spl: nor: Skip CONFIG_SYS_FDT_BASE if not definedYork Sun2018-07-191-1/+2
* spl: nor: Add FIT supportYork Sun2018-07-191-2/+40
* env: common: accept flags on reset to default envYaniv Levinsky2018-07-192-2/+2
* spl: fit: display a message when an FPGA image is loadedLuis Araneda2018-07-191-0/+1
* lib: fdtdec: Update ram_base to store ram start adddressSiva Durga Prasad Paladugu2018-07-191-2/+2
* usb_kdb: Get stdio_dev directly from sdev pointerMichal Simek2018-07-191-2/+2
* usb_kbd: Add support for watchdogMichal Simek2018-07-191-1/+4
* common: command: Handle USAGE failure separatelyMichal Simek2018-07-191-0/+3
* common: command: Use command_ret_t enum values instead of valuesMichal Simek2018-07-191-2/+2
* common/memsize.c: Increase save array for supporting memory size > 4GBTien Fong Chee2018-07-101-1/+1
* common: print \n in initr_scsi()Heinrich Schuchardt2018-07-101-0/+1
* vboot: Do not use hashed-strings offsetTeddy Reed2018-07-101-2/+5
* vboot: Add FIT_SIGNATURE_MAX_SIZE protectionTeddy Reed2018-07-101-0/+5
* spl: fit: verify images prior to post processingBen Whitten2018-07-101-12/+9
* spl: fit: Fix support for loading FPGA bitstreamMarek Vasut2018-07-101-5/+8
* spl: spi: Support full fitImage handlingMarek Vasut2018-07-101-2/+11
* spl: fat: Support full fitImage handlingMarek Vasut2018-07-101-1/+12
* fit: Verify all configuration signaturesMarek Vasut2018-07-101-12/+14
* reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESETLey Foon Tan2018-07-091-1/+1
* 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