Stefan Reinauer wrote: > +++ src/arch/i386/boot/acpi.c (.../trunk/coreboot-v2) ..
> +#if 0 > +#if MEM_TRAIN_SEQ != 0 > + #error "So far it works on AMD and MEM_TRAIN_SEQ == 0" > +#endif > + > +#if _RAMBASE < 0x1F00000 > + #error "For ACPI RESUME you need to have _RAMBASE at least 31MB" > + #error "Chipset support (S3_NVRAM_EARLY and ACPI_IS_WAKEUP_EARLY > functions and memory ctrl)" > + #error "And coreboot memory reserved in mainboard.c" > +#endif > +#endif Why disable these build time checks? //Peter -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

