Re: [coreboot] Coreboot issues with ASRock E350m1

2011-05-27 Thread Scott Duplichan
Marshall Buschman wrote:

]Hello:
]
]I was instructed to send mail to you by Carebear from #coreboot.
]I have some issues to report based on the Golden Image I received from 
]him, which was created for the ASRock E350M1.
]
]After booting, my Linux kernel panics like this:
]http://www.lucidmachines.com/coreboot/panic-lm-patched-2.6.39.txt


]CareBear told me to enable ACPI (and try it with the vanilla kernel), 
]and it no longer panics, but he did note the following quirks:
]
][ 0.137098] Extended Config Space enabled on 0 nodes

The recent patch set may resolve the above problem:
http://permalink.gmane.org/gmane.linux.bios/66598

][ 0.178984] ACPI: (supports S0 S5)

I think this is expected because more work is needed in order to
support additional power states.

][ 0.289970] Unable to assume _OSC PCIe control. Disabling ASPM
][ 0.310267] ACPI: PCI Interrupt Link INTA (IRQs 3 4 5 7 10 11 12 15) *0, 
]disabled.
]This last error is repeated for INTB to INTH

Probably work is needed on the interrupt routing. I did not check it.

]Other issues:
]* Network card is not recognized at all (works fine with stock BIOS)

We are probably missing some PCIe board support.

]* Total system RAM is reported as 480 Megabytes, actual system ram is 
]4096mbytes.

ASRock E350M1 Testing to date has used only 2GB, so it is possible
memory above 4GB will not be reported properly. On the other hand,
all usable memory below 4GB should be reported. I think the patch
set will at least get the memory below 4GB reporting properly.

Thanks,
Scott


-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot


Re: [coreboot] having troubling building coreboot! /usr/bin/ld: section .eh_frame [00000000fffffff0 - 0000000100000a17] overlaps section .reset [00000000fffffff0 - 00000000ffffffff]

2011-05-27 Thread Paul Menzel
Dear Raleigh,


please do just send plain text messages to lists [1]. Please also
remember that the project is spelled »coreboot«.

Am Freitag, den 27.05.2011, 00:03 -0400 schrieb Raleigh Boulware:
 
 i try to do a build Of coreboot and I get this after running make.
 This is my first time EVER doing this can someone help.
 
 [root@localhost coreboot]# make
 CC lib/memset.romstage.o
 CC lib/memcpy.romstage.o
 CC lib/memcmp.romstage.o
 CC lib/cbfs.romstage.o
 CC lib/lzma.romstage.o
 CC lib/ramtest.romstage.o
 CC lib/uart8250.romstage.o
 CC console/vtxprintf.romstage.o
 GENbuild.h
 CC console/console.romstage.o
 CC console/post.romstage.o
 CC console/die.romstage.o
 CC romstage.inc
 POST   romstage.inc
 GENcrt0.S
 CC mainboard/asus/mew-am/crt0.s
 CC mainboard/asus/mew-am/crt0.romstage.o
 CC arch/x86/lib/romstage_console.romstage.o
 CC arch/x86/lib/cbfs_and_run.romstage.o
 CC southbridge/intel/i82801ax/early_smbus.romstage.o
 CC northbridge/intel/i82810/raminit.romstage.o
 CC northbridge/intel/i82810/debug.romstage.o
 LINK   coreboot
 /usr/bin/ld: section .eh_frame [fff0 - 00010a17] 
 overlaps section .reset [fff0 - ]
 /usr/bin/ld: build/coreboot: section .eh_frame vma 0xfff0 overlaps 
 previous sections
 collect2: ld returned 1 exit status
 make: *** [build/coreboot] Error 1
 [root@localhost coreboot]# ^C
 [root@localhost coreboot]# 

What tool chain do you use? There are problems with some version.

coreboot provides a tool chain called xcompile. Please try that one.


Thanks,

Paul


[1] http://en.opensuse.org/openSUSE:Mailing_list_netiquette


signature.asc
Description: This is a digitally signed message part
-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] haveing troubling building core boot!

2011-05-27 Thread Cui Lei

I had the same error, just install the lastest binutils, try again.



i try to do a build Of core boot and I get this after running make.
This is my first time EVER doing this can someone help.


[root@localhost coreboot]# make
CC lib/memset.romstage.o
CC lib/memcpy.romstage.o
CC lib/memcmp.romstage.o
CC lib/cbfs.romstage.o
CC lib/lzma.romstage.o
CC lib/ramtest.romstage.o
CC lib/uart8250.romstage.o
CC console/vtxprintf.romstage.o
GENbuild.h
CC console/console.romstage.o
CC console/post.romstage.o
CC console/die.romstage.o
CC romstage.inc
POST   romstage.inc
GENcrt0.S
CC mainboard/asus/mew-am/crt0.s
CC mainboard/asus/mew-am/crt0.romstage.o
CC arch/x86/lib/romstage_console.romstage.o
CC arch/x86/lib/cbfs_and_run.romstage.o
CC southbridge/intel/i82801ax/early_smbus.romstage.o
CC northbridge/intel/i82810/raminit.romstage.o
CC northbridge/intel/i82810/debug.romstage.o
LINK   coreboot
/usr/bin/ld: section .eh_frame [fff0 - 00010a17] 
overlaps section .reset [fff0 - ]
/usr/bin/ld: build/coreboot: section .eh_frame vma 0xfff0 overlaps 
previous sections

collect2: ld returned 1 exit status
make: *** [build/coreboot] Error 1
[root@localhost coreboot]# ^C
[root@localhost coreboot]#




-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] haveing troubling building core boot!

2011-05-27 Thread Idwer Vollering
2011/5/27 Cui Lei neverforget_2...@163.com:
 I had the same error, just install the lastest binutils, try again.

Quote: If you have compiler or binutils trouble, REPRODUCE WITH
coreboot/util/crossgcc and then send a log to the mailing list



 i try to do a build Of core boot and I get this after running make.
 This is my first time EVER doing this can someone help.


 [root@localhost coreboot]# make
     CC lib/memset.romstage.o
     CC lib/memcpy.romstage.o
     CC lib/memcmp.romstage.o
     CC lib/cbfs.romstage.o
     CC lib/lzma.romstage.o
     CC lib/ramtest.romstage.o
     CC lib/uart8250.romstage.o
     CC console/vtxprintf.romstage.o
     GEN    build.h
     CC console/console.romstage.o
     CC console/post.romstage.o
     CC console/die.romstage.o
     CC romstage.inc
     POST   romstage.inc
     GEN    crt0.S
     CC mainboard/asus/mew-am/crt0.s
     CC mainboard/asus/mew-am/crt0.romstage.o
     CC arch/x86/lib/romstage_console.romstage.o
     CC arch/x86/lib/cbfs_and_run.romstage.o
     CC southbridge/intel/i82801ax/early_smbus.romstage.o
     CC northbridge/intel/i82810/raminit.romstage.o
     CC northbridge/intel/i82810/debug.romstage.o

i810 is marked WIP (Work In Progress):
http://www.coreboot.org/Supported_Chipsets_and_Devices
Chances are that booting will fail, so please have a spare chip to
boot from when things go wrong.

     LINK   coreboot
 /usr/bin/ld: section .eh_frame [fff0 - 00010a17]
 overlaps section .reset [fff0 - ]
 /usr/bin/ld: build/coreboot: section .eh_frame vma 0xfff0 overlaps
 previous sections
 collect2: ld returned 1 exit status
 make: *** [build/coreboot] Error 1

See the quote earlier in this e-mail.

 [root@localhost coreboot]# ^C
 [root@localhost coreboot]#




 --
 coreboot mailing list: coreboot@coreboot.org
 http://www.coreboot.org/mailman/listinfo/coreboot

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] haveing troubling building core boot!

2011-05-27 Thread Raleigh Boulware

How do I get the latest binutils? can someone send me a link?

 Date: Fri, 27 May 2011 12:23:08 +0200
 From: vid...@gmail.com
 To: neverforget_2...@163.com
 CC: r_boulw...@hotmail.com; coreboot@coreboot.org
 Subject: Re: [coreboot] haveing troubling building core boot!
 
 2011/5/27 Cui Lei neverforget_2...@163.com:
  I had the same error, just install the lastest binutils, try again.
 
 Quote: If you have compiler or binutils trouble, REPRODUCE WITH
 coreboot/util/crossgcc and then send a log to the mailing list
 
 
 
  i try to do a build Of core boot and I get this after running make.
  This is my first time EVER doing this can someone help.
 
 
  [root@localhost coreboot]# make
  CC lib/memset.romstage.o
  CC lib/memcpy.romstage.o
  CC lib/memcmp.romstage.o
  CC lib/cbfs.romstage.o
  CC lib/lzma.romstage.o
  CC lib/ramtest.romstage.o
  CC lib/uart8250.romstage.o
  CC console/vtxprintf.romstage.o
  GENbuild.h
  CC console/console.romstage.o
  CC console/post.romstage.o
  CC console/die.romstage.o
  CC romstage.inc
  POST   romstage.inc
  GENcrt0.S
  CC mainboard/asus/mew-am/crt0.s
  CC mainboard/asus/mew-am/crt0.romstage.o
  CC arch/x86/lib/romstage_console.romstage.o
  CC arch/x86/lib/cbfs_and_run.romstage.o
  CC southbridge/intel/i82801ax/early_smbus.romstage.o
  CC northbridge/intel/i82810/raminit.romstage.o
  CC northbridge/intel/i82810/debug.romstage.o
 
 i810 is marked WIP (Work In Progress):
 http://www.coreboot.org/Supported_Chipsets_and_Devices
 Chances are that booting will fail, so please have a spare chip to
 boot from when things go wrong.
 
  LINK   coreboot
  /usr/bin/ld: section .eh_frame [fff0 - 00010a17]
  overlaps section .reset [fff0 - ]
  /usr/bin/ld: build/coreboot: section .eh_frame vma 0xfff0 overlaps
  previous sections
  collect2: ld returned 1 exit status
  make: *** [build/coreboot] Error 1
 
 See the quote earlier in this e-mail.
 
  [root@localhost coreboot]# ^C
  [root@localhost coreboot]#
 
 
 
 
  --
  coreboot mailing list: coreboot@coreboot.org
  http://www.coreboot.org/mailman/listinfo/coreboot
 
 -- 
 coreboot mailing list: coreboot@coreboot.org
 http://www.coreboot.org/mailman/listinfo/coreboot
  -- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] haveing troubling building core boot!

2011-05-27 Thread Josh Stump
Peter Stuge was king enough to supply me this information when I needed
it...

Please build the reference toolchain:

cd util/crossgcc
./buildgcc i386-elf
cd ../..
rm -f .xcompile
make
On Fri, May 27, 2011 at 6:11 AM, Raleigh Boulware r_boulw...@hotmail.comwrote:

  How do I get the latest binutils? can someone send me a link?

  Date: Fri, 27 May 2011 12:23:08 +0200
  From: vid...@gmail.com
  To: neverforget_2...@163.com
  CC: r_boulw...@hotmail.com; coreboot@coreboot.org
  Subject: Re: [coreboot] haveing troubling building core boot!

 
  2011/5/27 Cui Lei neverforget_2...@163.com:
   I had the same error, just install the lastest binutils, try again.
 
  Quote: If you have compiler or binutils trouble, REPRODUCE WITH
  coreboot/util/crossgcc and then send a log to the mailing list
 
  
  
   i try to do a build Of core boot and I get this after running make.
   This is my first time EVER doing this can someone help.
  
  
   [root@localhost coreboot]# make
   CC lib/memset.romstage.o
   CC lib/memcpy.romstage.o
   CC lib/memcmp.romstage.o
   CC lib/cbfs.romstage.o
   CC lib/lzma.romstage.o
   CC lib/ramtest.romstage.o
   CC lib/uart8250.romstage.o
   CC console/vtxprintf.romstage.o
   GENbuild.h
   CC console/console.romstage.o
   CC console/post.romstage.o
   CC console/die.romstage.o
   CC romstage.inc
   POST   romstage.inc
   GENcrt0.S
   CC mainboard/asus/mew-am/crt0.s
   CC mainboard/asus/mew-am/crt0.romstage.o
   CC arch/x86/lib/romstage_console.romstage.o
   CC arch/x86/lib/cbfs_and_run.romstage.o
   CC southbridge/intel/i82801ax/early_smbus.romstage.o
   CC northbridge/intel/i82810/raminit.romstage.o
   CC northbridge/intel/i82810/debug.romstage.o
 
  i810 is marked WIP (Work In Progress):
  http://www.coreboot.org/Supported_Chipsets_and_Devices
  Chances are that booting will fail, so please have a spare chip to
  boot from when things go wrong.
 
   LINK   coreboot
   /usr/bin/ld: section .eh_frame [fff0 - 00010a17]
   overlaps section .reset [fff0 - ]
   /usr/bin/ld: build/coreboot: section .eh_frame vma 0xfff0 overlaps
   previous sections
   collect2: ld returned 1 exit status
   make: *** [build/coreboot] Error 1
 
  See the quote earlier in this e-mail.
 
   [root@localhost coreboot]# ^C
   [root@localhost coreboot]#
  
  
  
  
   --
   coreboot mailing list: coreboot@coreboot.org
   http://www.coreboot.org/mailman/listinfo/coreboot
  
  --
  coreboot mailing list: coreboot@coreboot.org
  http://www.coreboot.org/mailman/listinfo/coreboot

 --
 coreboot mailing list: coreboot@coreboot.org
 http://www.coreboot.org/mailman/listinfo/coreboot

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot