[coreboot] (no subject)

Bao, Zheng Zheng.Bao at amd.com
Mon Mar 15 06:37:37 CET 2010


Add an AM2R2 entry in to the src/arch/i386/Makefile.inc.
The board seems to be working even without this patch.

Signed-off-by: Zheng Bao <zheng.bao at amd.com>

Index: src/arch/i386/Makefile.inc
===================================================================
--- src/arch/i386/Makefile.inc	(revision 5210)
+++ src/arch/i386/Makefile.inc	(working copy)
@@ -108,6 +108,9 @@
 ifeq ($(CONFIG_CPU_AMD_SOCKET_F_1207),y)
 crt0s += $(src)/cpu/amd/car/cache_as_ram.inc
 endif
+ifeq ($(CONFIG_CPU_AMD_SOCKET_AM2R2),y)
+crt0s += $(src)/cpu/amd/car/cache_as_ram.inc
+endif
 ifeq ($(CONFIG_CPU_AMD_SOCKET_AM2),y)
 crt0s += $(src)/cpu/amd/car/cache_as_ram.inc
 endif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: makefile_inc_am2r2.patch
Type: application/octet-stream
Size: 600 bytes
Desc: makefile_inc_am2r2.patch
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20100315/d89bca58/attachment.obj>


More information about the coreboot mailing list