the following patch was just integrated into master:
commit af7e4d4a5ac58ca80344ef01810387bd8271207a
Author: Stefan Reinauer <reinauer(a)google.com>
Date: Thu Oct 13 17:26:43 2011 -0700
Fix AMD SB800 (cimx) southbridge code to compile with gcc 4.6
Change-Id: I672135a9b6e3b641ceb655cb00d40ee760c17edc
Signed-off-by: Stefan Reinauer <reinauer(a)google.com>
See http://review.coreboot.org/268 for details.
-gerrit
the following patch was just integrated into master:
commit 8b99e131dab9680feb84d4a1e126b58ea12aa8d0
Author: Stefan Reinauer <reinauer(a)google.com>
Date: Thu Oct 13 17:26:10 2011 -0700
Fix compilation of AMD GX2 northbridge code with gcc 4.6
Change-Id: I71d96b7cd36dd99a3590ec311c11f67f13012e68
Signed-off-by: Stefan Reinauer <reinauer(a)google.com>
See http://review.coreboot.org/267 for details.
-gerrit
Stefan Reinauer (stefan.reinauer(a)coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/269
-gerrit
commit 5bc892f62a4c5909aa080aaad5ea351b869d1abb
Author: Stefan Reinauer <reinauer(a)chromium.org>
Date: Fri Oct 14 10:29:21 2011 -0700
Drop eh_frame instead of moving it into the image.
That's what SeaBIOS does, too, and it works just fine.
Change-Id: I3e17c15848aca86f775fc86f4ad906c820625887
Signed-off-by: Stefan Reinauer <reinauer(a)google.com>
---
src/arch/x86/init/bootblock.ld | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/arch/x86/init/bootblock.ld b/src/arch/x86/init/bootblock.ld
index dae17bd..bde0430 100644
--- a/src/arch/x86/init/bootblock.ld
+++ b/src/arch/x86/init/bootblock.ld
@@ -39,7 +39,6 @@ SECTIONS
*(.rodata);
*(.rodata.*);
*(.rom.data.*);
- *(.eh_frame);
. = ALIGN(16);
_erom = .;
}
@@ -49,6 +48,7 @@ SECTIONS
*(.note)
*(.comment.*)
*(.note.*)
+ *(.eh_frame);
}
_bogus = ASSERT((SIZEOF(.bss) + SIZEOF(.data)) == 0 || CONFIG_AMD_AGESA, "Do not use global variables in romstage");
the following patch was just integrated into master:
commit 7f8e685996f65f2c67d1113fcfaab33ccc385da7
Author: Stefan Reinauer <reinauer(a)chromium.org>
Date: Wed Jun 1 14:01:46 2011 -0700
Load an IDT with NULL limit
Load an IDT with NULL limit to prevent the 16bit IDT being used
in protected mode before c_start.S sets up a 32bit IDT when entering
ram stage.
Signed-off-by: Stefan Reinauer <reinauer(a)google.com>
Change-Id: I8d048c894c863ac4971fcef8f065be6b899e1d3e
See http://review.coreboot.org/259 for details.
-gerrit
the following patch was just integrated into master:
commit 59f4c2c0d334d96a6045ba12782c318cbda01997
Author: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Date: Thu Oct 13 17:03:04 2011 -0700
Fix compilation of VIA CN700 northbridge code with gcc 4.6
Change-Id: Ia52d21c5c467ec08bc7b958ee1a8e37e7d3e025b
Signed-off-by: Stefan Reinauer <reinauer(a)google.com>
See http://review.coreboot.org/265 for details.
-gerrit