mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-28 17:48:53 +00:00
94ea3a0acb
Driver definitions which are used by kernel/core in base-hw, and also by other drivers (e.g. from the os repository) have to reside in the generic base-repository, for instance some uart drivers. All drivers which are interesting for one of the sites only (sp804 for timer driver, or cortex_a9 cpu driver for base-hw) should reside in the respective repos. Factorize cpu context out of Cortex A9 specific definitions. Moreover, there is already a Cpu_state object containing all common ARM registers. We use this as a base for the cpu context switching done by the base-hw kernel. The Cpu_state class get extended by a cpu-exception field, that stores the kind of exception raised when the corresponding context got interrupted. This information is used not only by the base-hw kernel, but also by the TrustZone VMM that is build currently. |
||
---|---|---|
.. | ||
audio_out_session | ||
blit | ||
block | ||
block_session | ||
dde_kit | ||
drivers/timer | ||
file_system_session | ||
framebuffer_session | ||
gpu | ||
init | ||
input | ||
input_session | ||
ldso | ||
loader_session | ||
net | ||
nic | ||
nic_session | ||
nitpicker_gfx | ||
nitpicker_session | ||
nitpicker_view | ||
os | ||
packet_stream_rx | ||
packet_stream_tx | ||
pci_device | ||
pci_session | ||
platform | ||
terminal_session | ||
timer_session | ||
util | ||
xev_track |