summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-27cbfs: Use bool type for whether initialisedSimon Glass
2020-05-27cbfs: Use ulong consistentlySimon Glass
2020-05-27cbfs: Rename the result variableSimon Glass
2020-05-27cbfs: drop file_cbfs_result declarationChristian Gmeiner
2020-05-27x86: coreboot: add SMBIOS cbmem entry parsingChristian Gmeiner
2020-05-27x86: apl: Use devicetree for FSP-S configurationBernhard Messerklinger
2020-05-27x86: apl: Use devicetree for FSP-M configurationBernhard Messerklinger
2020-05-27x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabledBernhard Messerklinger
2020-05-27x86: mtrr: Drop the mask display when changing an mtrrSimon Glass
2020-05-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2020-05-26configs: Resync with savedefconfigTom Rini
2020-05-26sifive: fix palmer's email addressPragnesh Patel
2020-05-26riscv: Move all SMP related SBI calls to SBI_v01Atish Patra
2020-05-25Prepare v2020.07-rc3Tom Rini
2020-05-25Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-05-25Merge branch '2020-05-25-misc-fixes'Tom Rini
2020-05-25sandbox: move compression option to KconfigMichael Walle
2020-05-25cmd: zip: fix implicit declaration warningMichael Walle
2020-05-25cmd: zip: automatically pull in gzip()Michael Walle
2020-05-25cmd: unzip: automatically select CONFIG_GZIPMichael Walle
2020-05-25env: Convert ENV_ACCESS_IGNORE_FORCE to KconfigMarek Vasut
2020-05-25tools/env/fw_env.h: remove env.hRomain Naour
2020-05-25Convert CONFIG_CMD_MMC to KconfigTom Rini
2020-05-25phy: Fix possible NULL pointer deferenceVignesh Raghavendra
2020-05-25MAINTAINERS: add dfu.h and dfu.rst to DFUHeinrich Schuchardt
2020-05-25doc: dfu: describe more DFU functionHeinrich Schuchardt
2020-05-25doc: dfu: fix typos in README.dfuHeinrich Schuchardt
2020-05-25doc: dfu: add DFU to HTML documentationHeinrich Schuchardt
2020-05-25doc: dfu: describe eMMC partition number parameterHeinrich Schuchardt
2020-05-25MAINTAINERS: add doc/driver-model/ to DRIVER MODELHeinrich Schuchardt
2020-05-25armv8: cache_v8: fix mmu_set_region_dcache_behaviourPeng Fan
2020-05-22Merge git://git.denx.de/u-boot-usbTom Rini
2020-05-22Merge branch 'net' of git://git.denx.de/u-boot-socfpgaTom Rini
2020-05-22net: ks8851: Add Kconfig entriesMarek Vasut
2020-05-22net: ks8851: Add DM supportMarek Vasut
2020-05-22net: ks8851: Receive one packet per recv callMarek Vasut
2020-05-22net: ks8851: Split non-DM specific bits from common codeMarek Vasut
2020-05-22net: ks8851: Pass around driver private dataMarek Vasut
2020-05-22net: ks8851: Checkpatch cleanupMarek Vasut
2020-05-22net: ks8851: Clean up chip ID readoutMarek Vasut
2020-05-22net: ks8851: Remove type_frame_headMarek Vasut
2020-05-22net: ks8851: Trim down struct ks_netMarek Vasut
2020-05-22net: ks8851: Use 16bit RXQCR accessMarek Vasut
2020-05-22net: ks8851: Remove RXQCR cacheMarek Vasut
2020-05-22net: ks8851: Replace malloc()+memset() with calloc()Marek Vasut
2020-05-22Merge tag 'u-boot-rockchip-20200522' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2020-05-22Merge tag 'imx8qxp-fixes' of https://gitlab.denx.de/u-boot/custodians/u-boot-...Tom Rini
2020-05-22Merge tag 'efi-2020-07-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2020-05-22Merge tag 'uniphier-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2020-05-22eth/r8152: fix typo in register nameHayes Wang