~thopiekar/u-boot/+git/u-boot-debian:debian/2024.01-rcX

Last commit made on 2024-01-05
Get this branch:
git clone -b debian/2024.01-rcX https://git.launchpad.net/~thopiekar/u-boot/+git/u-boot-debian

Branch merges

Branch information

Name:
debian/2024.01-rcX
Repository:
lp:~thopiekar/u-boot/+git/u-boot-debian

Recent commits

3231351... by Andreas Henriksson

Add u-boot-asahi building apple_m1_defconfig
(Closes: #1056576)

e036d1b... by undef <undef@localhost>

add Starfive Visionfive2 board support
(Closes: #1053359)

3d58c79... by Vagrant Cascadian

debian/changelog: Update for 2024.01~rc6.

a12c221... by Vagrant Cascadian

Merge tag 'v2024.01-rc6' into debian/2024.01-rcX

Prepare v2024.01-rc6

80cb22c... by Tom Rini <email address hidden>

Prepare v2024.01-rc6

Signed-off-by: Tom Rini <email address hidden>

b2cbf96... by Tom Rini <email address hidden>

configs: Resync with savedefconfig

Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini <email address hidden>

e703bfc... by Nishanth Menon <email address hidden>

arm: dts: k3-am62a*: Sync with kernel v6.7-rc1

Sync with kernel v6.7-rc1 and sync up the u-boot dts files accordingly.

Signed-off-by: Nishanth Menon <email address hidden>

244c9fd... by Nishanth Menon <email address hidden>

arm: mach-k3: am62a: Add main_timer0 id to the dev list

main_timer0 is used by u-boot as the tick-timer. Add it to the soc
devices list so it an be enabled via the k3 power controller.

Signed-off-by: Nishanth Menon <email address hidden>
Reviewed-by: Neha Malcom Francis <email address hidden>

3f662af... by Tom Rini <email address hidden>

Merge patch series "sync am65x device tree with Linux v6.7-rc1"

Bryan Brattlof <email address hidden> says:

Hello Again Everyone!

This series gets the am65x booting again along with syncing the device
tree files with v6.7-rc1 Linux.

The bulk of these patches unify the WKUP SPL board file with the arm64
files to make future syncs from Linux much easier. In the end the DTBs
should look a lot like what the DTBs look like for the am64x which
is fairly similar to the am65x.

For those interested in what UART boot looks like:
   https://paste.sr.ht/~bryanb/7df8a645dc548912cd806abd5ecab967ef3287bc

37a1a40... by Bryan Brattlof <email address hidden>

arm: dts: k3-am654: convert bootph-pre-ram to bootph-all

Many nodes are reused between WKUP SPL, MAIN SPL, and U-Boot. Using
bootph-pre-ram is causing these nodes to be present in SPL builds but
pruned away during the U-Boot build. Convert these nodes to bootph-all
so they will remain no matter which dtb build is happening.

Tested-by: Tom Rini <email address hidden>
Signed-off-by: Bryan Brattlof <email address hidden>
Reviewed-by: Nishanth Menon <email address hidden>