summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2018-10-251-0/+5
|\
| * miiphy: Add function to retrieve MDIO bus list headPankaj Bansal2018-10-241-0/+5
* | Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini2018-10-251-0/+1
|\ \ | |/ |/|
| * tools: add i.MX8/8X image supportPeng Fan2018-10-221-0/+1
* | spl: fpga: Implement fpga bistream loading with fpga_loadMichal Simek2018-10-161-18/+16
* | Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dmTom Rini2018-10-102-3/+4
|\ \
| * | cros: Adjust board_get_cros_ec_dev() to return a udeviceSimon Glass2018-10-091-2/+2
| * | sandbox: Add a flag to set the default log levelSimon Glass2018-10-091-1/+2
| |/
* / bootm: Add board specific OS preboot hookMarek Vasut2018-10-101-0/+7
|/
* avb_verify: support using OP-TEE TA AVBJens Wiklander2018-10-071-1/+117
* spl: spi: Do not hardcode fixed size for headerMichal Simek2018-10-061-3/+3
* spl: ram: Fix u_boot_pos calculationMichal Simek2018-10-061-3/+2
* configs: drop CONFIG_SYS_EXTRA_ENV_RELOCSimon Goldschmidt2018-10-061-7/+4
* Merge tag 'rockchip-for-v2018.11-rc2' of git://git.denx.de/u-boot-rockchipTom Rini2018-10-054-0/+27
|\
| * spl: add support to booting with OP-TEEKever Yang2018-10-044-0/+27
* | ARC: Enable DISPLAY_CPUINFO & DISPLAY_BOARDINFOAlexey Brodkin2018-10-051-2/+2
|/
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-10-022-2/+2
|\
| * mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2018-09-202-2/+2
* | spl: mmc: Report device number when we failAlex Kiernan2018-09-301-1/+2
* | Convert CONFIG_DISABLE_CONSOLE to KconfigChristian Gmeiner2018-09-291-0/+5
* | 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