From be40b1f9b911ce395aadfbba70d613530cbd7afe Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 28 Mar 2011 21:31:02 +0000 Subject: [PATCH] [x86] geos: support cpu MSR register and flashrom for coreboot upgrades The early versions of the platform shipped with coreboot 3.0, which had some issues rebooting correctly the first time. Allow the user to upgrade his BIOS from Linux. Signed-of-by: Philip Prindeville SVN-Revision: 26344 --- target/linux/x86/geos/target.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target/linux/x86/geos/target.mk b/target/linux/x86/geos/target.mk index faf616690b..324525fbf9 100644 --- a/target/linux/x86/geos/target.mk +++ b/target/linux/x86/geos/target.mk @@ -16,8 +16,10 @@ DEFAULT_PACKAGES += kmod-ata-via-sata \ kmod-cfg80211 kmod-mac80211 \ kmod-mppe kmod-pppoe kmod-pppoa kmod-pppol2tp \ kmod-ath kmod-ath5k kmod-ath9k \ + kmod-cpu-msr \ soloscli linux-atm br2684ctl bridge ppp ppp-mod-pppoa \ - libopenssl ocf-crypto-headers zlib hwclock hostapd + libopenssl ocf-crypto-headers zlib hwclock hostapd \ + flashrom CS5535_MASK:=0x0E000048 -- 2.30.2