Changelog:
* src/mainboard/artecgroup/dbe61/Config.lb
irqmap changes
* src/mainboard/artecgroup/dbe61/irq_tables.c
tentative changes to irq table (currently not in use)
* src/mainboard/artecgroup/dbe61/mainboard.c
irq assigned manually to NIC
* src/mainboard/artecgroup/dbe61/Options.lb
gcc 4.0 is OK
* targets/artecgroup/dbe61/Config.lb
64K for VSA is OK at moment
Signed-off-by: Indrek Kruusa <indrek.kruusa(a)artecdesign.ee>
Signed-off-by: Andrei Birjukov <andrei.birjukov(a)artecdesign.ee>
Dear LinuxBIOS readers!
This is the automated build check service of LinuxBIOS.
The developer "stepan" checked in revision 2358 to
the LinuxBIOS source repository and caused the following
changes:
Change Log:
some documentation updates by Uwe and some smaller ones by me.
Build Log:
Compilation of artecgroup:dbe61 is still broken.
If something broke during this checkin please be a pain
in stepan's neck until the issue is fixed.
If this issue is not fixed within 24h the revision will
be backed out.
Yours truely,
LinuxBIOS automatic build system
Dear LinuxBIOS readers!
This is the automated build check service of LinuxBIOS.
The developer "noodles" checked in revision 2357 to
the LinuxBIOS source repository and caused the following
changes:
Change Log:
Allow setting of serial port speed in EPIA-M config file.
Build Log:
Compilation of artecgroup:dbe61 is still broken.
If something broke during this checkin please be a pain
in noodles's neck until the issue is fixed.
If this issue is not fixed within 24h the revision will
be backed out.
Yours truely,
LinuxBIOS automatic build system
Dear LinuxBIOS readers!
This is the automated build check service of LinuxBIOS.
The developer "noodles" checked in revision 2356 to
the LinuxBIOS source repository and caused the following
changes:
Change Log:
Add newer Via Nehemiah stepping levels.
Build Log:
Compilation of artecgroup:dbe61 is still broken.
If something broke during this checkin please be a pain
in noodles's neck until the issue is fixed.
If this issue is not fixed within 24h the revision will
be backed out.
Yours truely,
LinuxBIOS automatic build system
Dear LinuxBIOS readers!
This is the automated build check service of LinuxBIOS.
The developer "stepan" checked in revision 2355 to
the LinuxBIOS source repository and caused the following
changes:
Change Log:
Geode LX: this patch adds configuration/status/self-test MSR definitionsfor L2 cache and fixes wrong P2D defines.This also patch adds L2 cache initialization for Geode LX CPU.Signed-off-by: Indrek Kruusa <indrek.kruusa(a)artecdesign.ee>Signed-off-by: Stefan Reinauer <stepan(a)coresystems.de>
Build Log:
Compilation of artecgroup:dbe61 is still broken.
If something broke during this checkin please be a pain
in stepan's neck until the issue is fixed.
If this issue is not fixed within 24h the revision will
be backed out.
Yours truely,
LinuxBIOS automatic build system
In the MB Config.lb
The device apic_cluster 0 should be put before other pci devices
YH
________________________________
From: linuxbios-bounces(a)linuxbios.org
[mailto:linuxbios-bounces@linuxbios.org] On Behalf Of Vincente Tsou
Sent: Sunday, June 25, 2006 11:58 PM
To: yhlu
Cc: Stefan Reinauer; linuxbios(a)linuxbios.org
Subject: Re: [LinuxBIOS] New guy in LinuxBios
Hi,
Excuse me....
I don't know how to move the CPU init before other pci device init
call....
sorry.
I have tried to find it, but .... :(
2006/6/26, yhlu <yinghailu(a)gmail.com>:
the snow screen only happened when I was debugging the onboard VGA
support.
So i move the CPU init before other pci device init call. That is
something related to mtrr setting around [0xa0000-0xb0000) the font
buffer.
the halt_sys display is normal...it means the vga option rom is
executed successfully.
you can use filo in etherboot to boot from usb stick.
YH
On 6/25/06, Vincente Tsou <vincentetsou(a)nexcom.com.tw> wrote:
>
> Hi YH,
>
> Thanks again for your help.
>
> Now I can active all devices in my LinuxBios, it almost done except
VGA
> function.
>
> I appended a 36k VGA option rom to LinuxBios, and enable Options about
VGA.
>
> And I got the halt_sys message:
>
> PCI: 04:02.0 init
> rom address for PCI: 04: 02.0 = fff80000
> copying VGA ROM Image from 0xfff80000 to 0xc0000, 0x9000 bytes
> entering emulator
> halt_sys: file
>
/home/vincente/LinuxBIOS/LinuxBIOSv2/src/devices/emulator/x86emu/ops.c,
> line 4387
> PCI: 01:04.0 init
>
> then, I can see something output, but the output is like snow screen
and I
> can't read anything.
> I think it is working in the wrong mode.
>
> When I made a blind type 'root' and password, I can login the Linux,
and
> then the screen became clear. (work fine)
>
> I wonder how to fix the problem? is the halt_sys message normal ?
>
> I also got another question, could it possible boot to MS-DOS
floppy/USB
> disk.
> The MS-DOS needs a lot INT function in BIOS, does LinuxBios able to
support
> it?
>
>
>
> 2006/6/21, Vincente Tsou <vincentetsou(a)nexcom.com.tw >:
> >
> >
> > Dear YH,
> >
> > got it.
> >
> > Thanks for the information and your help.
> >
> >
> >
> > 2006/6/21, Lu, Yinghai < yinghai.lu(a)amd.com>:
> >
> > >
> > >
> > >
> > >
> > >
> > > Actually the irqtable entries is only for peer root pci bus scan
when
> mptable is used.
> > >
> > > So you need to make sure mptable is right, and put entries for
> hypertransport chain other than on bus0.
> > >
> > >
> > >
> > > YH
> > >
> > >
> > >
> > > ________________________________
>
> > >
> > > From: vincente.tsou(a)gmail.com [mailto:vincente.tsou@gmail.com] On
Behalf
> Of Vincente Tsou
> > > Sent: Tuesday, June 20, 2006 7:05 PM
> > > To: Lu, Yinghai
> > > Cc: Stefan Reinauer; linuxbios(a)linuxbios.org
> > >
> > > Subject: Re: [LinuxBIOS] New guy in LinuxBios
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Dear YH,
> > >
> > >
> > >
> > >
> > >
> > >
> > > excuse me, how about the irq_tables.c?
> > >
> > >
> > > should I modify it like tyan/s2882 did.
> > >
> > >
> > >
> > >
> > >
> > > printk_debug("setting Onboard Broadcom NIC\n");
> > > static const unsigned char slotIrqs_8131_1_9[4] = { 5, 9,
0, 0
> };
> > > pci_assign_irqs(bus_8131_1, 9, slotIrqs_8131_1_9);
> > > write_pirq_info(pirq_info, bus_8131_1,(9<<3)|0, 0x1,
0xdef8,
> 0x2, 0xdef8, 0, 0, 0, 0, 0, 0);
> > > pirq_info++; slot_num++;
> > >
> > >
> > >
> > >
> > >
> > > 2006/6/20, Lu, Yinghai < yinghai.lu(a)amd.com >:
> > >
> > >
> > >
> > >
> > > You need to update the entries at mptable.c for your slots or
onboard
> pci device.
> > >
> > >
> > >
> > > YH
> > >
> > >
> > >
> > >
> > >
> > >
> > > --
> > > Best Regards,
> > > Vincente Tsou
> > >
> > > Engineer
> > > R/D, S/W Dept.
> > > NEXCOM International Co.
> > > Tel: 886-2-82280606 Ext. 3205
> > > Fax: 886-2-82280506
> > > E-mail: vincentetsou(a)nexcom.com.tw
> > > Web: http://www.nexcom.com.tw/
> > >
> >
> >
> >
> >
> >
> > --
> > Best Regards,
> > Vincente Tsou
> >
> > Engineer
> > R/D, S/W Dept.
> > NEXCOM International Co.
> > Tel: 886-2-82280606 Ext. 3205
> > Fax: 886-2-82280506
> > E-mail: vincentetsou(a)nexcom.com.tw
> > Web: http://www.nexcom.com.tw/
>
>
>
>
> --
> Best Regards,
> Vincente Tsou
>
> Engineer
> R/D, S/W Dept.
> NEXCOM International Co.
> Tel: 886-2-82280606 Ext. 3205
> Fax: 886-2-82280506
> E-mail: vincentetsou(a)nexcom.com.tw
> Web: http://www.nexcom.com.tw/
> --
> linuxbios mailing list
> linuxbios(a)linuxbios.org
> http://www.openbios.org/mailman/listinfo/linuxbios
>
>
--
Best Regards,
Vincente Tsou
Engineer
R/D, S/W Dept.
NEXCOM International Co.
Tel: 886-2-82280606 Ext. 3205
Fax: 886-2-82280506
E-mail: vincentetsou(a)nexcom.com.tw
Web: http://www.nexcom.com.tw/
Geode LX: this patch adds configuration/status/self-test MSR definitions
for L2 cache and fixes wrong P2D defines.
Signed-off-by: Indrek Kruusa <indrek.kruusa(a)artecdesign.ee>
Dear LinuxBIOS readers!
This is the automated build check service of LinuxBIOS.
The developer "stepan" checked in revision 2354 to
the LinuxBIOS source repository and caused the following
changes:
Change Log:
Add support for SST39SF040 and SST39SF010Aapply C.-D. Hailfinger's patch for Winbond part (untested)
Build Log:
Compilation of artecgroup:dbe61 is still broken.
If something broke during this checkin please be a pain
in stepan's neck until the issue is fixed.
If this issue is not fixed within 24h the revision will
be backed out.
Yours truely,
LinuxBIOS automatic build system