aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng1-3/+1
2018-11-14dm: cpu: Fix print_cpuinfo() outputBin Meng1-1/+1
2018-11-14board_f: Use static print_cpuinfo if CONFIG_CPU is activeMario Six1-0/+28
2018-11-09common: build ymodem only on needJun Nie1-1/+2
2018-11-09common: Compile error with CONFIG_MULTI_DTB_FIT and not SPLLars Povlsen1-1/+0
2018-11-09spl: fix debug prints for tiny printfSimon Goldschmidt1-8/+6
2018-11-09fit: Add missing CR in debug output in fit_find_config_node()Stefan Roese1-1/+1
2018-11-07Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active"Bin Meng1-28/+0
2018-10-25Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-0/+5
2018-10-25Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini1-0/+1
2018-10-24miiphy: Add function to retrieve MDIO bus list headPankaj Bansal1-0/+5
2018-10-22tools: add i.MX8/8X image supportPeng Fan1-0/+1
2018-10-16spl: fpga: Implement fpga bistream loading with fpga_loadMichal Simek1-18/+16
2018-10-10Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dmTom Rini2-3/+4
2018-10-10bootm: Add board specific OS preboot hookMarek Vasut1-0/+7
2018-10-09cros: Adjust board_get_cros_ec_dev() to return a udeviceSimon Glass1-2/+2
2018-10-09sandbox: Add a flag to set the default log levelSimon Glass1-1/+2
2018-10-07avb_verify: support using OP-TEE TA AVBJens Wiklander1-1/+117
2018-10-06spl: spi: Do not hardcode fixed size for headerMichal Simek1-3/+3
2018-10-06spl: ram: Fix u_boot_pos calculationMichal Simek1-3/+2
2018-10-06configs: drop CONFIG_SYS_EXTRA_ENV_RELOCSimon Goldschmidt1-7/+4
2018-10-05Merge tag 'rockchip-for-v2018.11-rc2' of git://git.denx.de/u-boot-rockchipTom Rini4-0/+27
2018-10-05ARC: Enable DISPLAY_CPUINFO & DISPLAY_BOARDINFOAlexey Brodkin1-2/+2
2018-10-04spl: add support to booting with OP-TEEKever Yang4-0/+27
2018-10-02Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2-2/+2
2018-09-30spl: mmc: Report device number when we failAlex Kiernan1-1/+2
2018-09-29Convert CONFIG_DISABLE_CONSOLE to KconfigChristian Gmeiner1-0/+5
2018-09-27Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini2-5/+2
2018-09-26Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2-2/+2
2018-09-26sandbox: Fix set_working_fdt_addr usersAlexander Graf2-2/+2
2018-09-26spl: fit: Enable GZIP compression also for no kernel partitionsMichal Simek1-4/+1
2018-09-26arm64: zynqmp: Handle CONFIG_BOARD_LATE_INIT via KconfigMichal Simek1-1/+1
2018-09-25spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut10-20/+21
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2-2/+2
2018-09-18board_f: Use static print_cpuinfo if CONFIG_CPU is activeMario Six1-0/+28
2018-09-18common: board_f: Sort includesMario Six1-1/+1
2018-09-18board_f: Add reset status printingMario Six1-0/+28
2018-09-11spl: Allow remoteproc drivers to be used within SPLLokesh Vutla1-0/+6
2018-09-11spl: Allow mailbox drivers to be used within SPLLokesh Vutla1-0/+8
2018-09-11arm: K3: Add initial support for TI's K3 generation of SoCsLokesh Vutla1-1/+1
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2-19/+14
2018-09-10cli: handle getch errorPatrick Delaunay1-0/+4
2018-09-10console: unify fgetc function when console MUX is deactivatedPatrick Delaunay1-4/+5
2018-08-31spl: Kconfig: Fix typo in 'Upgrade'Fabio Estevam1-2/+2
2018-08-24malloc_simple: calloc: don't call memset if malloc failedSimon Goldschmidt1-1/+2
2018-08-24common: avb_verify: Fix division by zero in mmc_byte_io()Eugeniu Rosca1-0/+3
2018-08-24common: avb_verify: Fix never-occurring avb_free(ops_data)Eugeniu Rosca1-1/+1
2018-08-24common: avb_verify: Fix memory leaksEugeniu Rosca1-5/+8
2018-08-24common: avb_verify: Make local data staticEugeniu Rosca1-1/+1
2018-08-24common: kconfig: Mark AVB_VERIFY as dependent on PARTITION_UUIDSEugeniu Rosca1-0/+1