summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/12Aug2019Tom Rini2019-08-1233-1020/+554
|\
| * pci: pci_mvebu: set BAR0 after memory space is setMarek BehĂșn2019-08-121-4/+4
| * arm: mvebu: turris_omnia: update defconfigMarek BehĂșn2019-08-121-0/+3
| * ARM: configs: Enable DM_ETH for SBx81LIFKW and SBx81LIFXCATChris Packham2019-08-122-0/+6
| * powerpc/km: remove unmaintained board KMLION1Holger Brunck2019-08-125-473/+390
| * powerpc/km: remove unmaintained target KMVECT1Holger Brunck2019-08-128-348/+0
| * km/arm: remove unmaintained target PORTL2Pascal Linder2019-08-124-53/+0
| * km/rgmii: port Ethernet interface of KM Kirkwood boards to driver modelPascal Linder2019-08-122-0/+2
| * km/uart: port UART interface of KM Kirkwood boards to driver modelPascal Linder2019-08-123-9/+2
| * km: fixed typo in KM Kirkwood header filePascal Linder2019-08-121-1/+1
| * km: clean up header files for KM Kirkwood boardsPascal Linder2019-08-123-25/+0
| * km: remove obsolete definitions in KM header filesPascal Linder2019-08-129-109/+0
| * km: add Kconfig menus for KM boardsPascal Linder2019-08-1214-14/+162
* | Merge tag 'u-boot-amlogic-20190812' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2019-08-1212-0/+1063
|\ \
| * | configs: sei510: disable PSCI_RESET to support fastboot reboot_flagNeil Armstrong2019-08-121-0/+1
| * | ARM: meson: Add support for fastboot_set_reboot_flag()Neil Armstrong2019-08-121-0/+33
| * | boards: meson: add g12a sei510Jerome Brunet2019-08-126-0/+373
| * | arm: meson: add sm command to retrieve the reboot reasonNeil Armstrong2019-08-122-1/+104
| * | arm: meson: add sm cmd to retrieve SoC serialNeil Armstrong2019-08-121-0/+48
| * | configs: meson64: permit redefining ENV_SIZENeil Armstrong2019-08-121-0/+2
| * | ARM: dts: Import Amlogic G12A SEI510 DT from Linux 5.3-rc1Neil Armstrong2019-08-122-0/+503
| |/
* | Merge branch '2019-08-11-ti-imports'Tom Rini2019-08-1247-59/+2850
|\ \
| * | arm: K3: sysfw-loader: Do not require full printf() for version infoWIP/2019-08-11-ti-importsAndreas Dannenberg2019-08-121-5/+16
| * | firmware: ti_sci: Parse all resource ranges even if some is not availableVignesh Raghavendra2019-08-121-3/+10
| * | ARM: da850-evm: Enable SPI Flash and NAND Flash when booting NORAdam Ford2019-08-122-3/+8
| * | ARM: da850-evm: Enable filesystem commands when booting from NORAdam Ford2019-08-121-4/+0
| * | ARM: da850-evm: Increase environment NOR partition offsetAdam Ford2019-08-122-3/+8
| * | ARM: da850-evm: Fix Lowlevel initAdam Ford2019-08-121-1/+1
| * | configs: am65x_evm_a53: enable support for PCIe ethernet cardsSekhar Nori2019-08-121-1/+3
| * | arm: dts: k3-am65: add support for PCIe and SERDESSekhar Nori2019-08-123-0/+122
| * | configs: am65x_evm_a53: enable PCIe supportSekhar Nori2019-08-121-0/+6
| * | phy: add support for AM654x SERDESSekhar Nori2019-08-123-0/+421
| * | pcie: ti: add driver for AM65x PCIe RCSekhar Nori2019-08-123-0/+732
| * | dm: core: add support for getting register address and sizeSekhar Nori2019-08-125-4/+108
| * | clk: add support for clk_is_match()Sekhar Nori2019-08-123-0/+26
| * | power: domain: ti-sci-power-domain: Add device ID info to get/set_device failureNishanth Menon2019-08-121-4/+4
| * | board/BuR/brsmarc1: initial commitHannes Schmelzer2019-08-1212-0/+1112
| * | watchdog: omap_wdt: Disable DM watchdog support in SPLSuniel Mahesh2019-08-124-2/+10
| * | watchdog: omap_wdt: Convert watchdog driver to use DT and DMSuniel Mahesh2019-08-125-1/+130
| * | ARM: omap3: overo: Fix MMC init for SPLAnselm Busse2019-08-122-14/+26
| * | board: siemens: extend factoryset reading for giedi and deneb boardsAnatolij Gustschin2019-08-112-15/+66
| * | board: siemens: adapt factoryset reading for DM_I2C enabled boardsAnatolij Gustschin2019-08-111-2/+43
| |/
* | Merge branch '2019-08-11-master-imports'Tom Rini2019-08-12519-1570/+4986
|\ \
| * | common: Add a note about the effort to reduce common.hWIP/2019-08-11-master-importsSimon Glass2019-08-111-0/+6
| * | Drop PCMCIASimon Glass2019-08-1118-862/+1
| * | env: Rename environment.h to env_internal.hSimon Glass2019-08-1175-77/+85
| * | env: Drop environment.h header file where not neededSimon Glass2019-08-11116-116/+1
| * | env: Move TOTAL_MALLOC_LEN to environment.hSimon Glass2019-08-113-10/+15
| * | env: Drop the double underscores in search.hSimon Glass2019-08-111-28/+24
| * | env: Drop the ACTION typedefSimon Glass2019-08-118-31/+31