genode/repos/os/src/app/rom_reporter
Norman Feske 6b94e65a95 os: avoid using deprecated APIs
Issue #1987
Issue #3125
2019-01-30 13:49:54 +01:00
..
README os: component to reflect ROMs as reports 2018-01-17 12:14:37 +01:00
main.cc os: avoid using deprecated APIs 2019-01-30 13:49:54 +01:00
target.mk os: component to reflect ROMs as reports 2018-01-17 12:14:37 +01:00

README

The ROM-reporter component requests a ROM session and reports the content of
the ROM dataspace to a report session with the same label as the ROM session.

The requested ROM modules must be specified via '<rom>' nodes within the
component's '<config>' node. For example:

! <config>
!   <rom label="pci_devices/>
! </config>