summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2018-09-18board_f: Use static print_cpuinfo if CONFIG_CPU is activeMario Six
2018-09-18common: board_f: Sort includesMario Six
2018-09-18board_f: Add reset status printingMario Six
2018-09-11spl: Allow remoteproc drivers to be used within SPLLokesh Vutla
2018-09-11spl: Allow mailbox drivers to be used within SPLLokesh Vutla
2018-09-11arm: K3: Add initial support for TI's K3 generation of SoCsLokesh Vutla
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-09-10cli: handle getch errorPatrick Delaunay
2018-09-10console: unify fgetc function when console MUX is deactivatedPatrick Delaunay
2018-08-31spl: Kconfig: Fix typo in 'Upgrade'Fabio Estevam
2018-08-24malloc_simple: calloc: don't call memset if malloc failedSimon Goldschmidt
2018-08-24common: avb_verify: Fix division by zero in mmc_byte_io()Eugeniu Rosca
2018-08-24common: avb_verify: Fix never-occurring avb_free(ops_data)Eugeniu Rosca
2018-08-24common: avb_verify: Fix memory leaksEugeniu Rosca
2018-08-24common: avb_verify: Make local data staticEugeniu Rosca
2018-08-24common: kconfig: Mark AVB_VERIFY as dependent on PARTITION_UUIDSEugeniu Rosca
2018-08-24common: avb_verify: Fix invalid 'for' loop conditionEugeniu Rosca
2018-08-20cmd: Add dtimg commandSam Protsenko
2018-08-20common: Add support for Android DT imageSam Protsenko
2018-08-20spl: fix debug print in spl_common_init()Simon Goldschmidt
2018-08-17Convert CONFIG_MISC_INIT_R to KconfigAdam Ford
2018-08-17kconfig: fix typo 'parition'Simon Goldschmidt
2018-08-16fdt_support: Use CONFIG_NR_DRAM_BANKS if necessaryRamon Fried
2018-08-13avb2.0: add get_size_of_partition()Igor Opaniuk
2018-08-10sandbox: led: use new function to configure default statePatrick Delaunay
2018-08-07Merge tag 'xilinx-for-v2018.09-rc2' of git://git.denx.de/u-boot-microblazeTom Rini
2018-08-07common: fdt: Make fdt_del_subnodes/fdt_del_partition staticMichal Simek
2018-08-06power: Add CONFIG_SPL_POWER_DOMAIN configPeng Fan
2018-08-04Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2018-08-01binman: Add a new 'image-pos' propertySimon Glass
2018-08-01binman: Rename 'position' to 'offset'Simon Glass
2018-07-31sunxi: add support for Allwinner H6 SoCIcenowy Zheng
2018-07-30common: Log should depends on DM not be selected by DMMichal Simek
2018-07-28Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined"Ramon Fried
2018-07-27Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
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-26spl: Add option SPL_PAYLOADYork Sun
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