Re: [coreboot] Alias motherboard?

2014-02-16 Thread Oskar Enoksson
> On Monday, February 17, 2014 06:27:34 AM Oskar Enoksson wrote: >> On 02/16/2014 09:08 AM, mrnuke wrote: >> > On Sunday, February 16, 2014 08:40:43 AM Oskar Enoksson wrote: >> >> Ok, but when I look inside my DL145G1 the text "AMD Serenade" is >>

Re: [coreboot] Alias motherboard?

2014-02-16 Thread Oskar Enoksson
On 02/16/2014 09:08 AM, mrnuke wrote: > On Sunday, February 16, 2014 08:40:43 AM Oskar Enoksson wrote: >> Ok, but when I look inside my DL145G1 the text "AMD Serenade" is printed >> on the motherboard. In fact, HP DL145 G1 is not a motherboard, it's a >>

Re: [coreboot] Alias motherboard?

2014-02-15 Thread Oskar Enoksson
> We've gotten away from just saying "this is like that so it must work." > > Run the script. That's the requirement now. > > ron > > > On Thu, Feb 13, 2014 at 5:23 AM, Oskar Enoksson <mailto:e...@lysator.liu.se>> wrote: > >

[coreboot] Alias motherboard?

2014-02-13 Thread Oskar Enoksson
I noticed that "AMD Serenade" motherboard is not listed as supported. However, supposedly that motherboard is identical to HP DL145 G1. So, probably using the hp/dl145_g1 motherboard configuration will produce a ROM that works with "AMD Serenade" aswell. Are such alias motherboards handled in any

Re: [coreboot] How to change clockchip frequency?

2011-11-02 Thread Oskar Enoksson
On 11/02/2011 04:31 PM, Marc Jones wrote: On Wed, Nov 2, 2011 at 6:37 AM, Oskar Enoksson wrote: I have a chip called CDC960 on my motherboard. It is responsible for generating the bus frequency for the cpu, the pci bus etc. I downloaded the datasheet and noticed that I can change the base

[coreboot] How to change clockchip frequency?

2011-11-02 Thread Oskar Enoksson
I have a chip called CDC960 on my motherboard. It is responsible for generating the bus frequency for the cpu, the pci bus etc. I downloaded the datasheet and noticed that I can change the base frequency by +/-10% by sending an smbus command to the cdc960. When I sent the smbus commands from a

Re: [coreboot] New patch to review for coreboot: 6a22d1c w83627hf: correct typo in ASL include, correct indexed registers and remove unneccesary _PR0 defs

2011-10-20 Thread Oskar Enoksson
On 10/20/2011 02:30 PM, Christoph Grenz wrote: Am Donnerstag, 20. Oktober 2011, um 05:20:11 schrieb Christoph Grenz: Am Mittwoch, 19. Oktober 2011, um 22:52:16 schrieb Oskar Enoksson: Your recent changes make the error messages go away. However, I noticed another error message about PS2

Re: [coreboot] New patch to review for coreboot: 6a22d1c w83627hf: correct typo in ASL include, correct indexed registers and remove unneccesary _PR0 defs

2011-10-19 Thread Oskar Enoksson
Your recent changes make the error messages go away. However, I noticed another error message about PS2 controller: [1.543494] i8042 kbd 00:02: unable to assign resources [1.584667] i8042 kbd: probe of 00:02 failed with error -16 [1.625694] i8042 aux 00:03: [irq 12] [1.626460] i8

Re: [coreboot] RAMINIT_SYSINFO?

2011-10-17 Thread Oskar Enoksson
On 10/17/2011 04:24 AM, Marc Jones wrote: On Sun, Oct 16, 2011 at 4:57 AM, Oskar Enoksson wrote: Can someone explain what RAMINIT_SYSINFO configuration option does? I thought I understood, but I don't. /Oskar Hi Oskar, RAMINIT_SYSINFO is the config option to create the AMD sysinfo stru

[coreboot] RAMINIT_SYSINFO?

2011-10-16 Thread Oskar Enoksson
Can someone explain what RAMINIT_SYSINFO configuration option does? I thought I understood, but I don't. /Oskar -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] missing read resources

2011-10-11 Thread Oskar Enoksson
I get the following warnings: APIC: 00 missing read_resources APIC: 01 missing read_resources APIC: 02 missing read_resources APIC: 03 missing read_resources I2C: 01:08 missing read_resources I2C: 04:50 missing read_resources I2C: 04:51 missing read_resources I2C: 04:52 missing read_resources I2C

Re: [coreboot] New patch to review for coreboot: 1c4e003 Fixed broken MTRR for >4GB memory on AMD K8 fam 0fh rev <=E

2011-10-06 Thread Oskar Enoksson
On 10/06/2011 06:51 PM, yhlu wrote: On Thu, Oct 6, 2011 at 9:26 AM, Oskar Enoksson wrote: - + // Test if this CPU is a Fam 0Fh rev. F or later + const int is_revF = + ((cpuid_eax(0x8001)&0x0f00)>>8>= 0xf) || + (((cpuid_eax(0x800

[coreboot] amd_model_fxx_generate_powernow with dual-socket dual-core K8 system just handles first CPU(?)

2011-10-05 Thread Oskar Enoksson
I'm trying to make Cool'n'Quiet working on DL145G1 (dual-socket 940-pin K8 processors) but I just get FID/VID changes on one of the CPU's (under Linux 2.6.37). Problem seems to be that amd_model_fxx_generate_powernow just generates two "Processor" objects in SSDT. I think there should be one f

Re: [coreboot] "WARNING: BIOS bug: CPU MTRRs don't cover all of memory" loosing 2048MB of ram

2011-10-04 Thread Oskar Enoksson
On 10/05/2011 12:30 AM, Marc Jones wrote: On Tue, Oct 4, 2011 at 3:43 PM, Oskar Enoksson wrote: On 10/04/2011 06:45 PM, Marc Jones wrote: On Tue, Oct 4, 2011 at 7:14 AM, Oskar Enoksson wrote: I incidently put 5GB RAM in my hp/dl145_g1 motherboard (2x1g+6x512m) and got the following error

Re: [coreboot] "WARNING: BIOS bug: CPU MTRRs don't cover all of memory" loosing 2048MB of ram

2011-10-04 Thread Oskar Enoksson
On 10/04/2011 06:45 PM, Marc Jones wrote: On Tue, Oct 4, 2011 at 7:14 AM, Oskar Enoksson wrote: I incidently put 5GB RAM in my hp/dl145_g1 motherboard (2x1g+6x512m) and got the following error from Linux when booting: "WARNING: BIOS bug: CPU MTRRs don't cover all of memory" lo

Re: [coreboot] git/gerrit question

2011-10-04 Thread Oskar Enoksson
Thanks! This worked fine. On 10/04/2011 07:06 PM, Peter Stuge wrote: Hi, Oskar Enoksson wrote: I'm trying to upload a patch. It seems that for some reason "gerrit" requires a "signed-off-by" line in every single local commit in order to push it to the remote location.

[coreboot] git/gerrit question

2011-10-04 Thread Oskar Enoksson
I'm trying to upload a patch. It seems that for some reason "gerrit" requires a "signed-off-by" line in every single local commit in order to push it to the remote location. I'm able to "amend" such a line to the very last commit, but I can't find a way to do it on the previous commits. How can

[coreboot] "WARNING: BIOS bug: CPU MTRRs don't cover all of memory" loosing 2048MB of ram

2011-10-04 Thread Oskar Enoksson
I incidently put 5GB RAM in my hp/dl145_g1 motherboard (2x1g+6x512m) and got the following error from Linux when booting: "WARNING: BIOS bug: CPU MTRRs don't cover all of memory" loosing 2048MB of ram (The dl145_g1 is a dual-socket amdk8 board with four DIMM's per CPU socket). After digging

Re: [coreboot] DL145 G1 with dual dualcore CPU using coreboot ?

2011-09-28 Thread Oskar Enoksson
Following Patricks advice I created a file src/northbridge/amd/amdk8/bootblock.c and added the necessary config BOOTBLOCK_NORTHBRIDGE_INIT section to src/northbridge/amd/amdk8/Kconfig. The only thing done in my northbridge bootblock.c is calling enumerate_ht_chain(). (I also removed that call

Re: [coreboot] DL145 G1 with dual dualcore CPU using coreboot ?

2011-09-22 Thread Oskar Enoksson
On 09/22/2011 07:45 PM, Oskar Enoksson wrote: On 08/20/2010 10:39 PM, Myles Watson wrote: Attached is a cleaned-up patch. Thanks to Myles and others for excellent help and support. I hope someone finds the result useful. Rev 5723. Thanks for contributing! Myles Hi. One year after

Re: [coreboot] DL145 G1 with dual dualcore CPU using coreboot ?

2011-09-22 Thread Oskar Enoksson
On 08/20/2010 10:39 PM, Myles Watson wrote: Attached is a cleaned-up patch. Thanks to Myles and others for excellent help and support. I hope someone finds the result useful. Rev 5723. Thanks for contributing! Myles Hi. One year after contributing the port to HP DL145 G1 motherboard code I dec

Re: [coreboot] DL145 G1 with dual dualcore CPU using coreboot ?

2011-09-22 Thread Oskar Enoksson
On 08/20/2010 10:39 PM, Myles Watson wrote: Attached is a cleaned-up patch. Thanks to Myles and others for excellent help and support. I hope someone finds the result useful. Rev 5723. Thanks for contributing! Myles Hi. One year after contributing the port to HP DL145 G1 motherboard code I dec

Re: [coreboot] DL145 G1 with dual dualcore CPU using coreboot ?

2010-08-20 Thread Oskar Enoksson
Oskar Enoksson wrote: > Myles Watson wrote: > >>> I think Myles was right, there is a i2c mux in this server that somehow >>> multiplexes DIMM devices on the i2c bus. I was able to guess which i2c >>> ports contain the DIMM info, and which port is t

Re: [coreboot] DL145 G1 with dual dualcore CPU using coreboot ?

2010-08-17 Thread Oskar Enoksson
Carl-Daniel Hailfinger wrote: > On 16.08.2010 21:15, Myles Watson wrote: > >>> The memory problem remains though. If only that can be solved, then I'm >>> basically satisfied. Any hints? >>> >>> >>> Have you tried different configurations? Coreboot is only seeing the RAM o

Re: [coreboot] K8 SMP broken?

2010-08-16 Thread Oskar Enoksson
Torsten Duwe wrote: > On Thursday 12 August 2010 21:54:49 Rudolf Marek wrote: > > >> Is it pre fam10h? It was always big mystery for me how it can work ;) The >> AP got the SAME stack... If you don't believe check for yourself. >> > > Oskar seems to be succesful with the current code. Oska

Re: [coreboot] DL145 G1 with dual dualcore CPU using coreboot ?

2010-08-12 Thread Oskar Enoksson
Myles Watson wrote: > > >> Ok thank you for all your help. I can boot and run Linux 2.6.33 now and >> I see all four CPU cores in /proc/cpuinfo. I compiled and added SeaBIOS >> as payload for coreboot and it works. I also compiled and added GPXE to >> the image and was able to PXE-boot. Howeve

Re: [coreboot] DL145 G1 with dual dualcore CPU using coreboot ?

2010-08-11 Thread Oskar Enoksson
Ok thank you for all your help. I can boot and run Linux 2.6.33 now and I see all four CPU cores in /proc/cpuinfo. I compiled and added SeaBIOS as payload for coreboot and it works. I also compiled and added GPXE to the image and was able to PXE-boot. However, there are a few problems: - The serve

Re: [coreboot] DL145 G1 with dual dualcore CPU using coreboot ?

2010-08-10 Thread Oskar Enoksson
Myles Watson wrote: > On Mon, Aug 9, 2010 at 8:16 AM, Myles Watson wrote: > >> On Sat, Aug 7, 2010 at 9:57 AM, Oskar Enoksson wrote: >> >>> Ok, I'm able to hotswap the BIOS chip, burn it and hot-remove it without >>> stopping the "development

Re: [coreboot] DL145 G1 with dual dualcore CPU using coreboot ?

2010-08-07 Thread Oskar Enoksson
Ok, I'm able to hotswap the BIOS chip, burn it and hot-remove it without stopping the "development server" , then moving it to the target server and power it up (although it takes some effort to avoid bending the pins) However I'm not getting any output whatsoever from the target server. Nothing o

Re: [coreboot] DL145 G1 with dual dualcore CPU using coreboot ?

2010-08-06 Thread Oskar Enoksson
Myles Watson wrote: > On Thu, Aug 5, 2010 at 1:58 PM, Oskar Enoksson wrote: > >> On 08/05/2010 08:03 PM, Myles Watson wrote: >> >> Thanks for responding! >> >> I compiled superiotool from coreboot trunk, and flashrom from the latest >> r

Re: [coreboot] DL145 G1 with dual dualcore CPU using coreboot ?

2010-08-06 Thread Oskar Enoksson
On 08/05/2010 08:03 PM, Myles Watson wrote: > On Thu, Aug 5, 2010 at 9:59 AM, Oskar Enoksson wrote: > >> Hello. Sorry to bother you all with a BIOS problem ... >> >> I have a large number of old HP DL145 G1 servers with two Opteron >> 248 each (single core).

[coreboot] DL145 G1 with dual dualcore CPU using coreboot ?

2010-08-05 Thread Oskar Enoksson
Hello. Sorry to bother you all with a BIOS problem ... I have a large number of old HP DL145 G1 servers with two Opteron 248 each (single core). I want to upgrade the CPU's to Opteron 280 (dualcore). I have tried to simply install two 280 CPU's and boot up. The BIOS bootup process first seems to