summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini2018-09-272-5/+2
|\
| * spl: fit: Enable GZIP compression also for no kernel partitionsMichal Simek2018-09-261-4/+1
| * arm64: zynqmp: Handle CONFIG_BOARD_LATE_INIT via KconfigMichal Simek2018-09-261-1/+1
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-09-262-2/+2
|\ \
| * | sandbox: Fix set_working_fdt_addr usersAlexander Graf2018-09-262-2/+2
| |/
* | spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut2018-09-2510-20/+21
|/
* board_f: Use static print_cpuinfo if CONFIG_CPU is activeMario Six2018-09-181-0/+28
* common: board_f: Sort includesMario Six2018-09-181-1/+1
* board_f: Add reset status printingMario Six2018-09-181-0/+28
* spl: Allow remoteproc drivers to be used within SPLLokesh Vutla2018-09-111-0/+6
* spl: Allow mailbox drivers to be used within SPLLokesh Vutla2018-09-111-0/+8
* arm: K3: Add initial support for TI's K3 generation of SoCsLokesh Vutla2018-09-111-1/+1
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-102-19/+14
* cli: handle getch errorPatrick Delaunay2018-09-101-0/+4
* console: unify fgetc function when console MUX is deactivatedPatrick Delaunay2018-09-101-4/+5
* spl: Kconfig: Fix typo in 'Upgrade'Fabio Estevam2018-08-311-2/+2
* malloc_simple: calloc: don't call memset if malloc failedSimon Goldschmidt2018-08-241-1/+2
* common: avb_verify: Fix division by zero in mmc_byte_io()Eugeniu Rosca2018-08-241-0/+3
* common: avb_verify: Fix never-occurring avb_free(ops_data)Eugeniu Rosca2018-08-241-1/+1
* common: avb_verify: Fix memory leaksEugeniu Rosca2018-08-241-5/+8
* common: avb_verify: Make local data staticEugeniu Rosca2018-08-241-1/+1
* common: kconfig: Mark AVB_VERIFY as dependent on PARTITION_UUIDSEugeniu Rosca2018-08-241-0/+1
* common: avb_verify: Fix invalid 'for' loop conditionEugeniu Rosca2018-08-241-1/+1
* cmd: Add dtimg commandSam Protsenko2018-08-201-0/+2
* common: Add support for Android DT imageSam Protsenko2018-08-201-0/+156
* spl: fix debug print in spl_common_init()Simon Goldschmidt2018-08-201-2/+4
* Convert CONFIG_MISC_INIT_R to KconfigAdam Ford2018-08-171-0/+7
* kconfig: fix typo 'parition'Simon Goldschmidt2018-08-171-1/+1
* fdt_support: Use CONFIG_NR_DRAM_BANKS if necessaryRamon Fried2018-08-161-0/+4
* avb2.0: add get_size_of_partition()Igor Opaniuk2018-08-131-1/+32
* sandbox: led: use new function to configure default statePatrick Delaunay2018-08-101-1/+2
* Merge tag 'xilinx-for-v2018.09-rc2' of git://git.denx.de/u-boot-microblazeTom Rini2018-08-071-2/+2
|\
| * common: fdt: Make fdt_del_subnodes/fdt_del_partition staticMichal Simek2018-08-071-2/+2
* | power: Add CONFIG_SPL_POWER_DOMAIN configPeng Fan2018-08-061-0/+9
|/
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-08-041-1/+1
|\
| * sunxi: add support for Allwinner H6 SoCIcenowy Zheng2018-07-311-1/+1
* | binman: Add a new 'image-pos' propertySimon Glass2018-08-012-3/+3
* | binman: Rename 'position' to 'offset'Simon Glass2018-08-012-3/+3
|/
* common: Log should depends on DM not be selected by DMMichal Simek2018-07-301-1/+1
* Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined"Ramon Fried2018-07-281-4/+0
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-07-271-0/+10
|\
| * spl: Add option SPL_PAYLOADYork Sun2018-07-261-0/+10
* | sandbox: Don't disable ctrlc() on sandbox if in raw modeJoe Hershberger2018-07-261-2/+0
* | console: Remember if ctrlc is disabled in console_tstc()Joe Hershberger2018-07-261-3/+4
|/
* Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2018-07-241-6/+7
|\
| * fdt_support: make fdt_fixup_mtdparts() prototype more specificMasahiro Yamada2018-07-251-6/+7
* | spl: remove dependency to "asm/utils.h"Paulo Zaneti2018-07-241-1/+0
* | avb2.0: use block API in AVB opsIgor Opaniuk2018-07-241-4/+5
* | avb2.0: add proper dependenciesIgor Opaniuk2018-07-242-1/+11
|/
* configs: Make NAND_BOOT and ONENAND_BOOT imply NANDAdam Ford2018-07-211-0/+2