summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/24Oct2019Tom Rini2019-10-248-2/+192
|\
| * configs: j721e_evm_a72_defconfig: Add HBMC related configsVignesh Raghavendra2019-10-241-0/+12
| * configs: j721e_evm.h: Define CONFIG_SYS_MAX_FLASH_BANKS_DETECTVignesh Raghavendra2019-10-241-0/+3
| * arm: dts: k3-j721e-som-p0: Add HyperFlash nodeVignesh Raghavendra2019-10-241-0/+34
| * arm: dts: k3-j721e-mcu-wakeup: Add HyperBus Controller nodeVignesh Raghavendra2019-10-241-0/+26
| * mtd: Add TI HyperBus Memory Controller driverVignesh Raghavendra2019-10-243-0/+113
| * mtd: cfi_flash: Use CONFIG_SYS_MONITOR_BASE only when definedVignesh Raghavendra2019-10-241-2/+4
* | Merge tag 'u-boot-stm32-2019-10-23' of https://gitlab.denx.de/u-boot/custodia...WIP/23Oct2019Tom Rini2019-10-237-3/+23
|\ \
| * | board: stm32mp1: fixup the usb product id for USB download gadgetPatrick Delaunay2019-10-221-0/+17
| * | configs: stm32f746-disco: Fix ramdisk_addr_rPatrice Chotard2019-10-221-1/+1
| * | configs: stm32h743-eval: Disable CONFIG_NET flagPatrice Chotard2019-10-221-0/+1
| * | configs: stm32h743-disco: Disable CONFIG_NET flagPatrice Chotard2019-10-221-0/+1
| * | configs: stm32f469-discovery: Disable CONFIG_NET flagPatrice Chotard2019-10-221-1/+1
| * | configs: stm32f429-evaluation: Disable CONFIG_NET flagPatrice Chotard2019-10-221-1/+1
| * | configs: stm32f429-discovery: Disable CONFIG_NET flagPatrice Chotard2019-10-221-0/+1
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2019-10-2310-10/+76
|\ \ | |/ |/|
| * armv7: ls102xa: Don't power down OCRAM1 during deep sleepBiwen Li2019-10-211-1/+6
| * armv7: ls102xa: add errata ID A-008646 for workaroundBiwen Li2019-10-211-3/+4
| * armv8: Update LX2160A/LX2120A/LX2080A SVR valueWasim Khan2019-10-211-4/+4
| * armv8: ls1028a: disable multimedia for ls1027a, ls1017aYuantian Tang2019-10-212-0/+26
| * board/ls1028a: Add call to sec_init()Udit Agarwal2019-10-211-0/+4
| * configs: ls1012afrwy: Add CONFIG_ENV_ADDRKuldeep Singh2019-10-211-0/+5
| * armv7: ls102xa: Correct endianness of SCFG_SPARECR8 readBiwen Li2019-10-211-1/+1
| * armv8: fsl-layerscape: Make USB masters snoopableRan Wang2019-10-212-0/+15
| * armv7: ls102xa: Update SCFG_QSPI_CLKSEL valueKuldeep Singh2019-10-211-1/+1
| * configs: ls1012ardb: Add CONFIG_ENV_ADDRKuldeep Singh2019-10-211-0/+4
| * armv8: ls1028a: Add more personalities supportYuantian Tang2019-10-212-0/+6
* | dm: pinctrl: fix for introduce PINCONF_RECURSIVE optionWIP/21Oct2019Patrick Delaunay2019-10-211-3/+1
* | pinctrl: Kconfig: remove duplicated nodesPatrick Delaunay2019-10-211-25/+0
|/
* spl: mmc: make eMMC HW boot partition configuration optionalWIP/18Oct2019Anatolij Gustschin2019-10-181-6/+22
* Merge tag 'efi-2020-01-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2019-10-1812-7/+76
|\
| * efi_loader: enable CONFIG_CMD_NVEDIT_EFI on QEMUHeinrich Schuchardt2019-10-178-0/+8
| * efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if availableAKASHI Takahiro2019-10-171-1/+23
| * fs: add fs_get_type() for current filesystem typeAKASHI Takahiro2019-10-172-0/+23
| * fs: clean up around fs_typeAKASHI Takahiro2019-10-171-3/+0
| * fs: update fs_close() descriptionHeinrich Schuchardt2019-10-171-1/+6
| * fs: export fs_close()AKASHI Takahiro2019-10-172-1/+8
| * efi_loader: device_path: check against file path lengthAKASHI Takahiro2019-10-171-2/+9
* | Merge tag 'u-boot-amlogic-20191018' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2019-10-1851-2693/+6941
|\ \
| * | configs: sei610: Add config file to fix userdata sizeGuillaume La Roque2019-10-183-1/+33
| * | configs: sei510: rework header and fix userdata sizeGuillaume La Roque2019-10-183-119/+139
| * | boards: amlogic: add SEI610 supportNeil Armstrong2019-10-185-0/+233
| * | ARM: dts: meson-sm1: add U-Boot specific DT for graphicsNeil Armstrong2019-10-185-3/+10
| * | configs: sei510: enable everything-else power domainNeil Armstrong2019-10-181-1/+1
| * | power: domain: add Amlogic Everything-Else power domain driverNeil Armstrong2019-10-183-0/+438
| * | ARM: dts: Import SEI610 DT from Linux 5.4-rc2Neil Armstrong2019-10-184-1/+550
| * | clk: meson-sm1: add compatibleNeil Armstrong2019-10-181-0/+1
| * | mmc: meson-gx: add support for mmc-pwrseq-emmcNeil Armstrong2019-10-181-0/+51
| * | ARM: meson: add SM1 SoC idNeil Armstrong2019-10-181-0/+2
| * | arm: meson: Recognize A311D SoCAndreas Färber2019-10-181-0/+1