Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-22 Thread samuel
Hi, Status of dl145g3: * 2 Opteron 2218HE's working in the machine. No problem * both cpu's got 4GB of ram, NUMA is working :) * booting with filo works * converted the patches of Mondrian to the last revision of coreboot. (original patches are on trac, issue 127) *

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-22 Thread Myles Watson
-Original Message- From: coreboot-boun...@coreboot.org [mailto:coreboot-boun...@coreboot.org] On Behalf Of samuel Sent: Wednesday, April 22, 2009 6:00 AM To: coreboot@coreboot.org Cc: Anton Borisov; Mondrian Nuessle Subject: Re: [coreboot] [PATCH] First support for HP DL145 G3

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-22 Thread samuel
Have you tried SeaBIOS for your payload?  It runs the option ROMS directly instead of emulating them.  As an added bonus it will use your original grub installation. I have considered this but didn't test it yet as filo also had a patch to support the dl145g3, and i'm unsure if i need to port

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-22 Thread Myles Watson
On Wed, Apr 22, 2009 at 6:00 AM, samuel samuel.verstra...@gmail.com wrote: Hi, Status of dl145g3: * 2 Opteron 2218HE's working in the machine. No problem * both cpu's got 4GB of ram, NUMA is working :) * booting with filo works * converted the patches of Mondrian to the last revision of

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-22 Thread samuel
devfn: 00 (20), offs: 00                                        device pci 2.2 on end # USB                                        # when HT_CHAIN_END_UNITID_BASE (0,1) HT_CHAIN_UNITID_BASE (6),                                        device pci 4.0 on end # VGA  /* REMOVE THIS ONE */

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-22 Thread Tom Sylla
On Wed, Apr 22, 2009 at 8:00 AM, samuel samuel.verstra...@gmail.com wrote: 2. VGA output is still not working. I have tried both YABEL and X86BIOS to load the vga rom but i get errors... X86BIOS: http://merlin.ugent.be/~samuel/dl145g3/vgarom/corebootx86bios.log relevant part: On mainboard,

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-22 Thread Myles Watson
On Wed, Apr 22, 2009 at 9:29 AM, Tom Sylla tsy...@gmail.com wrote: On Wed, Apr 22, 2009 at 8:00 AM, samuel samuel.verstra...@gmail.com wrote: 2. VGA output is still not working. I have tried both YABEL and X86BIOS to load the vga rom but i get errors... X86BIOS:

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-22 Thread Myles Watson
On Wed, Apr 22, 2009 at 10:59 AM, Myles Watson myle...@gmail.com wrote: On Wed, Apr 22, 2009 at 9:29 AM, Tom Sylla tsy...@gmail.com wrote: On Wed, Apr 22, 2009 at 8:00 AM, samuel samuel.verstra...@gmail.com wrote: 2. VGA output is still not working. I have tried both YABEL and X86BIOS to load

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-22 Thread Myles Watson
2009/3/31 Mondrian Nuessle nues...@uni-hd.de: Hi everybody, I prepared an initial set of patches to support the HP DL145 G3 server, which is a Broadcom HT-1000/HT-2100 based Socket F machine. Thanks for the patches! Could you add a Signed-off-by: line so I can ack and commit it? Thanks,

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-22 Thread samuel
Acked-by: Samuel Verstraete samuel.verstraete at gmail.com 2009/3/31 Mondrian Nuessle nues...@uni-hd.de: Hi everybody, I prepared an initial set of patches to support the HP DL145 G3 server, which is a Broadcom HT-1000/HT-2100 based Socket F machine. The current status of the port is: *

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-22 Thread Myles Watson
On Wed, Apr 22, 2009 at 2:22 PM, samuel samuel.verstra...@gmail.com wrote: Acked-by: Samuel Verstraete samuel.verstraete at gmail.com Rev 4182, 4183, 4184. I didn't commit the patch that disables IDE since it would affect other boards. It will need to be reworked so that it is board-specific.

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-02 Thread samuel
OK, I managed booting the firmware... I never worked with serial ports and stuff so this took me a while to grab the idea... Anyway, you can find the boot.log on http://merlin.ugent.be/~samuel/dl145g3/boot.log Obviously that boot line is wrong. http://merlin.ugent.be/~samuel/dl145g3/filo_config

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-02 Thread Paul Menzel
Am Donnerstag, den 02.04.2009, 19:12 +0200 schrieb samuel: OK, I managed booting the firmware... I never worked with serial ports and stuff so this took me a while to grab the idea... Anyway, you can find the boot.log on http://merlin.ugent.be/~samuel/dl145g3/boot.log Obviously that

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-02 Thread Marc Jones
So now on to the issue list 1. Cpu's are indeed running at 1Ghz. Running cpufreq-info says: no or unknown cpufreq driver is active on this CPU #define K8_SET_FIDVID 0 needs to be a 1 for full speed but there might need to be some tweaking in cache_as_ram.c where it is used. Compare it with a

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-02 Thread samuel
On Thu, Apr 2, 2009 at 8:54 PM, Marc Jones marcj...@gmail.com wrote: So now on to the issue list 1. Cpu's are indeed running at 1Ghz. Running cpufreq-info says: no or unknown cpufreq driver is active on this CPU #define K8_SET_FIDVID 0 needs to be a 1 for full speed but there might need to

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-02 Thread samuel
Anyone has any hints on how to get the vga port going? and another thing... I'm trying to get filo/grub to autoload my config file i made... i stored it on /dev/sda1 (together with the kernel) but it is not loading that file... it simply goes straight to the prompt. No error nothing... the

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-02 Thread Myles Watson
On Thu, Apr 2, 2009 at 2:45 PM, samuel samuel.verstra...@gmail.com wrote: Anyone has any hints on how to get the vga port going? I don't see it getting initialized. I don't see a line where the ROM is being run in your log. Have you tried extracting the VGA BIOS? Do you have a vga card to

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-04-01 Thread Mondrian Nuessle
thank you very much for your patch. Do you happen to know if the component's name is HT2100 or HT21000? Just to make sure we have it in the repository correctly. The naming in the patch looks right. Broadcom refers to it as HT-2100 and as both HT-2100 and BCM21000 in the datasheet (often as

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-03-31 Thread samuel
I just tried building this :) But I didn't succeed. What I did: 1. checkout payload filo, apply filo_dl_145_sata.patch and build it. svn co svn://coreboot.org/filo cd filo/trunk/filo patch -p 0 ~/coreboot/filo_dl_145_sata.patch sh build.sh cp build/filo.elf ~/coreboot/ 2. checkout coreboot-v2,

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-03-31 Thread Stefan Reinauer
On 31.03.2009 16:01 Uhr, Mondrian Nuessle wrote: I prepared an initial set of patches to support the HP DL145 G3 server, which is a Broadcom HT-1000/HT-2100 based Socket F machine. * I remember that I could also use a PCIe card, see attached bcm21000.patch Hi Mondrian, thank you

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-03-31 Thread samuel
On Tue, Mar 31, 2009 at 6:56 PM, Myles Watson myle...@gmail.com wrote: On Tue, Mar 31, 2009 at 10:40 AM, samuel samuel.verstra...@gmail.com wrote: I just tried building this :) But I didn't succeed. What I did: 1. checkout payload filo, apply filo_dl_145_sata.patch and build it. svn co

Re: [coreboot] [PATCH] First support for HP DL145 G3

2009-03-31 Thread Tom Sylla
On Tue, Mar 31, 2009 at 12:56 PM, Stefan Reinauer ste...@coresystems.de wrote: thank you very much for your patch. Do you happen to know if the component's name is HT2100 or HT21000? Just to make sure we have it in the repository correctly. The naming in the patch looks right. Broadcom