summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bugfixes-for-v2020.07-rc4' of https://gitlab.denx.de/u-boot/custod...WIP/29May2020Tom Rini2020-05-293-13/+48
|\
| * misc: i2c_eeprom: implement different probe test eeprom offsetEugen Hristev2020-05-281-1/+7
| * i2c: observe scl_count in i2c_deblock_gpio_loop()Heinrich Schuchardt2020-05-281-1/+1
| * i2c: designware_i2c: Check if the device is poweredRaul E Rangel2020-05-281-0/+17
| * i2c: designware_i2c: Tidy up use of NULL privSimon Glass2020-05-281-11/+23
* | Merge tag 'u-boot-amlogic-20200529' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-05-298-4/+39
|\ \ | |/ |/|
| * arm: dts: meson-gxl: fix USB gadget by adding missing nodes for U-BootNeil Armstrong2020-05-295-4/+24
| * configs: khadas-vim3: enable HDMI outputNeil Armstrong2020-05-292-0/+13
| * arm: dts: khadas-vim3: include meson-g12-common-u-boot.dtsi to enable HDMI ou...Neil Armstrong2020-05-291-0/+2
|/
* 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
|\ \
| * | sandbox: move compression option to KconfigMichael Walle2020-05-252-3/+2
| * | cmd: zip: fix implicit declaration warningMichael Walle2020-05-251-0/+1
| * | cmd: zip: automatically pull in gzip()Michael Walle2020-05-253-2/+5
| * | cmd: unzip: automatically select CONFIG_GZIPMichael Walle2020-05-251-0/+1