Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4 repost

2007-12-14 Thread Myles Watson
To: LinuxBIOS Mailing List Subject: Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4 repost Marc Jones wrote: Here is the initial patches for AMD Barcelona support! These patches provide support for the Barcelona revision Bx. There is still a lot of work to do as you will see

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4 repost

2007-12-14 Thread Marc Jones
Myles Watson wrote: Index: LinuxBIOSv2/src/cpu/amd/car/cache_as_ram.inc === ... + movl%edx, %eax + wrmsr movl$0x269, %ecx wrmsr Extra tab before wrmsr fixed +#if CAR_FAM10 == 1

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4 repost

2007-12-14 Thread Marc Jones
Steve Isaacs wrote: Here's something I hit when attempting to compile (this is gcc 3.4.6). from /home/isaacs/localprojects/barcelona/LinuxBIOSv2-working-20071213/src/ma inboard/amd/serengeti_cheetah_fam10/cache_as_ram_auto.c:142:

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4

2007-12-14 Thread Peter Stuge
On Thu, Dec 13, 2007 at 10:34:48AM -0800, ron minnich wrote: I also didn't understand why the type change from uint32_t to u32 was important. Just trying to follow the LB guidelines. Maybe I should have left it alone. no, you did the right thing. Would be great to split this up

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4

2007-12-14 Thread Carl-Daniel Hailfinger
On 13.12.2007 06:51, Marc Jones wrote: Here is the initial patches for AMD Barcelona support! These patches provide support for the Barcelona revision Bx. There is still a lot of work to do as you will see in the FIXME comments. Please focus most attention on the few places where changes were

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4

2007-12-13 Thread Myles Watson
Please focus most attention on the few places where changes were made to preexisting files. Index: LinuxBIOSv2/src/config/Options.lb === --- LinuxBIOSv2.orig/src/config/Options.lb 2007-12-12 11:03:38.0 -0700 +++

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4

2007-12-13 Thread ron minnich
On Dec 12, 2007 10:38 PM, David Hendricks [EMAIL PROTECTED] wrote: AWESOME! I'd like to try this out on an AMD790 platform in the near future if possible :-) Just out of curiosity, is there an ER298 fix buried in here or should we try kernel workarounds first? speaking of which, what is a

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4

2007-12-13 Thread Marc Jones
Myles Watson wrote: Please focus most attention on the few places where changes were made to preexisting files. Index: LinuxBIOSv2/src/config/Options.lb === --- LinuxBIOSv2.orig/src/config/Options.lb 2007-12-12

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4

2007-12-13 Thread ron minnich
On Dec 13, 2007 10:28 AM, Marc Jones [EMAIL PROTECTED] wrote: I also didn't understand why the type change from uint32_t to u32 was important. Myles Just trying to follow the LB guidelines. Maybe I should have left it alone. no, you did the right thing. We decided some time ago, I

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4

2007-12-13 Thread yhlu
On Dec 13, 2007 9:01 AM, Marc Jones [EMAIL PROTECTED] wrote: Marc Jones wrote: Here is the initial patches for AMD Barcelona support! These patches provide support for the Barcelona revision Bx. There is still a lot of work to do as you will see in the FIXME comments. Please focus most

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4

2007-12-13 Thread Marc Jones
yhlu wrote: On Dec 13, 2007 9:01 AM, Marc Jones [EMAIL PROTECTED] wrote: part 3 is trimmed too. Get all four parts here: http://linuxbios.org/~mjones/barc121207.tar.gz 1. it seems that you keep native ram init code raminit_ddr2.c and raminit_ddr2_dqs.c 2. northbridge.c and etc still

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4

2007-12-12 Thread David Hendricks
AWESOME! I'd like to try this out on an AMD790 platform in the near future if possible :-) Just out of curiosity, is there an ER298 fix buried in here or should we try kernel workarounds first? On Dec 12, 2007 9:51 PM, Marc Jones [EMAIL PROTECTED] wrote: Here is the initial patches for AMD

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4

2007-12-12 Thread Marc Jones
David Hendricks wrote: AWESOME! I'd like to try this out on an AMD790 platform in the near future if possible :-) Just out of curiosity, is there an ER298 fix buried in here or should we try kernel workarounds first? 298 is commented out for the moment but it is there. I need to do some