aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "bootstd: Add Android support"WIP/18Jul2024Tom Rini2024-07-1816-5/+818
|\
| * bootstd: Add test for bootmeth_androidMattijs Korpershoek2024-07-184-4/+153
| * bootstd: Add a bootmeth for AndroidMattijs Korpershoek2024-07-186-0/+614
| * android: boot: Add set_abootimg_addr() and set_avendor_bootimg_addr()Mattijs Korpershoek2024-07-182-0/+24
| * bootstd: Add bootflow_iter_check_mmc() helperMattijs Korpershoek2024-07-182-0/+21
| * boot: android: Provide vendor_bootimg_addr in boot_get_fdt()Mattijs Korpershoek2024-07-182-1/+6
* | Merge patch series "finish using .dtso for overlay source files"Tom Rini2024-07-1812-14/+29
|\ \
| * | kbuild: Disallow DTB overlays to built from .dts named source filesRasmus Villemoes2024-07-181-3/+0
| * | test/py: efi_capsule: rename device tree overlay source to .dtsoRasmus Villemoes2024-07-182-3/+3
| * | test: overlay: rename overlay source files to .dtsoRasmus Villemoes2024-07-184-6/+6
| * | kbuild: Allow DTB overlays to built into .dtbo.S filesRasmus Villemoes2024-07-181-1/+19
| * | arm64: dts: imx8mp: rename DHCOM SoM overlays to .dtsoRasmus Villemoes2024-07-185-1/+1
* | | Subtree merge tag 'v6.10-dts' of devicetree-rebasing repo [1] into dts/upstreamTom Rini2024-07-181155-10194/+42985
|\ \ \
| * | | Squashed 'dts/upstream/' changes from 7e08733c96c8..20e0f0897ea2Tom Rini2024-07-181160-10314/+44204
* | | | ARM: dts: remove leftover Amlogic GX/G12 bindings headersNeil Armstrong2024-07-188-549/+0
* | | | Merge tag 'u-boot-rockchip-20240718' of https://source.denx.de/u-boot/custodi...Tom Rini2024-07-1854-921/+605
|\ \ \ \
| * | | | configs: rockchip: imply OF_LIBFDT_OVERLAY for rk3308 and rk3328FUKAUMI Naoki2024-07-174-3/+2
| * | | | configs: rockchip: sync ENV_MEM_LAYOUT_SETTINGS for rk3308, rk3328, and rk3399FUKAUMI Naoki2024-07-173-7/+14
| * | | | configs: rockchip: reduce diff for rk3308, rk3328, rk3399, rk3568, and rk3588FUKAUMI Naoki2024-07-175-60/+60
| * | | | phy: rockchip: snps-pcie3: Fix clearing PHP_GRF_PCIESEL_CON bitsSebastian Kropatsch2024-07-171-3/+5
| * | | | phy: rockchip: snps-pcie3: Fix bifurcation for RK3588Sebastian Kropatsch2024-07-171-16/+8
| * | | | phy: rockchip: snps-pcie3: Fix "rockchip" spellingSebastian Kropatsch2024-07-171-6/+6
| * | | | phy: rockchip: naneng-combphy: Fix "rockchip" spellingSebastian Kropatsch2024-07-171-2/+2
| * | | | board: rockchip: Add FriendlyElec NanoPi R6SSebastian Kropatsch2024-07-177-0/+130
| * | | | board: rockchip: Add FriendlyElec NanoPi R6CSebastian Kropatsch2024-07-177-0/+131
| * | | | rockchip: tiger-rk3588: add PCIe supportQuentin Schulz2024-07-171-0/+4
| * | | | rockchip: jaguar-rk3588: add PCIe M.2 M-KEY NVMe supportQuentin Schulz2024-07-171-0/+5
| * | | | arm64: dts: rockchip: add PCIe3 support on rk3588-jaguarHeiko Stuebner2024-07-171-0/+59
| * | | | rockchip: add support for Radxa ROCK Pi E v3.0FUKAUMI Naoki2024-07-176-42/+150
| * | | | phy: rockchip: inno-hdmi: Fix missing readl base addrJagan Teki2024-07-171-4/+4
| * | | | rockchip: remove support for Theobroma Systems RK3368 LionQuentin Schulz2024-07-1711-837/+0
| * | | | rockchip: theobroma-systems: migrate git URLs to HTTPSQuentin Schulz2024-07-174-4/+4
| * | | | rockchip: puma-rk3399: increase Ethernet PHY timeout to 30sQuentin Schulz2024-07-171-0/+1
| * | | | rockchip: include cru_rk3588.h and define rockchip_cru for RK3588FUKAUMI Naoki2024-07-172-0/+4
| * | | | power: rk8xx: fix display name for RK808Quentin Schulz2024-07-171-0/+2
| * | | | rockchip: rk3399: fix SPI-NOR flash not found in U-Boot pre-relocQuentin Schulz2024-07-171-0/+5
| * | | | rockchip: ringneck-px30: enable IO domainQuentin Schulz2024-07-171-0/+1
| * | | | rockchip: io-domain: add support for PX30Quentin Schulz2024-07-171-0/+66
| * | | | rockchip: px30: bind sub-nodes for GRF (syscon)Quentin Schulz2024-07-171-0/+3
| * | | | rockchip: puma-rk3399: add button supportQuentin Schulz2024-07-171-0/+2
| * | | | rockchip: px30: imply ARMV8_CRYPTOQuentin Schulz2024-07-171-0/+2
| * | | | rockchip: ringneck-px30: enable FIT verification in SPLQuentin Schulz2024-07-171-0/+3
| * | | | rockchip: ringneck-px30: disable broken USB gadgetQuentin Schulz2024-07-171-6/+1
* | | | | bloblist: fix bloblist convention check.Levi Yun2024-07-182-7/+14
* | | | | test/py/requirements.txt: Bump zipp to current releaseTom Rini2024-07-181-1/+1
* | | | | driver: rng: Do not check ARM_SMCCC_TRNG_VERSIONLeo Yan2024-07-181-4/+0
* | | | | ti: omap: am3517evm: Move environment definition to env fileAdam Ford2024-07-183-55/+23
* | | | | timer: mtk: skip setting parent with dummy fixed-clockChristian Marangi2024-07-181-1/+2
* | | | | Merge patch series "Respin bootstd cros patch into a series of two"Tom Rini2024-07-183-11/+11
|\ \ \ \ \
| * | | | | bootstd: cros: store partition type in an efi_guid_tVincent Stehlé2024-07-161-3/+3