History log of /barrelfish-master/usr/acpi/acpi_debug.h
Revision Date Author Comments
# 2c4ad322 15-Nov-2019 Lukas Humbel <lukas.humbel@inf.ethz.ch>

imx8x: Boot second core

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# beae220b 09-Aug-2018 Rana Afifi <afrana@student-ethz.ch>

HPET Driver which now can configure FSB interrupts and receive them

Signed-off-by: Rana Afifi <afrana@student-ethz.ch>


# b90eed75 14-Aug-2018 Adam Turowski <adam.turowski@inf.ethz.ch>

debug: reverting debug_printf and acpi commits

Signed-off-by: Adam Turowski <adam.turowski@inf.ethz.ch>


# 79df19ed 05-Jul-2018 Adam Turowski <adam.turowski@inf.ethz.ch>

arm: adding gic v3

Signed-off-by: Adam Turowski <adam.turowski@inf.ethz.ch>


# 7b7822fa 27-Jul-2016 Lukas Humbel <lukas.humbel@inf.ethz.ch>

IRQ: Start serial from kaluga

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# 9f4b24ec 07-Jul-2016 Lukas Humbel <lukas.humbel@inf.ethz.ch>

IRQ: Use kaluga to start interrupt controllers

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# f66beac7 20-Jul-2016 Reto Achermann <reto.achermann@inf.ethz.ch>

[ACPI] disabling debug output

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 57b71ce9 19-Jul-2016 Reto Achermann <reto.achermann@inf.ethz.ch>

[ACPI] making ACPI architecture specific

Separating osglue, service and acpi functions into architecture
dependend parts.

Adding build target for ARMv8

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# ee29b20e 27-Nov-2013 Gerd Zellweger <mail@gerdzellweger.com>

Disable ACPI debug.


# aa0947a7 29-Oct-2013 Gerd Zellweger <mail@gerdzellweger.com>

WIP getting capability for real mode memory.

So boot driver can load bootstrap assembly himself.


# a0744423 27-Mar-2012 Gerd Zellweger <zgerd@student.ethz.ch>

Make sure everything compiles on 32bit. Still need to run tests though.


# da7e4506 22-Mar-2012 Gerd Zellweger <zgerd@student.ethz.ch>

Moving IO APIC back into ACPI.
Decision was made after running into severe capability problems
that introduced cyclic dependency between acpi and ioapic
during initalization (meaning, it would have made things a lot
more coupled and complicated than we wished for...).

--HG--
rename : usr/ioapic/interrupts.c => usr/acpi/interrupts.c
rename : usr/ioapic/ioapic.c => usr/acpi/ioapic.c
rename : usr/ioapic/ioapic.h => usr/acpi/ioapic.h
rename : usr/ioapic/lpc_ioapic_ioapic_impl.h => usr/acpi/lpc_ioapic_ioapic_impl.h
rename : usr/ioapic/lpc_ioapic_spaces.h => usr/acpi/lpc_ioapic_spaces.h


# fa9d7419 08-Mar-2012 Gerd Zellweger <zgerd@student.ethz.ch>

Remove debug in acpi.


# 04af6378 29-Feb-2012 Gerd Zellweger <zgerd@student.ethz.ch>

Parsing menu.lst in Kaluga to find driver binaries.


# 2e21cbdf 24-Feb-2012 Gerd Zellweger <zgerd@student.ethz.ch>

Disabled debugging output for PCI code.


# 64238d1b 24-Feb-2012 Gerd Zellweger <zgerd@student.ethz.ch>

Remove PCI_DEBUG statements in ACPI.

--HG--
branch : octopus.acpi-service


# db43ddd5 24-Feb-2012 Gerd Zellweger <zgerd@student.ethz.ch>

Removed dead code in ACPI daemon.

--HG--
branch : octopus.acpi-service


# f79a146c 19-Feb-2012 Gerd Zellweger <zgerd@student.ethz.ch>

Continue to refactor acpi into separate service.
Initialization code for PCI <-> ACPI separated. Added flounder
interface to exchange messages and ACPI error values for fugu.

--HG--
branch : octopus.acpi-service