search for: acpi_dsdt

Displaying 6 results from an estimated 6 matches for "acpi_dsdt".

2006 Sep 26
1
HVM PIC/APIC confusion in ACPI firmware?
Hi Folks - I''m pretty new to ACPI (don''t know my ASL from a hole in the ground :-), but I think the _PRT method has the PIC/APIC cases reversed. I''m looking at tools/firmware/acpi/acpi_dsdt.asl. The ACPI spec says a _PIC method (if defined) will be called with an argument of 1 if the host is using APIC interrupts. If the host is using PIC interrupts instead, it will either not call the _PIC method, or will call it with an argument of 0. The current _PIC method simply stores its...
2006 Mar 30
7
RE: [RFC][PATCH] create an initrd for dom0 in install.shscript
...set. -s size Add splash animation and bootscreen to initrd. -t tmp_dir Temporary directory. Defaults to /var/tmp. -D interface Run dhcp on the specified interface. -I interface Configure the specified interface statically. -a acpi_dsdt Attach compiled ACPI DSDT (Differentiated System Description Table) to initrd. This replaces the DSDT of the BIOS. Defaults to the ACPI_DSDT variable in /etc/sysconfig/kernel. -S Load policy...
2006 Jun 19
0
Bug#374395: FTBFS with GCC 4.2: cast from pointer to integer of different size
...e take a look at it. You 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 o...
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...
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...
2006 Sep 12
1
Bug#387106: FTBFS with GCC 4.2: cast from pointer to integer of different size
...by sbuild/amd64 0.49 ... > 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 o...