aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-29rockchip: Fix spl mmc boot device ofpathJagan Teki5-7/+7
2020-05-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini16-147/+179
2020-05-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini18-678/+3399
2020-05-27cbfs: Don't require the CBFS size with cbfs_init_mem()Simon Glass3-8/+8
2020-05-27cbfs: Allow reading a file from a CBFS given its base addrSimon Glass2-0/+27
2020-05-27cbfs: Change file_cbfs_find_uncached() to return an errorSimon Glass2-29/+36
2020-05-27cbfs: Return the error code from file_cbfs_init()Simon Glass3-13/+19
2020-05-27cbfs: Record the start address in cbfs_privSimon Glass1-13/+31
2020-05-27cbfs: Use void * for the position pointersSimon Glass1-9/+8
2020-05-27cbfs: Unify the two header loadersSimon Glass1-22/+37
2020-05-27cbfs: Adjust cbfs_load_header_ptr() to use cbfs_privSimon Glass1-3/+6
2020-05-27cbfs: Adjust file_cbfs_load_header() to use cbfs_privSimon Glass1-4/+5
2020-05-27cbfs: Adjust return value of file_cbfs_next_file()Simon Glass1-20/+23
2020-05-27cbfs: Use bool type for whether initialisedSimon Glass1-4/+4
2020-05-27cbfs: Use ulong consistentlySimon Glass2-7/+6
2020-05-27cbfs: Rename the result variableSimon Glass1-10/+10
2020-05-27cbfs: drop file_cbfs_result declarationChristian Gmeiner1-2/+0
2020-05-27x86: coreboot: add SMBIOS cbmem entry parsingChristian Gmeiner3-0/+27
2020-05-27x86: apl: Use devicetree for FSP-S configurationBernhard Messerklinger6-387/+1922
2020-05-27x86: apl: Use devicetree for FSP-M configurationBernhard Messerklinger7-164/+1244
2020-05-27x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabledBernhard Messerklinger1-21/+25
2020-05-27x86: mtrr: Drop the mask display when changing an mtrrSimon Glass1-1/+0
2020-05-27arm: mvebu: Convert CRS305-1G-4S board to CRS3xx-98DX3236Luka Kovacic13-145/+165
2020-05-27arm: mvebu: armada-3720-uDPU: fix PHY mode definition to sgmii-2500Jakov Petrina1-2/+2
2020-05-27arm: mvebu: ds414: define CONFIG_SYS_U_BOOT_OFFSEzra Buehler1-0/+3
2020-05-27arm: mvebu: ds414: add u-boot,dm-pre-reloc to spi0Ezra Buehler1-0/+9
2020-05-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini3-23/+21
2020-05-26configs: Resync with savedefconfigTom Rini14-22/+16
2020-05-26sifive: fix palmer's email addressPragnesh Patel1-1/+1
2020-05-26riscv: Move all SMP related SBI calls to SBI_v01Atish Patra2-22/+20
2020-05-25Prepare v2020.07-rc3v2020.07-rc3Tom Rini1-1/+1
2020-05-25Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini22-39/+455
2020-05-25Merge branch '2020-05-25-misc-fixes'Tom Rini32-60/+254
2020-05-25sandbox: move compression option to KconfigMichael Walle2-3/+2
2020-05-25cmd: zip: fix implicit declaration warningMichael Walle1-0/+1
2020-05-25cmd: zip: automatically pull in gzip()Michael Walle3-2/+5
2020-05-25cmd: unzip: automatically select CONFIG_GZIPMichael Walle1-0/+1
2020-05-25env: Convert ENV_ACCESS_IGNORE_FORCE to KconfigMarek Vasut3-5/+7
2020-05-25tools/env/fw_env.h: remove env.hRomain Naour1-1/+0
2020-05-25Convert CONFIG_CMD_MMC to KconfigTom Rini16-10/+9
2020-05-25phy: Fix possible NULL pointer deferenceVignesh Raghavendra1-5/+5
2020-05-25MAINTAINERS: add dfu.h and dfu.rst to DFUHeinrich Schuchardt1-0/+2
2020-05-25doc: dfu: describe more DFU functionHeinrich Schuchardt1-4/+174
2020-05-25doc: dfu: fix typos in README.dfuHeinrich Schuchardt1-3/+3
2020-05-25doc: dfu: add DFU to HTML documentationHeinrich Schuchardt3-20/+28
2020-05-25doc: dfu: describe eMMC partition number parameterHeinrich Schuchardt1-6/+15
2020-05-25MAINTAINERS: add doc/driver-model/ to DRIVER MODELHeinrich Schuchardt1-0/+1
2020-05-25armv8: cache_v8: fix mmu_set_region_dcache_behaviourPeng Fan1-1/+1
2020-05-22Merge git://git.denx.de/u-boot-usbTom Rini5-12/+131
2020-05-22Merge branch 'net' of git://git.denx.de/u-boot-socfpgaTom Rini7-269/+326