Re: [PATCH v3 gnumach] ACPI: Support XSDT (ACPI >= v2.0)

2024-01-31 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le mer. 31 janv. 2024 02:12:26 +, a ecrit: > This enables gnumach to additionally parse the XSDT table > if the revision of ACPI is 2. > > TESTED: Still works on qemu (ACPI v1.0) > TESTED: Works on a x86 board with XSDT (ACPI v2.0) > --- > i386/i386at/acpi_par

[PATCH v3 gnumach] ACPI: Support XSDT (ACPI >= v2.0)

2024-01-30 Thread Damien Zammit
This enables gnumach to additionally parse the XSDT table if the revision of ACPI is 2. TESTED: Still works on qemu (ACPI v1.0) TESTED: Works on a x86 board with XSDT (ACPI v2.0) --- i386/i386at/acpi_parse_apic.c | 258 ++ i386/i386at/acpi_parse_apic.h | 18 ++- i

Re: [PATCH v2 gnumach] ACPI: Support XSDT (ACPI >= v2.0)

2024-01-30 Thread Samuel Thibault
Damien Zammit, le mar. 30 janv. 2024 08:04:38 +, a ecrit: > This enables gnumach to additionally parse the XSDT table > if the revision of ACPI is 2. > > NB: I removed a few checksum checks in acpi tables where > there is no checksum present in the table. > > TESTED: Still works on qemu (ACPI

[PATCH v2 gnumach] ACPI: Support XSDT (ACPI >= v2.0)

2024-01-30 Thread Damien Zammit
This enables gnumach to additionally parse the XSDT table if the revision of ACPI is 2. NB: I removed a few checksum checks in acpi tables where there is no checksum present in the table. TESTED: Still works on qemu (ACPI v1.0) TESTED: Works on a x86 board with XSDT (ACPI v2.0) --- i386/i386at/

Re: [PATCH 2/2 gnumach] ACPI: Support XSDT (ACPI >= v2.0)

2024-01-27 Thread Samuel Thibault
Hello, Damien Zammit, le mer. 24 janv. 2024 03:52:03 +, a ecrit: > diff --git a/i386/i386at/acpi_parse_apic.c b/i386/i386at/acpi_parse_apic.c > index 9cd861ed..7b377d33 100644 > --- a/i386/i386at/acpi_parse_apic.c > +++ b/i386/i386at/acpi_parse_apic.c > @@ -99,27 +98,33 @@ acpi_check_signature

[PATCH 2/2 gnumach] ACPI: Support XSDT (ACPI >= v2.0)

2024-01-23 Thread Damien Zammit
--- i386/i386at/acpi_parse_apic.c | 203 -- i386/i386at/acpi_parse_apic.h | 18 ++- i386/i386at/model_dep.c | 8 +- 3 files changed, 169 insertions(+), 60 deletions(-) diff --git a/i386/i386at/acpi_parse_apic.c b/i386/i386at/acpi_parse_apic.c index 9cd861e

Re: ACPI support

2020-04-25 Thread Samuel Thibault
Hello, Damien Zammit, le sam. 25 avril 2020 09:38:31 +1000, a ecrit: > http://git.zammit.org/gnumach-sv.git/log/?h=debian-acpica > > It boots and prints a log but the problem I am facing is that > the log is not saved to /var/log/dmesg even though it prints at boot. > As it scrolls so fast, I can

ACPI support

2020-04-24 Thread Damien Zammit
Hi all, I have added ACPICA support to gnumach here: http://git.zammit.org/gnumach-sv.git/log/?h=debian-acpica It boots and prints a log but the problem I am facing is that the log is not saved to /var/log/dmesg even though it prints at boot. As it scrolls so fast, I cannot read it and I don't k