summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-12-032-2/+4
|\
| * fdt_support: fdt reservations on the sandboxHeinrich Schuchardt2018-12-021-1/+2
| * fdt: sandbox: correct use of ${fdtcontroladdr}Heinrich Schuchardt2018-12-021-1/+2
* | board_r: fix build with DM_SPIChristophe Leroy2018-12-031-1/+1
* | rsa: add support of padding pssPhilippe Reynes2018-12-031-0/+6
* | rsa: add a structure for the paddingPhilippe Reynes2018-12-032-0/+34
|/
* malloc_simple: Add logging of allocationsSimon Glass2018-11-291-21/+37
* tools: MediaTek: add MTK boot header generation to mkimageRyder Lee2018-11-281-0/+1
* usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/Sven Schwermer2018-11-261-14/+14
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-264-20/+20
* usb: Remove CMD_USB dependency for common codeSven Schwermer2018-11-261-1/+1
* spl: Add support for passing handoff info to U-Boot properSimon Glass2018-11-265-12/+158
* sandbox: Allow puts() output before global_data is set upSimon Glass2018-11-261-0/+7
* spl: Add a comment to spl_set_bd()Simon Glass2018-11-261-0/+4
* spl: Make SPL_DISABLE_BANNER_PRINT a positive optionSimon Glass2018-11-262-5/+14
* spl: Add a define for SPL_TPL_PROMPTSimon Glass2018-11-261-12/+15
* spl: Support hash, input, pch, pci, rtc, tpm in SPLSimon Glass2018-11-261-1/+47
* bloblist: Locate bloblist in U-BootSimon Glass2018-11-261-0/+34
* spl: Set up the bloblist in SPLSimon Glass2018-11-261-2/+16
* Add core support for a bloblist to convey data from SPLSimon Glass2018-11-263-0/+288
* spl: Add support for logging in SPL and TPLSimon Glass2018-11-263-4/+43
* spl: Support bootstage, log, hash and early malloc in TPLSimon Glass2018-11-202-3/+42
* sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()Simon Glass2018-11-201-12/+0
* 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
|\