aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2018-07-21configs: Make NAND_BOOT and ONENAND_BOOT imply NANDAdam Ford1-0/+2
2018-07-21spl: record boot_device into spl_image and call spl_perform_fixupsPhilipp Tomsich1-1/+11
2018-07-20bootmenu: Extend BOOTDELAY help textAlex Kiernan1-0/+4
2018-07-20spl: Make the spl_nand_load_image staticMichael Trimarchi1-1/+1
2018-07-20spl: mmc: Skip RAW mode ARGS sectors if not definedYork Sun1-1/+4
2018-07-19spl: nor: Skip CONFIG_SYS_FDT_BASE if not definedYork Sun1-1/+2
2018-07-19spl: nor: Add FIT supportYork Sun1-2/+40
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky2-2/+2
2018-07-19spl: fit: display a message when an FPGA image is loadedLuis Araneda1-0/+1
2018-07-19lib: fdtdec: Update ram_base to store ram start adddressSiva Durga Prasad Paladugu1-2/+2
2018-07-19usb_kdb: Get stdio_dev directly from sdev pointerMichal Simek1-2/+2
2018-07-19usb_kbd: Add support for watchdogMichal Simek1-1/+4
2018-07-19common: command: Handle USAGE failure separatelyMichal Simek1-0/+3
2018-07-19common: command: Use command_ret_t enum values instead of valuesMichal Simek1-2/+2
2018-07-10common/memsize.c: Increase save array for supporting memory size > 4GBTien Fong Chee1-1/+1
2018-07-10common: print \n in initr_scsi()Heinrich Schuchardt1-0/+1
2018-07-10vboot: Do not use hashed-strings offsetTeddy Reed1-2/+5
2018-07-10vboot: Add FIT_SIGNATURE_MAX_SIZE protectionTeddy Reed1-0/+5
2018-07-10spl: fit: verify images prior to post processingBen Whitten1-12/+9
2018-07-10spl: fit: Fix support for loading FPGA bitstreamMarek Vasut1-5/+8
2018-07-10spl: spi: Support full fitImage handlingMarek Vasut1-2/+11
2018-07-10spl: fat: Support full fitImage handlingMarek Vasut1-1/+12
2018-07-10fit: Verify all configuration signaturesMarek Vasut1-12/+14
2018-07-09reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESETLey Foon Tan1-1/+1
2018-06-27Merge git://git.denx.de/u-boot-imxTom Rini1-2/+3
2018-06-24board_r: Do not initialize IDE when DM BLK is onBin Meng1-2/+2
2018-06-19bootm: Handle kernel_noload on arm64Marek Vasut1-2/+17
2018-06-18console: Fix handling of NULL global_dataSimon Glass1-2/+6
2018-06-18log: Fix incorect range check in log_get_cat_name()Simon Glass1-3/+7
2018-06-18iotrace: fix behaviour when buffer is fullRamon Fried1-2/+11
2018-06-18iotrace: move record definitons to header fileRamon Fried1-27/+0
2018-06-18avb2.0: add boot states and dm-verity supportIgor Opaniuk1-3/+134
2018-06-18avb2.0: implement AVB opsIgor Opaniuk2-0/+612
2018-06-18spl: Add default values for ARCH_MX7Fabio Estevam1-2/+3
2018-06-13u-boot: Fix several typosShyam Saini2-2/+2
2018-06-07common: iotrace: add timestamp to iotrace recordsRamon Fried1-1/+3
2018-06-07iotrace: add IO region limitRamon Fried1-0/+27
2018-06-05board_f: Only reserve memory for U-Boot if we're going to relocateAlexey Brodkin1-13/+15
2018-06-05menu: 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-26add FIT data-position & data-offset property supportKelvin Cheung1-3/+51
2018-05-26malloc: Use malloc simple before malloc is fully initialized in memalign()Ley Foon Tan1-0/+7
2018-05-23spl: Add full fitImage supportMarek Vasut1-0/+75
2018-05-23fit: Add standalone image type handlingMarek Vasut1-0/+2
2018-05-23fit: Add empty fit_print_contents() and fit_image_print()Marek Vasut1-1/+3
2018-05-23fit: Fix CONFIG_FIT_SPL_PRINTMarek Vasut1-2/+2
2018-05-23spl: fit: Add support for loading FPGA bitstreamMarek Vasut1-3/+32