Vikram Narayanan (vikram186(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/899
-gerrit
commit 19807eda20ce738b5419cb003f1aeae6d0e2fbcd
Author: Vikram Narayanan <vikram186(a)gmail.com>
Date: Sat Apr 14 15:51:53 2012 +0530
cmos.layout: Remove invalid warning
"This file must be in UNIX format" is not valid anymore.
Change-Id: I86169b12e7db159c1d3f380b0434874e9b6f5274
Signed-off-by: Vikram Narayanan <vikram186(a)gmail.com>
---
src/mainboard/intel/xe7501devkit/cmos.layout | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/mainboard/intel/xe7501devkit/cmos.layout b/src/mainboard/intel/xe7501devkit/cmos.layout
index baae5eb..322f1c9 100644
--- a/src/mainboard/intel/xe7501devkit/cmos.layout
+++ b/src/mainboard/intel/xe7501devkit/cmos.layout
@@ -1,6 +1,3 @@
-# NOTE: This file must be in UNIX format (not DOS) or build_opt_tbl fails:
-# "Error - Name is an invalid identifier in line"
-
entries
#start-bit length config config-ID name
Ronald G. Minnich (rminnich(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/897
-gerrit
commit e4fc5283d5c2e5fe8f75875a8229319696f8990b
Author: Ron Minnich <rminnich(a)gmail.com>
Date: Thu Apr 12 04:26:22 2012 -0700
Add the memory reference code binary for sandybridge chipsets
This binary is required for anyone who wishes to build a
sandybridge mainboard.
Change-Id: I779ef5e2b77166b81cb05eada37291368e74fbb6
Signed-off-by: Ron Minnich <rminnich(a)gmail.com>
---
3rdparty/northbridge/intel/sandybridge/mrc.bin | Bin 0 -> 102932 bytes
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/3rdparty/northbridge/intel/sandybridge/mrc.bin b/3rdparty/northbridge/intel/sandybridge/mrc.bin
new file mode 100644
index 0000000..eec64ed
Binary files /dev/null and b/3rdparty/northbridge/intel/sandybridge/mrc.bin differ
Denis Carikli (GNUtoo(a)no-log.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/900
-gerrit
commit c03682861a1d8716900b74ec3f197faa9a68cecd
Author: Denis 'GNUtoo' Carikli <GNUtoo(a)no-log.org>
Date: Sat Apr 14 14:30:49 2012 +0200
ASUS M4A785T-M mainboard: fix screen flickering issues
Without that fix the screen flickered with resolutions superior
to 832x624 because the cpu_ht_freq was 0 (so it ran at 200Mhz).
Change-Id: I1056d76b1d77f6177594ed9d03ecc5ae7b3c2c13
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo(a)no-log.org>
---
src/mainboard/asus/m4a785-m/romstage.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/mainboard/asus/m4a785-m/romstage.c b/src/mainboard/asus/m4a785-m/romstage.c
index a96592d..870af70 100644
--- a/src/mainboard/asus/m4a785-m/romstage.c
+++ b/src/mainboard/asus/m4a785-m/romstage.c
@@ -246,6 +246,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
*/
BOOL AMD_CB_ManualBUIDSwapList (u8 node, u8 link, const u8 **List)
{
+#ifndef CONFIG_BOARD_ASUS_M4A785TM
static const u8 swaplist[] = { 0xFF, CONFIG_HT_CHAIN_UNITID_BASE, CONFIG_HT_CHAIN_END_UNITID_BASE, 0xFF };
/* If the BUID was adjusted in early_ht we need to do the manual override */
if ((CONFIG_HT_CHAIN_UNITID_BASE != 0) && (CONFIG_HT_CHAIN_END_UNITID_BASE != 0)) {
@@ -255,6 +256,14 @@ BOOL AMD_CB_ManualBUIDSwapList (u8 node, u8 link, const u8 **List)
return 1;
}
}
+#else
+ static const u8 swaplist[] = {0, 1, 0xFF, 0, 0xFF};
+ /* If the BUID was adjusted in early_ht we need to do the manual override */
+ if ((node == 0) && (link == 0)) { /* BSP SB link */
+ *List = swaplist;
+ return 1;
+ }
+#endif
return 0;
}
On Sat, Apr 14, 2012 at 1:55 PM, Paul Menzel wrote:
> Dear Ken,
>
>
> first off topic.
>
> 0. The spelling is coreboot, i. e. all lowercase.
> 1. Please do not send HTML message to mailing lists [1].
> 2. Using Gmail Web interface the down side is it wraps line
> automatically which is bad if you paste stuff. Since they will not fix
> that, you should think about using a mail program.
>
>
I normally have "rich formatting" disabled ( html messages ), however
i forgot this.
> Am Freitag, den 13.04.2012, 23:31 -0500 schrieb Ken Phillis Jr:
> > Just another board support request... If there's any other information that
> > is required, please ask me...
> >
> > General Board information:
> > ===============================================================================
> > Vendor: GIGABYTE
> > Model: GA-MA790XT-UD4P (rev. 1.0)
> > Product Page: http://www.gigabyte.us/products/product-page.aspx?pid=3010
> > North Bridge: AMD 790X
> > South Bridge: AMD SB750
>
> [?]
>
> As Peter wrote, you need to do the port yourself. Two good things
> though, coreboot folks will help you if you have problems and your
> components seem to be supported. So if you are willing to spend some
> time, you should be able to complete that port.
>
I do expect some hassles with actual board to get fully configured.
This is one of the Gigabyte boards that features dual-Bios on the
board directly.
> Please read the coreboot Wiki. You need to make sure to recover. Is the
> flash chip socketed on your board? If yes, just get some back up chips,
> find an already supported board similar to yours, build an image,
> connect a second system over serial line to capture debugging output and
> work your way through it. If something fails, just boot the system with
> your back up flash chip, switch the flash chip and write another
> (hopefully improved) image to it.
>
There is no flash chip socket on this board, and I do not have another
computer that features a serial port.
Actually, on a side note, what's the past trial and error that
happened when dealing with other gigabyte boards that feature a
dual-bios setup? On this board, there is two flash chips:
I don't know what the ITE IT8720F super i/o chip clearly states that i
cannot write to the bios on this chip, and when you look at the board,
The chip is physically located over near the PCI Slots near the edge
of the board.
The other flash chip is the south bridge for the board. This is
located over near the SATA ports under the heatsink.
And finally, I do know that the bios chips are located near the
southbridge. They have labels of M_BIOS, and B_BIOS.
I know that there is a similar board already supported in CoreBoot...
That board is the Gigabyte MA785GMT-UD2H.
http://www.gigabyte.us/products/product-page.aspx?pid=3395#ov
The only differences on this is that the dual-bios is located near the
Super I/O that near the main power connector.
> We are looking forward to your port!
>
>
> Thanks,
>
> Paul
>
>
> [1] http://en.opensuse.org/openSUSE:Mailing_list_netiquette
Dear Ken,
first off topic.
0. The spelling is coreboot, i. e. all lowercase.
1. Please do not send HTML message to mailing lists [1].
2. Using Gmail Web interface the down side is it wraps line
automatically which is bad if you paste stuff. Since they will not fix
that, you should think about using a mail program.
Am Freitag, den 13.04.2012, 23:31 -0500 schrieb Ken Phillis Jr:
> Just another board support request... If there's any other information that
> is required, please ask me...
>
> General Board information:
> ===============================================================================
> Vendor: GIGABYTE
> Model: GA-MA790XT-UD4P (rev. 1.0)
> Product Page: http://www.gigabyte.us/products/product-page.aspx?pid=3010
> North Bridge: AMD 790X
> South Bridge: AMD SB750
[…]
As Peter wrote, you need to do the port yourself. Two good things
though, coreboot folks will help you if you have problems and your
components seem to be supported. So if you are willing to spend some
time, you should be able to complete that port.
Please read the coreboot Wiki. You need to make sure to recover. Is the
flash chip socketed on your board? If yes, just get some back up chips,
find an already supported board similar to yours, build an image,
connect a second system over serial line to capture debugging output and
work your way through it. If something fails, just boot the system with
your back up flash chip, switch the flash chip and write another
(hopefully improved) image to it.
We are looking forward to your port!
Thanks,
Paul
[1] http://en.opensuse.org/openSUSE:Mailing_list_netiquette
Dear Sirs,
I am writing to you regarding the above mentionned MB (and most probably on
all nForce4 mb's) Wake on lan capabilities.
At page :
http://www.coreboot.org/ASUS_A8N5X
you mention "The on-board ethernet device doesn't seem to support WOL (also
not mentioned in the manual)"
Please not that i am using this capability with this MB es follows (This is
a known 'bug' from Nvidia nforce4 chipsets):
If your ethernet's MAC address is *00:AB:34:FE:67:CD for exemple, you will
need to type the address the other way round to wake your computer using
wol. You will have to type "wakeonlan CD:67:FE:34:AB:00″ in a terminal. It
of course also works through the internet.
Brgds
Franck
*
Ken Phillis Jr wrote:
> Just another board support request...
This is not really something compatible with the coreboot community
development model. If you need the board supported you have to do it
yourself.
//Peter
Patrick Georgi (patrick(a)georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/901
-gerrit
commit f3befe21fc8542342f3c08ba7b2061cfcc661065
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Sat Apr 14 16:21:39 2012 +0200
nvramtool: Allow spaces in enumeration names
Change-Id: Id526e74f06fb15d4692d7b6edc8b5863f2d42c50
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
---
util/nvramtool/accessors/layout-text.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/util/nvramtool/accessors/layout-text.c b/util/nvramtool/accessors/layout-text.c
index 5f7cade..cbe698c 100644
--- a/util/nvramtool/accessors/layout-text.c
+++ b/util/nvramtool/accessors/layout-text.c
@@ -149,7 +149,7 @@ static const char enums_line_regex[] =
/* followed by one or more whitespace characters */
"[[:space:]]+"
/* followed by a chunk of nonwhitespace for text field */
- "([^[:space:]]+)"
+ "([[:print:]]*[^[:space:]])"
/* followed by optional whitespace */
"[[:space:]]*$";
Vikram Narayanan (vikram186(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/899
-gerrit
commit 9a258e6907d235411c5069778923535467f76d1f
Author: Vikram Narayanan <vikram186(a)gmail.com>
Date: Sat Apr 14 15:51:53 2012 +0530
cmos.layout: Remove invalid warning
"This file must be in UNIX format" is not valid anymore.
Change-Id: I86169b12e7db159c1d3f380b0434874e9b6f5274
Signed-off-by: Vikram Narayanan <vikram186(a)gmail.com>
---
src/mainboard/intel/xe7501devkit/cmos.layout | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/mainboard/intel/xe7501devkit/cmos.layout b/src/mainboard/intel/xe7501devkit/cmos.layout
index baae5eb..b8fbebe 100644
--- a/src/mainboard/intel/xe7501devkit/cmos.layout
+++ b/src/mainboard/intel/xe7501devkit/cmos.layout
@@ -1,4 +1,3 @@
-# NOTE: This file must be in UNIX format (not DOS) or build_opt_tbl fails:
# "Error - Name is an invalid identifier in line"
entries