aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-11Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashWIP/11Aug2021Tom Rini4-2/+5
2021-08-11Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini26-76/+125
2021-08-11Merge tag 'u-boot-amlogic-20210810' of https://source.denx.de/u-boot/custodia...Tom Rini9-95/+220
2021-08-11riscv: qemu: Enable MTD NOR flash supportBin Meng2-0/+4
2021-08-11flash.h: Remove CONFIG_SYS_FLASH_CFI from flash_info_tBin Meng1-2/+0
2021-08-11mtd: kconfig: Fix CFI_FLASH dependencyBin Meng1-0/+1
2021-08-11arm: kirkwood: Goflex Home: Update board maintainerTony Dinh1-1/+1
2021-08-11arm: kirkwood: Dockstar: Update board maintainerTony Dinh1-1/+1
2021-08-11arm: mvebu: Hang if ddr3_init() failsPali Rohár1-1/+5
2021-08-11arm: a37xx: pci: Fix handling PIO config error responsesPali Rohár1-26/+26
2021-08-11arm: mvebu: sata_mv failed to identify HDDs during cold startTony Dinh1-2/+27
2021-08-11arm: kirkwood: Do not overwrite CONFIG_SYS_TCLKPali Rohár3-9/+0
2021-08-11arm: mvebu: axp: Set CONFIG_SYS_TCLK globallyPali Rohár5-7/+0
2021-08-11arm: mvebu: msys: Set CONFIG_SYS_TCLK globallyPali Rohár3-2/+2
2021-08-11arm: mvebu: a37x: Detect CONFIG_SYS_TCLK from SAR registerPali Rohár2-1/+3
2021-08-11arm: mvebu: a38x: Detect CONFIG_SYS_TCLK from SAR registerPali Rohár8-16/+8
2021-08-11arm: kirkwood: GoFlex Home: Use Ethernet PHY name and address from device treeTony Dinh1-12/+45
2021-08-11arm: kirkwood: GoFlex Home: Add DM SATA configsTony Dinh1-0/+6
2021-08-11arm: kirkwood: GoFlex Home: Add DM Ethernet, remove IDE, and add DM SATA configsTony Dinh1-1/+4
2021-08-10configs: Resync with savedefconfigTom Rini98-210/+154
2021-08-10configs: sei510/610: android bootflow via abootimgGuillaume La Roque4-9/+25
2021-08-10configs: sei510/sei610: don't use hard-coded gpt uuidsMattijs Korpershoek2-16/+8
2021-08-10configs: sei510/sei610: reformat PARTS_defaultMattijs Korpershoek2-14/+14
2021-08-10configs: meson64_android: boot android via abootimgGuillaume La Roque1-1/+56
2021-08-10configs: meson64_android: define BOOT_CMD macroMattijs Korpershoek1-2/+4
2021-08-10configs: meson64_android: implement A/B slot supportMattijs Korpershoek1-8/+47
2021-08-10configs: meson64_android: implement AVB supportMattijs Korpershoek1-0/+23
2021-08-10configs: meson64_android: increase SYS_MALLOC_LEN to 128M for AVBMattijs Korpershoek1-0/+4
2021-08-10configs: meson64: permit redefining SYS_MALLOC_LENMattijs Korpershoek1-0/+2
2021-08-10board: amlogic: odroid-n2: fix fdtfile suffix for n2-plusChristian Hewitt2-2/+2
2021-08-09Merge tag 'u-boot-imx-20210809' of https://source.denx.de/u-boot/custodians/u...WIP/09Aug2021Tom Rini128-832/+11843
2021-08-09Merge tag 'dm-pull-8aug21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini8-16/+36
2021-08-09imx: cmd: use struct cmd_tblPeng Fan2-2/+2
2021-08-09arm: imx: add i.MX8ULP EVK supportPeng Fan13-0/+2047
2021-08-09arm: dts: add i.MX8ULP dtsiPeng Fan3-0/+1953
2021-08-09ddr: Add DDR driver for iMX8ULPYe Li5-0/+239
2021-08-09imx8ulp: add upower api supportPeng Fan6-0/+948
2021-08-09imx8ulp: move struct mu_type to common headerPeng Fan2-18/+26
2021-08-09imx8ulp: Add workaround for eMMC bootYe Li2-0/+17
2021-08-09imx8ulp: Use DGO_GP5 to get boot configYe Li1-1/+1
2021-08-09imx8ulp: soc: correct reset causePeng Fan1-7/+3
2021-08-09driver: misc: imx8ulp: Add fuse driver for imx8ulpYe Li2-0/+199
2021-08-09arm: imx8ulp: add iomuxc supportPeng Fan2-1/+137
2021-08-09arm: imx8ulp: add dummy imx_get_mac_from_fusePeng Fan1-0/+5
2021-08-09arm: imx8ulp: Allocate DCNANO and MIPI_DSI to AD domainYe Li1-0/+2
2021-08-09arm: iMX8ULP: Add boot device relevant functionsYe Li2-0/+85
2021-08-09arm: imx8ulp: Probe the S400 MU device in arch initYe Li1-1/+34
2021-08-09imx8ulp: unify rdc functionsPeng Fan3-173/+317
2021-08-09arm: imx8ulp: release trdc and assign lpav from RTD to APDPeng Fan1-1/+103
2021-08-09arm: imx8ulp: add trdc release requestPeng Fan1-9/+17