Hello All,
I am a newbie in coreboot. I just started to port this coreboot to my Intel Atom laptop.
Below are Some details of my laptop Chipset- 945GSE + ICH7 CPU - Intel Atom N270 @ 1.60GHz Bios Chip- WinBond 25X80AV
I have downloaded the latest source tree of Coreboot for repository.
I have my Host machine configuration as below: OS- Federo 10 64 Bit OS GCC - 4.3.2 iASL version - 20061109 [Feb 21 2008]
On one of the discussion topic of this coreboot forum, they suggested that the mainboard d945gclf is closer to intel Atom for the starting point of porting to atom.
I started to built the coreboot using following steps 1. make menuconfig ( the config file is attached with this mail--* .config*) 2. make
I am getting several warnings and at the last getting segmentation fault. the error log is attached(*coreboot_errorLog.txt*) with this mail.
Any Help is appreciable.
Thanks in advance.
BR, Shailendra S-CUBE
On 1/19/10 11:11 AM, Shailendra Singh wrote:
On one of the discussion topic of this coreboot forum, they suggested that the mainboard d945gclf is closer to intel Atom for the starting point of porting to atom.
The d945gclf actually _is_ an intel atom board.
I started to built the coreboot using following steps
- make menuconfig ( the config file is attached with this
mail--*.config*) 2. make
I am getting several warnings and at the last getting segmentation fault. the error log is attached(*coreboot_errorLog.txt*) with this mail.
Compiles fine here with r5039
Thanks Stefan. Please let me know how to get this version of coreboot ? Also any comments on my .config file.
On Tue, Jan 19, 2010 at 5:26 PM, Stefan Reinauer stepan@coresystems.dewrote:
On 1/19/10 11:11 AM, Shailendra Singh wrote:
On one of the discussion topic of this coreboot forum, they suggested that the mainboard d945gclf is closer to intel Atom for the starting point of porting to atom.
The d945gclf actually _is_ an intel atom board.
I started to built the coreboot using following steps
- make menuconfig ( the config file is attached with this mail--*
.config*) 2. make
I am getting several warnings and at the last getting segmentation fault. the error log is attached(*coreboot_errorLog.txt*) with this mail.
Compiles fine here with r5039
-- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49 761 7668825 • Fax: +49 761 7664613 Email: info@coresystems.de • http://www.coresystems.de/ Registergericht: Amtsgericht Freiburg • HRB 7656 Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866
On Tue, 19 Jan 2010 17:32:21 +0530, Shailendra Singh shailendrakrsingh@gmail.com wrote:
Thanks Stefan. Please let me know how to get this version of coreboot ?
svn co svn://coreboot.org/coreboot/trunk coreboot
for the latest version or
svn co svn://coreboot.org/coreboot/trunk coreboot -r 5039
for a specific revision.
Thanks Joseph,
Now I complied this coreboot r5039 for intel 945Gclf successfully. Please let me know how to add support of Intel Atom N270 in cpu/intel/model_106cx.
BR, Shailendra
On Tue, Jan 19, 2010 at 6:19 PM, Joseph Smith joe@settoplinux.org wrote:
On Tue, 19 Jan 2010 17:32:21 +0530, Shailendra Singh shailendrakrsingh@gmail.com wrote:
Thanks Stefan. Please let me know how to get this version of coreboot ?
svn co svn://coreboot.org/coreboot/trunk coreboot
for the latest version or
svn co svn://coreboot.org/coreboot/trunk coreboot -r 5039
for a specific revision.
-- Thanks, Joseph Smith Set-Top-Linux www.settoplinux.org
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot
Hi Shailendra,
On 19.01.2010 14:10, Shailendra Singh wrote:
Thanks Joseph,
Now I complied this coreboot r5039 for intel 945Gclf successfully. Please let me know how to add support of Intel Atom N270 in cpu/intel/model_106cx.
You need an orange cover NDA with intel, and a few weeks or months of developer time.
Good luck!
Regards, Carl-Daniel
Shailendra Singh wrote:
Please let me know how to add support of Intel Atom N270 in cpu/intel/model_106cx.
The answer to this question basically means writing the code, so you will not get much of an answer to this query. If people could easily add this support then I think it might have been done already, since the Atom is fairly popular.
If you want to take on the project I think that's great, and it will be a very welcome contribution to coreboot!
Others who are active in the project are happy to help you when you run into trouble, but please make sure to ask specific questions, or it is really impossible to help.
Thanks!
//Peter