Drivers: Support Open Firmware API and model of PIC

We support OFW API to replace fdt old API, and add
IRQ, IO, Platform-Bus, CPUs ... OFW node contorl.
To support work with Device Tree or ACPI in drivers
that use IRQ, we make a programmable interrupt
controller driver's model.

Signed-off-by: GuEe-GUI <GuEe-GUI@github.com>
This commit is contained in:
wusongjie
2023-07-05 16:45:16 +08:00
parent 950d71e1ac
commit 8aa4366cb2
76 changed files with 12204 additions and 5 deletions
+1
View File
@@ -347,6 +347,7 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_RT_USING_UTEST is not set
# CONFIG_RT_USING_VAR_EXPORT is not set
CONFIG_RT_USING_ADT=y
CONFIG_RT_USING_ADT_AVL=y
# CONFIG_RT_USING_RT_LINK is not set
# CONFIG_RT_USING_VBUS is not set
+1
View File
@@ -219,6 +219,7 @@
/* Utilities */
#define RT_USING_ADT
#define RT_USING_ADT_AVL
/* RT-Thread Utestcases */
+1
View File
@@ -275,6 +275,7 @@ CONFIG_RT_USING_POSIX_PIPE_SIZE=512
# CONFIG_RT_USING_UTEST is not set
# CONFIG_RT_USING_VAR_EXPORT is not set
CONFIG_RT_USING_ADT=y
CONFIG_RT_USING_ADT_AVL=y
# CONFIG_RT_USING_RT_LINK is not set
# CONFIG_RT_USING_VBUS is not set
+1
View File
@@ -162,6 +162,7 @@
/* Utilities */
#define RT_USING_ADT
#define RT_USING_ADT_AVL
/* RT-Thread Utestcases */