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
Stefan Kalkowski
421d2bed40
platform driver: make device info XML optional
...
* The device XML information dataspace is only provided,
when the client's policy states `info="yes"`
* The device XM information gets changed to include the
physical resource names (I/O memory and IRQ addresses)
instead of virtual ids and page offset
Fix #4077
2021-05-05 11:31:16 +02:00
Stefan Kalkowski
d1cf9c86b8
os: introduce device type in platform driver
...
* Move "compatible" property value to "type" attribute
* Turn device_by_property helper in Platform::Connection into device_by_type
Fix #4074
2021-04-20 12:10:58 +02:00
Martin Stein
6937eb7d94
drivers_nic-rpi: use usb_net and usb_host
...
Ref #3961
2021-02-23 12:07:16 +01:00
Martin Stein
691be92046
Don't use the NIC server mode of NIC drivers
...
Issue #3961
2021-02-23 11:53:41 +01:00
Stefan Kalkowski
ff031d792c
depot: add recipe for driver_nic-rpi
...
Ref #3180
2019-05-16 13:11:00 +02:00