-
-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f8c385
commit 426bcd9
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
u-boot-radxa-rk3588 (2017.09+20240806.gitf73b1eed-1) jammy; urgency=medium | ||
|
||
* configs: e25: change CONFIG_BAUDRATE 1500000 to 115200 | ||
* dts: radxa-e25: add blue led node | ||
* radxa-e25: blue light on when entering loader mode | ||
* BACKPORT: distro/pxeboot: Handle prompt variable | ||
* board: rockchip: evb_rk3528: Add hardware ID recognition for mEdge-RK3528A IO | ||
* arm: dts: add radxa-e52c | ||
* configs: add radxa-e52c-rk3588s_defconfig | ||
* common: fix type of cmd_process for -Werror=enum-int-mismatch | ||
* edid: add_cea_modes: fix build with -Werror=maybe-uninitialized | ||
* dts: rock5b+: enable pcie3x2 | ||
|
||
-- Joshua Riek <[email protected]> Tue, 20 Aug 2024 20:28:47 -0400 | ||
|
||
u-boot-radxa-rk3588 (2017.09+20240626.git5202c429-5) jammy; urgency=medium | ||
|
||
* Fix booting from SPI NOR on the Orange Pi 5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
GIT=https://github.com/radxa/u-boot.git | ||
COMMIT=5202c429714e34dcaeb6ea2a76822fb8447e1409 | ||
COMMIT=f73b1eede495c82cd5d7ed20cc484a22d670136f | ||
BRANCH=next-dev-v2024.03 | ||
VERSION=2017.09+20240626.git5202c429 | ||
VERSION=2017.09+20240806.gitf73b1eed |