summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | binman: Use binary mode when compressing dataSimon Glass2019-07-102-2/+2
| * | patman: Provide a way to get program output in binary modeSimon Glass2019-07-102-3/+4
| * | tools: dtoc: Open all binary files in binary modeSimon Glass2019-07-101-1/+1
| * | tools: binman: Open all binary files in binary modeSimon Glass2019-07-101-15/+15
| * | binman: Use items() instead of iteritems()Simon Glass2019-07-105-6/+6
| * | patman: Use items() instead of iteritems()Simon Glass2019-07-101-1/+1
| * | binman: Remove use of Set()Simon Glass2019-07-103-9/+6
| * | binman: Don't show errors for failed testsSimon Glass2019-07-101-0/+12
| * | binman: Convert print statements to Python 3Simon Glass2019-07-102-8/+12
| * | patman: Convert print statements to Python 3Simon Glass2019-07-103-15/+14
| * | patman: Update cros_subprocess to use bytesSimon Glass2019-07-102-20/+29
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2019-07-1131-117/+279
|\ \ \
| * | | arm: mvebu: set 38x and 39x AVS on lower frequencyBaruch Siach2019-07-114-0/+40
| * | | km/spi: remove deprecated SPI flash driver code for KM Kirkwood boardsPascal Linder2019-07-115-65/+0
| * | | km/spi: activate driver model for SPI flash on KM Kirkwood boardsPascal Linder2019-07-112-1/+5
| * | | km/spi: add SPI configuration to KM Kirkwood device treePascal Linder2019-07-111-0/+22
| * | | km/spi: overwrite kirkwood_spi weak functions for KM Kirkwood boardsPascal Linder2019-07-111-0/+31
| * | | km/spi: add weak functions to kirkwood_spi driver (DM part)Pascal Linder2019-07-111-0/+16
| * | | km: modify Kconfig file organization for KM boardsPascal Linder2019-07-117-45/+109
| * | | ARM: mvebu: Enable FIT support for db-xc3-24g4xgChris Packham2019-07-111-0/+3
| * | | arm: mvebu: crs305-1g-4s: Enable CMD_BOOTZ and increase SYS_BOOTM_LENLuka Kovacic2019-07-112-0/+2
| * | | arm: mvebu: turris_omnia: fix rescue mode bootcmd bootargs settingMarek Behún2019-07-111-1/+2
| * | | arm: mvebu: turris_omnia: call pci_init from board init codeMarek Behún2019-07-111-0/+1
| * | | arm: mvebu: turris_omnia: prefer SCSI booting before USBMarek Behún2019-07-111-1/+1
| * | | arm: mvebu: turris_omnia: remove unneeded macro from board configMarek Behún2019-07-111-5/+0
| * | | arm: mvebu: turris_omnia: change environment address in SPI flashMarek Behún2019-07-111-2/+2
| * | | arm: mvebu: turris_omnia: fix adapters MAC addressesMarek Behún2019-07-111-3/+3
| * | | arm: mvebu: turris_omnia: set default ethernet adapterMarek Behún2019-07-111-0/+1
| * | | arm: mvebu: clearfog: document boot from SATABaruch Siach2019-07-111-0/+6
| * | | arm: mvebu: clearfog: set U-Boot offset for SATA bootBaruch Siach2019-07-111-1/+1
| * | | arm: mvebu: clearfog: enable SATA in SPLBaruch Siach2019-07-111-0/+8
| * | | arm: mvebu: add support for boot from SATABaruch Siach2019-07-114-0/+15
| * | | arm: mvebu: fix ahci mbus config in SPLBaruch Siach2019-07-111-0/+4
| * | | spl: sata: don't force FS_FAT supportBaruch Siach2019-07-111-2/+6
| * | | spl: sata: fix build with DM_SCSIBaruch Siach2019-07-111-1/+3
| * | | spl: sata: add default partition and image nameBaruch Siach2019-07-111-0/+8
| |/ /
* | | Merge tag 'uniphier-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2019-07-1170-491/+1207
|\ \ \ | |_|/ |/| |
| * | ARM: uniphier: set {kernel, ramdisk, fdt}_addr_r at boot-timeMasahiro Yamada2019-07-102-7/+11
| * | ARM: uniphier: set dram_base environment variableMasahiro Yamada2019-07-101-0/+2
| * | ARM: uniphier: set loadaddr at boot-timeMasahiro Yamada2019-07-102-2/+34
| * | ARM: uniphier: turn uniphier_set_fdt_file() into void functionMasahiro Yamada2019-07-101-7/+13
| * | ARM: uniphier: remove CONFIG_SYS_SDRAM_BASEMasahiro Yamada2019-07-102-7/+4
| * | ARM: uniphier: make mem_map run-time configurableMasahiro Yamada2019-07-103-4/+38
| * | ARM: uniphier: make dram_init() more genericMasahiro Yamada2019-07-101-3/+7
| * | ARM: uniphier: make dram_init() independent of SG_MEMCONFMasahiro Yamada2019-07-101-64/+84
| * | ARM: uniphier: detect register base addresses run-timeMasahiro Yamada2019-07-106-1/+97
| * | ARM: uniphier: de-couple SC macros into base address and offsetMasahiro Yamada2019-07-1028-285/+266
| * | ARM: uniphier: de-couple SG macros into base address and offsetMasahiro Yamada2019-07-1013-41/+46
| * | ARM: uniphier: detect SD boot modeMasahiro Yamada2019-07-102-0/+12
| * | ARM: uniphier: make boot_is_swapped() code optionalMasahiro Yamada2019-07-105-12/+30