summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2018-07-26sandbox: Don't disable ctrlc() on sandbox if in raw modeJoe Hershberger
2018-07-26console: Remember if ctrlc is disabled in console_tstc()Joe Hershberger
2018-07-24Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini
2018-07-25fdt_support: make fdt_fixup_mtdparts() prototype more specificMasahiro Yamada
2018-07-24spl: remove dependency to "asm/utils.h"Paulo Zaneti
2018-07-24avb2.0: use block API in AVB opsIgor Opaniuk
2018-07-24avb2.0: add proper dependenciesIgor Opaniuk
2018-07-21configs: Make NAND_BOOT and ONENAND_BOOT imply NANDAdam Ford
2018-07-21spl: record boot_device into spl_image and call spl_perform_fixupsPhilipp Tomsich
2018-07-20bootmenu: Extend BOOTDELAY help textAlex Kiernan
2018-07-20spl: Make the spl_nand_load_image staticMichael Trimarchi
2018-07-20spl: mmc: Skip RAW mode ARGS sectors if not definedYork Sun
2018-07-19spl: nor: Skip CONFIG_SYS_FDT_BASE if not definedYork Sun
2018-07-19spl: nor: Add FIT supportYork Sun
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky
2018-07-19spl: fit: display a message when an FPGA image is loadedLuis Araneda
2018-07-19lib: fdtdec: Update ram_base to store ram start adddressSiva Durga Prasad Paladugu
2018-07-19usb_kdb: Get stdio_dev directly from sdev pointerMichal Simek
2018-07-19usb_kbd: Add support for watchdogMichal Simek
2018-07-19common: command: Handle USAGE failure separatelyMichal Simek
2018-07-19common: command: Use command_ret_t enum values instead of valuesMichal Simek
2018-07-10common/memsize.c: Increase save array for supporting memory size > 4GBTien Fong Chee
2018-07-10common: print \n in initr_scsi()Heinrich Schuchardt
2018-07-10vboot: Do not use hashed-strings offsetTeddy Reed
2018-07-10vboot: Add FIT_SIGNATURE_MAX_SIZE protectionTeddy Reed
2018-07-10spl: fit: verify images prior to post processingBen Whitten
2018-07-10spl: fit: Fix support for loading FPGA bitstreamMarek Vasut
2018-07-10spl: spi: Support full fitImage handlingMarek Vasut
2018-07-10spl: fat: Support full fitImage handlingMarek Vasut
2018-07-10fit: Verify all configuration signaturesMarek Vasut
2018-07-09reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESETLey Foon Tan
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