~tobetter/+git/u-boot:topic-v2024.01

Last commit made on 2024-01-25
Get this branch:
git clone -b topic-v2024.01 https://git.launchpad.net/~tobetter/+git/u-boot

Branch merges

Branch information

Name:
topic-v2024.01
Repository:
lp:~tobetter/+git/u-boot

Recent commits

bc24696... by Dongjin Kim

odroid-m1s: add to read u-boot image from boot1

This patch is to load u-boot image from boot1 partition at offset 0 when
booting from eMMC. SD card will store u-boot image at sector 2048.

Signed-off-by: Dongjin Kim <email address hidden>
Change-Id: Ifb60d8bafb282c8c35c41a23b26630d6470bc335

3075a2c... by Dongjin Kim

rockchip: spl: add 'board_mmc_boot_mode()'

Add 'board_mmc_boot_mode()' function to let board can decide the booting
mode while not only RAW mode.

Change-Id: I396f044fadd93586954c546cc02792d3fad8a55d
Signed-off-by: Dongjin Kim <email address hidden>

c0cfe71... by Dongjin Kim

board: rockchip: Add Hardkernel ODROID-M1S

Hardkernel ODROID-M1S is a single board computer with a RK3566 SoC,
a slightly modified version of the RK3566 SoC.

Features tested on a ODROID-M1S 8GB v1.0 2023-08-10:
    - SD-card boot
    - eMMC boot
    - PCIe/NVMe

Signed-off-by: Dongjin Kim <email address hidden>
Change-Id: I1387fb407aed43a4d85ddb7165c48e952ef86b14

866ca97... by Tom Rini <email address hidden>

Prepare v2024.01

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

82750ce... by Jan Kiszka <email address hidden>

arm: dts: iot2050: Fix by syncing from Linux

This restores support for IOT2050 by widely synchronizing its DT files
with the Linux kernel. We additionally need to add the alias restoration
that is still waiting for its upstream merge and the not-yet-upstreamed
bits needed for watchdog reboot detection.

Fixes: 4dbdc84754ea ("arm: dts: k3-am654: pull in dtb update from Linux")
Signed-off-by: Jan Kiszka <email address hidden>

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

configs: j7200: Remove HBMC_AM654 config

Kernel commit 1b77265626a4 ("arm64: dts: ti: k3-j7200-mcu-wakeup: Add
HyperBus node") was merged to kernel without its dependent patch [1].
Similar fix is needed in U-Boot, and hbmc currently breaks boot. Till
this gets fixed in U-Boot, disable the config by default so that the
hbmc probe that happens in board/ti/j721e/evm.c will not take place
and lead to boot failure.

This is similar to the approach in commit 5b2671594b80 ("configs:
j721e: Remove HBMC_AM654 config"), introduced to j7200 evm platform.

[1] https://<email address hidden>/

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

1e10876... by Anthony Loiseau <email address hidden>

MAINTAINERS: fix folders within glob pattern

A "F: foo*" entry does not match any foo*/ folder nor its subtree,
another "F: foo*/" entry is needed for that.

Add missing foo*/ entries where an existing folder was ignored,
so this folder and its subtree is properly covered.

Arm tegra, Arm TI and Environment sections are affected.

Cc: Tom Rini <email address hidden>
Cc: Thierry Reding <email address hidden>
Cc: Svyatoslav Ryhel <email address hidden>
Cc: Tom Rini <email address hidden>
Cc: Joe Hershberger <email address hidden>
Signed-off-by: Anthony Loiseau <email address hidden>

9466b3c... by Mattijs Korpershoek <email address hidden>

MAINTAINERS: Fix ANDROID AB unknown file entry

Commit 19a91f2464a8 ("Create a new boot/ directory") moved the
android_ab.c code under boot/android_ab but did not update
the MAINTAINERS entry.

Update it so that the maintainer will get cc'ed again.

Fixes: 19a91f2464a8 ("Create a new boot/ directory")
Signed-off-by: Mattijs Korpershoek <email address hidden>
Reviewed-by: Sam Protsenko <email address hidden>

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>