aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2018-12-03Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2-2/+4
2018-12-03board_r: fix build with DM_SPIChristophe Leroy1-1/+1
2018-12-03rsa: add support of padding pssPhilippe Reynes1-0/+6
2018-12-03rsa: add a structure for the paddingPhilippe Reynes2-0/+34
2018-12-02fdt_support: fdt reservations on the sandboxHeinrich Schuchardt1-1/+2
2018-12-02fdt: sandbox: correct use of ${fdtcontroladdr}Heinrich Schuchardt1-1/+2
2018-11-29malloc_simple: Add logging of allocationsSimon Glass1-21/+37
2018-11-28tools: MediaTek: add MTK boot header generation to mkimageRyder Lee1-0/+1
2018-11-26usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/Sven Schwermer1-14/+14
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer4-20/+20
2018-11-26usb: Remove CMD_USB dependency for common codeSven Schwermer1-1/+1
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass5-12/+158
2018-11-26sandbox: Allow puts() output before global_data is set upSimon Glass1-0/+7
2018-11-26spl: Add a comment to spl_set_bd()Simon Glass1-0/+4
2018-11-26spl: Make SPL_DISABLE_BANNER_PRINT a positive optionSimon Glass2-5/+14
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass1-12/+15
2018-11-26spl: Support hash, input, pch, pci, rtc, tpm in SPLSimon Glass1-1/+47
2018-11-26bloblist: Locate bloblist in U-BootSimon Glass1-0/+34
2018-11-26spl: Set up the bloblist in SPLSimon Glass1-2/+16
2018-11-26Add core support for a bloblist to convey data from SPLSimon Glass3-0/+288
2018-11-26spl: Add support for logging in SPL and TPLSimon Glass3-4/+43
2018-11-20spl: Support bootstage, log, hash and early malloc in TPLSimon Glass2-3/+42
2018-11-20sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()Simon Glass1-12/+0
2018-11-16image-sig: Ensure that hashed-nodes is null-terminatedKonrad Beckmann1-0/+5
2018-11-16arm: at91: wdt: Convert watchdog driver to dm/dtPrasanthi Chellakumar1-1/+1
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