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 <philipp@redfish-solutions.com> SVN-Revision: 26344
This commit is contained in:
parent
93aa797810
commit
ad9945105b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue