[coreboot] New patch to review for coreboot: 4ffc58f No need to contact AMD for firmware anymore

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Wed Dec 19 19:55:53 CET 2012


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2060

-gerrit

commit 4ffc58fc462d4e1466ed58668719d566dc9b26e9
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Wed Dec 19 19:55:21 2012 +0100

    No need to contact AMD for firmware anymore
    
    We ship it in the 3rdparty repository.
    
    Change-Id: Ida52bc7e813f8468910c4ea7838ebb863c52b88a
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 src/southbridge/amd/agesa/hudson/Kconfig | 3 ---
 src/southbridge/amd/cimx/sb800/Kconfig   | 1 -
 2 files changed, 4 deletions(-)

diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig
index 24b61b3..462c2ba 100644
--- a/src/southbridge/amd/agesa/hudson/Kconfig
+++ b/src/southbridge/amd/agesa/hudson/Kconfig
@@ -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"
diff --git a/src/southbridge/amd/cimx/sb800/Kconfig b/src/southbridge/amd/cimx/sb800/Kconfig
index 2461d97..54c38d8 100644
--- a/src/southbridge/amd/cimx/sb800/Kconfig
+++ b/src/southbridge/amd/cimx/sb800/Kconfig
@@ -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
 



More information about the coreboot mailing list