summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: driver-model: Update SPI migration statusJagan Teki2020-06-011-2/+0
* mtd: sf: Drop plat from sf_probeJagan Teki2020-06-011-2/+0
* env: sf: Free the old env_flashJagan Teki2020-06-011-7/+6
* cmd: sf Drop reassignment of new into flashJagan Teki2020-06-011-3/+0
* mtd: spi: Call sst_write in _write opsJagan Teki2020-06-011-6/+7
* sf: Drop spl_flash_get_sw_write_protJagan Teki2020-06-017-74/+1
* mtd: spi: Use CONFIG_IS_ENABLED to prevent ifdefJagan Teki2020-06-012-9/+18
* spi: Zap sh_spi driverJagan Teki2020-06-014-325/+0
* spi: Kconfig: Move MSCC_BB_SPI, FSL_QSPI into DM_SPIJagan Teki2020-06-011-15/+15
* spi: Kconfig: Drop redundant CF_SPI definitionJagan Teki2020-06-011-6/+0
* spi Drop spi_init()Jagan Teki2020-06-012-8/+0
* mtd: spinand: toshiba: Support for new Kioxia Serial NANDYoshio Furuyama2020-05-281-16/+103
* mtd: spinand: toshiba: Rename function name to change suffix and prefix (8Gbit)Yoshio Furuyama2020-05-281-27/+27
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-05-2716-147/+179
|\
| * arm: mvebu: Convert CRS305-1G-4S board to CRS3xx-98DX3236Luka Kovacic2020-05-2713-145/+165
| * arm: mvebu: armada-3720-uDPU: fix PHY mode definition to sgmii-2500Jakov Petrina2020-05-271-2/+2
| * arm: mvebu: ds414: define CONFIG_SYS_U_BOOT_OFFSEzra Buehler2020-05-271-0/+3
| * arm: mvebu: ds414: add u-boot,dm-pre-reloc to spi0Ezra Buehler2020-05-271-0/+9
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-05-2718-678/+3399
|\ \ | |/ |/|
| * cbfs: Don't require the CBFS size with cbfs_init_mem()Simon Glass2020-05-273-8/+8
| * cbfs: Allow reading a file from a CBFS given its base addrSimon Glass2020-05-272-0/+27
| * cbfs: Change file_cbfs_find_uncached() to return an errorSimon Glass2020-05-272-29/+36
| * cbfs: Return the error code from file_cbfs_init()Simon Glass2020-05-273-13/+19
| * cbfs: Record the start address in cbfs_privSimon Glass2020-05-271-13/+31
| * cbfs: Use void * for the position pointersSimon Glass2020-05-271-9/+8
| * cbfs: Unify the two header loadersSimon Glass2020-05-271-22/+37
| * cbfs: Adjust cbfs_load_header_ptr() to use cbfs_privSimon Glass2020-05-271-3/+6
| * cbfs: Adjust file_cbfs_load_header() to use cbfs_privSimon Glass2020-05-271-4/+5
| * cbfs: Adjust return value of file_cbfs_next_file()Simon Glass2020-05-271-20/+23
| * cbfs: Use bool type for whether initialisedSimon Glass2020-05-271-4/+4
| * cbfs: Use ulong consistentlySimon Glass2020-05-272-7/+6
| * cbfs: Rename the result variableSimon Glass2020-05-271-10/+10
| * cbfs: drop file_cbfs_result declarationChristian Gmeiner2020-05-271-2/+0
| * x86: coreboot: add SMBIOS cbmem entry parsingChristian Gmeiner2020-05-273-0/+27
| * x86: apl: Use devicetree for FSP-S configurationBernhard Messerklinger2020-05-276-387/+1922
| * x86: apl: Use devicetree for FSP-M configurationBernhard Messerklinger2020-05-277-164/+1244
| * x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabledBernhard Messerklinger2020-05-271-21/+25
| * x86: mtrr: Drop the mask display when changing an mtrrSimon Glass2020-05-271-1/+0
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2020-05-263-23/+21
|\
| * sifive: fix palmer's email addressPragnesh Patel2020-05-261-1/+1
| * riscv: Move all SMP related SBI calls to SBI_v01Atish Patra2020-05-262-22/+20
* | configs: Resync with savedefconfigTom Rini2020-05-2614-22/+16
|/
* Prepare v2020.07-rc3v2020.07-rc3Tom Rini2020-05-251-1/+1
* Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/25May2020Tom Rini2020-05-2522-39/+455
|\
| * arm: mach-k3: Enable dcache in SPLJan Kiszka2020-05-195-0/+40
| * Nokia RX-51: Add automated test for running RX-51 build in qemuPali Rohár2020-05-195-0/+291
| * arm: mach-k3: j721e_init: Add support for backup boot modesAndreas Dannenberg2020-05-193-2/+47
| * ARM: omap3_logic boards: Convert to DM_ETHAdam Ford2020-05-199-23/+63
| * ddr: k3-am654: EMIF Tool update to 2.02 for IO optimizations and fixesPraneeth Bajjuri2020-05-191-14/+14
* | Merge branch '2020-05-25-misc-fixes'Tom Rini2020-05-2532-60/+254
|\ \