summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* image-sig: Ensure that hashed-nodes is null-terminatedKonrad Beckmann2018-11-161-0/+5
* arm: at91: wdt: Convert watchdog driver to dm/dtPrasanthi Chellakumar2018-11-161-1/+1
* blk: Call part_init() in the post_probe() methodBin Meng2018-11-141-3/+1
* dm: cpu: Fix print_cpuinfo() outputBin Meng2018-11-141-1/+1
* board_f: Use static print_cpuinfo if CONFIG_CPU is activeMario Six2018-11-141-0/+28
* common: build ymodem only on needJun Nie2018-11-091-1/+2
* common: Compile error with CONFIG_MULTI_DTB_FIT and not SPLLars Povlsen2018-11-091-1/+0
* spl: fix debug prints for tiny printfSimon Goldschmidt2018-11-091-8/+6
* fit: Add missing CR in debug output in fit_find_config_node()Stefan Roese2018-11-091-1/+1
* Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active"Bin Meng2018-11-071-28/+0
* 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