From 8658a0cb5c79a334484db926ca2fce75b5265a87 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Tue, 16 Jun 2015 06:25:45 -0400 Subject: Update coreboot again (a patch was merged upstream) The patch for only requiring cmake for clang users was merged. This patch is important, because libreboot doesn't want to use clang, and doesn't want any dependences that it relies on which it doesn't need. Also, this and the other recent update re-add support for ACPI brightness methods on the Thinkpad X60 and T60. --- (limited to 'resources/libreboot/config/macbook21') diff --git a/resources/libreboot/config/macbook21/config b/resources/libreboot/config/macbook21/config index c9a290f..caf5e7a 100644 --- a/resources/libreboot/config/macbook21/config +++ b/resources/libreboot/config/macbook21/config @@ -198,6 +198,10 @@ CONFIG_ARCH_BOOTBLOCK_X86_32=y CONFIG_ARCH_VERSTAGE_X86_32=y CONFIG_ARCH_ROMSTAGE_X86_32=y CONFIG_ARCH_RAMSTAGE_X86_32=y +# CONFIG_ARCH_BOOTBLOCK_X86_64 is not set +# CONFIG_ARCH_VERSTAGE_X86_64 is not set +# CONFIG_ARCH_ROMSTAGE_X86_64 is not set +# CONFIG_ARCH_RAMSTAGE_X86_64 is not set CONFIG_AP_IN_SIPI_WAIT=y # CONFIG_SIPI_VECTOR_IN_ROM is not set CONFIG_NUM_IPI_STARTS=2 -- cgit v0.9.1