No need to contact AMD for firmware anymore
We ship it in the 3rdparty repository. Change-Id: Ida52bc7e813f8468910c4ea7838ebb863c52b88a Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/2060 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
7a33442159
commit
ebb89e3a8c
|
@ -48,21 +48,18 @@ config HUDSON_XHCI_FWM
|
|||
default y
|
||||
help
|
||||
Add Hudson 2/3/4 XHCI Firmware to support the onboard usb3.0
|
||||
Please contact AMD to obtain the related firmware
|
||||
|
||||
config HUDSON_IMC_FWM
|
||||
bool "Add imc firmware"
|
||||
default y
|
||||
help
|
||||
Add Hudson 2/3/4 IMC Firmware to support the onboard fan control
|
||||
Please contact AMD to obtain the related firmware
|
||||
|
||||
config HUDSON_GEC_FWM
|
||||
bool "Add gec firmware"
|
||||
default n
|
||||
help
|
||||
Add Hudson 2/3/4 GEC Firmware
|
||||
Please contact AMD to obtain the related firmware
|
||||
|
||||
config HUDSON_XHCI_FWM_FILE
|
||||
string "XHCI firmware path and filename"
|
||||
|
|
|
@ -135,7 +135,6 @@ config SB800_IMC_FWM
|
|||
default n
|
||||
help
|
||||
Add SB800 / Hudson 1 IMC Firmware to support the onboard fan control.
|
||||
Please contact AMD to obtain the related firmware.
|
||||
|
||||
if SB800_IMC_FWM
|
||||
|
||||
|
|
Loading…
Reference in New Issue