Displaying 5 results from an estimated 5 matches for "acpi_fadt".
2006 Jun 19
0
Bug#374395: FTBFS with GCC 4.2: cast from pointer to integer of different size
...u can reproduce this with the gcc-snapshot
package.
> Automatic build of xen-3.0_3.0.2+hg9681-1 on usurper by sbuild/amd64 0.46
...
> gcc -o acpigen -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer -Wdeclaration-after-statement -I. -I../../libxc acpi_build.c acpi_dsdt.c acpi_facs.c acpi_fadt.c acpi_gen.c acpi_madt.c acpi_rsdt.c
> cc1: warnings being treated as errors
> acpi_build.c: In function 'UpdateTable':
> acpi_build.c:114: warning: cast from pointer to integer of different size
> acpi_build.c:118: warning: cast from pointer to integer of different size
> ac...
2005 Oct 12
1
compile error
I cannot compile the latest xen build (make world):
make[4]: Entering directory `/setup/xen/xen-unstable/tools/firmware/acpi''
gcc -o acpigen -I. -I../../libxc acpi_build.c acpi_dsdt.c acpi_facs.c acpi_fadt.
c acpi_gen.c acpi_madt.c acpi_rsdt.c
acpi_gen.c: In function âmainâ:
acpi_gen.c:44: warning: incompatible implicit declaration of built-in function â
exitâ
acpi_gen.c:51: warning: incompatible implicit declaration of built-in function â
exitâ
acpi_gen.c:53: warning: pointer targets in passing argu...
2005 Oct 12
1
compile error
I cannot compile the latest xen build (make world):
make[4]: Entering directory `/setup/xen/xen-unstable/tools/firmware/acpi''
gcc -o acpigen -I. -I../../libxc acpi_build.c acpi_dsdt.c acpi_facs.c acpi_fadt.
c acpi_gen.c acpi_madt.c acpi_rsdt.c
acpi_gen.c: In function âmainâ:
acpi_gen.c:44: warning: incompatible implicit declaration of built-in function â
exitâ
acpi_gen.c:51: warning: incompatible implicit declaration of built-in function â
exitâ
acpi_gen.c:53: warning: pointer targets in passing argu...
2006 Sep 12
1
Bug#387106: FTBFS with GCC 4.2: cast from pointer to integer of different size
...> make[5]: Entering directory `/build/tbm/xen-unstable-3.0-unstable+hg11292/debian/build/build-utils_amd64/tools/firmware/acpi'
> gcc -o acpigen -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer -Wdeclaration-after-statement -I. -I../../libxc acpi_build.c acpi_dsdt.c acpi_facs.c acpi_fadt.c acpi_gen.c acpi_madt.c acpi_rsdt.c
> cc1: warnings being treated as errors
> acpi_build.c: In function 'UpdateTable':
> acpi_build.c:114: warning: cast from pointer to integer of different size
> acpi_build.c:118: warning: cast from pointer to integer of different size
> ac...
2007 Aug 09
2
Bad FADT and timer going backwards
...enabled, limit: 16 GB
(XEN) found SMP MP-table at 0009d540
(XEN) DMI 2.3 present.
(XEN) ACPI table at 0xf5fcf mapped to address ff0f5fcf
Caused by acpi_table_parse(ACPI_BOOT, ...)
(XEN) Using APIC driver default
(XEN) ACPI table at 0x3ffcfec0 mapped to address fff9bec0
Caused by acpi_table_parse(ACPI_FADT, ...)
(XEN) ACPI: Invalid FADT signature DSDT
I added checking of the signature inside the FADT parser.
The ACPI table of the FADT really is a DSDT?! No wonder the parsing and
PM-Timer went all wrong. Wonder how Linux finds it, though.
A mistake in the mapping function?
Though this likely does n...