Paul Menzel ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2439
-gerrit commit a0a495dc844534efed8a2bd43c4b3624b009ab15 Author: Paul Menzel <[email protected]> Date: Sun Feb 17 23:35:58 2013 +0100 AMD SB800/Hudson: Change `sb800` to `hudson` in path to IMC binary blob The current default path does not exist in the blobs repository [1]. $ ls -R 3rdparty/southbridge/amd/ 3rdparty/southbridge/amd/: hudson 3rdparty/southbridge/amd/hudson: imc.bin xhci.bin [1] http://review.coreboot.org/gitweb?p=blobs.git;a=shortlog;h=HEAD Change-Id: I80f01dbb8c03750bedcbbd89199002c53b166c33 Signed-off-by: Paul Menzel <[email protected]> --- src/southbridge/amd/cimx/sb800/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/southbridge/amd/cimx/sb800/Kconfig b/src/southbridge/amd/cimx/sb800/Kconfig index 1f3ee9a..535e0b7 100644 --- a/src/southbridge/amd/cimx/sb800/Kconfig +++ b/src/southbridge/amd/cimx/sb800/Kconfig @@ -140,7 +140,7 @@ if SB800_IMC_FWM config SB800_IMC_FWM_FILE string "IMC firmware path and filename" - default "3rdparty/southbridge/amd/sb800/imc.bin" + default "3rdparty/southbridge/amd/hudson/imc.bin" choice prompt "SB800 Firmware ROM Position" -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

