Christian Helmuth
|
393766a931
|
legacy_platform_drv: ACPI devices in configuration
Known ACPI device resources can be statically configured on startup like
follows.
<config>
<policy label_prefix="driver">
<device name="ACPI0000"/>
</policy>
<device name="ACPI0000" typee="acpi">
<irq number="99" mode="level" polarity="low"/>
<io_mem address="0xfc000000" size="0x100000"/>
<io_port_range address="0x4000" size="4"/>
</device>
</config>
Fixes #4545
|
2022-08-10 13:33:00 +02:00 |
|
Stefan Kalkowski
|
cf0d007fd4
|
os: remove imx53 specific platform api and fb_drv
Fix #4402
|
2022-02-15 10:17:28 +01:00 |
|
Stefan Kalkowski
|
c99ca21649
|
rpi: remove drivers for platform, fb and sd_card
Fix #4396
|
2022-02-15 10:16:51 +01:00 |
|
Stefan Kalkowski
|
7db602faec
|
os: deprecate platform API for x86, rpi, imx53
* Move platform APIs to "legacy/" subdirectory
* Rename old pc, imx53, and rpi platform_drv
to "legacy_*_platform_drv"
Fix #4359
|
2022-01-19 12:38:12 +01:00 |
|