genode/repos/base-hw/lib/mk
Reto Buerki c7cadf52a6 hw_x86_64: setup ISR and IDT
* Add isr.s assembler file:
    The file declares an array of Interrupt Service Routines (ISR) to handle
    the exception vectors from 0 to 19, see Intel SDM Vol. 3A, section
    6.3.1.
* Add Idt class:
  * The class Genode::Idt represents an Interrupt Descriptor Table as
    specified by Intel SDM Vol. 3A, section 6.10.
  * The setup function initializes the IDT with 20 entries using the ISR
    array defined in the isr.s assembly file.
* Setup and load IDT in Genode::Cpu ctor:
    The Idt::setup function is only executed once on the BSP.
* Declare ISRs for interrupts 20-255
* Set IDT size to 256
2015-03-27 11:53:18 +01:00
..
arm hw: adjust core bootstrap to fit generic process 2015-03-19 08:57:19 +01:00
arm_v6 hw: adjust core bootstrap to fit generic process 2015-03-19 08:57:19 +01:00
arm_v7 hw: adjust core bootstrap to fit generic process 2015-03-19 08:57:19 +01:00
cortex_a8 hw_arndale: enable ARM virtualization extensions 2015-02-27 11:48:05 +01:00
cortex_a9 hw_arndale: enable ARM virtualization extensions 2015-02-27 11:48:05 +01:00
cortex_a15 hw_arndale: setup ARM hypervisor mode 2015-02-27 11:48:05 +01:00
exynos5 hw_arndale: enable ARM virtualization extensions 2015-02-27 11:48:05 +01:00
perf_counter hw: re-organize file structure 2014-08-15 10:19:48 +02:00
platform_arndale hw_arndale: enable ARM virtualization extensions 2015-02-27 11:48:05 +01:00
platform_imx53 hw_arndale: enable ARM virtualization extensions 2015-02-27 11:48:05 +01:00
platform_odroid_xu hw_arndale: enable ARM virtualization extensions 2015-02-27 11:48:05 +01:00
platform_panda hw: refactor irq controllers 2015-02-27 11:43:56 +01:00
platform_pbxa9 hw: refactor irq controllers 2015-02-27 11:43:56 +01:00
platform_rpi hw: re-organize file structure 2014-08-15 10:19:48 +02:00
platform_vea9x4 hw: refactor irq controllers 2015-02-27 11:43:56 +01:00
trustzone hw: core as library 2014-07-24 10:18:06 +02:00
x86 hw: skeleton for building on x86_64 2015-03-27 11:53:16 +01:00
x86_64 hw_x86_64: setup ISR and IDT 2015-03-27 11:53:18 +01:00
base-common.inc base: refactor signal_transmitter::submit 2015-03-19 09:32:52 +01:00
base.mk hw: re-organize file structure 2014-08-15 10:19:48 +02:00
core-perf_counter.mk hw: re-organize file structure 2014-08-15 10:19:48 +02:00
core-trustzone_off.mk hw: core as library 2014-07-24 10:18:06 +02:00
core-trustzone.inc hw: re-organize file structure 2014-08-15 10:19:48 +02:00
core-trustzone.mk hw: core as library 2014-07-24 10:18:06 +02:00
core.inc hw: adjust core bootstrap to fit generic process 2015-03-19 08:57:19 +01:00