summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shWIP/30May2020Tom Rini2020-05-302-2/+3
|\
| * sh: r2dplus: Enable HUSHMarek Vasut2020-05-291-2/+1
| * sh: r2dplus: Enable board_eth_init only for non-DM caseMarek Vasut2020-05-291-0/+2
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2020-05-302-10/+12
|\ \
| * | usb: ehci-mx6: Print error code on failureMarek Vasut2020-05-291-2/+2
| * | usb: ehci-mx6: Handle fixed regulators correctlyMarek Vasut2020-05-291-2/+2
| * | eth/r8152: fix assigning the wrong endpointHayes Wang2020-05-291-6/+8
| |/
* | Merge tag 'dm-pull-30may20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-05-3016-139/+304
|\ \
| * | patman: Modify functional tests for new behaviorSean Anderson2020-05-294-9/+79
| * | patman: Support multi-line changes in changelogsSean Anderson2020-05-292-10/+35
| * | patman: Add new tags for finer-grained changelog controlSean Anderson2020-05-294-32/+83
| * | patman: Suppress empty changelog entriesSean Anderson2020-05-292-12/+53
| * | patman: Add an option to create patches without binary contentsBin Meng2020-05-293-2/+12
| * | patman: Sort the command line optionsBin Meng2020-05-291-6/+6
| * | dm: core: Reorder include files in read.cStefan Roese2020-05-291-3/+3
| * | sandbox: update documents regarding spi_sfAKASHI Takahiro2020-05-292-69/+41
| * | sandbox: drop CONFIG_SYS_RELOC_GD_ENV_ADDRAKASHI Takahiro2020-05-294-4/+0
* | | 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