Skip to content
Snippets Groups Projects
Commit f96e6fb4 authored by Neil Armstrong's avatar Neil Armstrong
Browse files

Updated for V6.3 and v2023.01/v2023.04

parent 954b809b
No related branches found
No related tags found
1 merge request!11Updates for V6.3 and v2023.01/v2023.04
Pipeline #13450 passed
......@@ -13,10 +13,42 @@ Changelog
v6.3 (work in progress)
~~~~~~~~~~~~~~~~~~~~~~~
- Work in progress
- Drivers
v6.2 (work in progress)
~~~~~~~~~~~~~~~~~~~~~~~
- Addition of NNA power domain for A311D SoC
- meson_sm.txt conversionto dt-schema
- mark amlogic,meson-gx-pwrc bindings as deprecated
- fix of meson_sm driver by using NULL instead of 0
- ARM64 DT
- New boards are added:
- Odroid-N2L using S922X (Smaller version of Odroid-N2+)
- BananaPi M2-Pro using S905X4 (Variant of BPI=M5 with on-board wifi)
- Radxa Zero2 using A311D (Faster version of Radza Zero)
- A cleanup & fixup of the ARM64 DT has started, first by covering easy mistakes like invalid node names & missing unit address. This goes along a complete migration of bindings to dt-schema, which are merged by the respective maintainers, the migration will cover the next Lnux versions.
- In addition, the following changes are added:
- Add DT node for the VIPNano-QI on the A311D, a Neural Network variant of the Vivant GPU core
- remove CPU opps below 1GHz for G12A boards, like it was done for G12B/SM1
- Fix WiFi/Bt definition around P212 & Khadas VIM1
- Add audio node to P212
- Fix FAN trip definition to Odroid-HC4
- Fix gpio-fan gpios definition
- Permit Radxa Zero OTG on USB1
- Fix VDDIO_C enable gpio by using OPEN DRAIN flag
- ARM DT
- align OPP table names with DT schema
- meson8/8b: Add more L2 (PL310) cache properties
- align LED node names with dtschema
v6.2
~~~~
- ARM64 DT
......
......@@ -23,6 +23,23 @@ A mailing list has been created :
U-Boot mainlining progress
--------------------------
v2024.04 (Work in Progress)
~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Switch USB Gadget to DM ! Finally, the last legacy bit is now over
- jethub j100: add rescue boot from microSD
- move meson sm command to cmd/meson and add efusedump sub-command
- Add new boards:
- Odroid Go Ultra, a portable console based on S922X
- Odroid-N2L, a smaller version of the N2+
v2023.01
~~~~~~~~
- Implement setbrg op to meson serial device
- Re-add the old PHY reset binding for nanopi-k2
v2022.10
~~~~~~~~
......@@ -228,8 +245,8 @@ Mainline U-Boot Support Matrix
Boards Odroid-C2 P212 Khadas VIM2 S400 U200 Odroid-N2 SEI610
Nanopi-K2 Khadas VIM SEI510 Khadas VIM3 Khadas VIM3L
P200 LibreTech-CC Radxa Zero Beelink GS-King X Odroid-C4
P201 LibreTech-AC Odroid-HC4
Banana Pi M5
P201 LibreTech-AC Odroid Go Ultra Odroid-HC4
Odroid N2L Banana Pi M5
UART **Yes** **Yes** **Yes** **Yes** **Yes** **Yes** **Yes**
Pinctrl/GPIO **Yes** **Yes** **Yes** **Yes** **Yes** **Yes** **Yes**
Clock Control **Yes** **Yes** **Yes** **Yes** **Yes** **Yes** **Yes**
......@@ -262,11 +279,9 @@ Work in Progress
----------------
- DSI Output support for AXG
- Add support for changing rate of serial port (setbgr op) => https://lore.kernel.org/all/20220918161701.572814-1-e.tomell@gmail.com/
TODO
----
- Port USB OTG to use Driver Model dwc2_otg instead of legacy in board_usb_* functions in mach-meson
- Port Linux NAND driver to U-Boot
- Add support for 32bit Meson 6/8/8b
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment