aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2018-08-07Merge tag 'xilinx-for-v2018.09-rc2' of git://git.denx.de/u-boot-microblazeTom Rini1-2/+2
2018-08-07common: fdt: Make fdt_del_subnodes/fdt_del_partition staticMichal Simek1-2/+2
2018-08-06power: Add CONFIG_SPL_POWER_DOMAIN configPeng Fan1-0/+9
2018-08-04Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-1/+1
2018-08-01binman: Add a new 'image-pos' propertySimon Glass2-3/+3
2018-08-01binman: Rename 'position' to 'offset'Simon Glass2-3/+3
2018-07-31sunxi: add support for Allwinner H6 SoCIcenowy Zheng1-1/+1
2018-07-30common: Log should depends on DM not be selected by DMMichal Simek1-1/+1
2018-07-28Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined"Ramon Fried1-4/+0
2018-07-27Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-0/+10
2018-07-26sandbox: Don't disable ctrlc() on sandbox if in raw modeJoe Hershberger1-2/+0
2018-07-26console: Remember if ctrlc is disabled in console_tstc()Joe Hershberger1-3/+4
2018-07-26spl: Add option SPL_PAYLOADYork Sun1-0/+10
2018-07-24Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini1-6/+7
2018-07-25fdt_support: make fdt_fixup_mtdparts() prototype more specificMasahiro Yamada1-6/+7
2018-07-24spl: remove dependency to "asm/utils.h"Paulo Zaneti1-1/+0
2018-07-24avb2.0: use block API in AVB opsIgor Opaniuk1-4/+5
2018-07-24avb2.0: add proper dependenciesIgor Opaniuk2-1/+11
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