Hi,
I am Muhammad Ramshad currently pursuing my degree program in University of Moratuwa in the field of Electronic and Telecommunication Engineering. I am always interested learning new technologies and knowledge, so i found that GSoC is really a good platform for me to learn new things.
When i search through the projects and organizations the coreboot project grabbed my focus towards it because i am more interested in Digital System Design and hardware a level development like processor design and ISA designs.
at the moment i m not much familiar with coreboot, but i always more committed towards work and a fast learner, these days i spent my time to become familiar with coreboot.
I am interested in writing a proposal for "coreboot mainboard test suite
So i expect your guidance to make this success and hope to contribute even if my proposal will not selected for GSoC
Thanks
regards
Ramshad
On Sun, Mar 2, 2014 at 2:23 AM, coreboot-request@coreboot.org wrote:
Send coreboot mailing list submissions to coreboot@coreboot.org
To subscribe or unsubscribe via the World Wide Web, visit http://www.coreboot.org/mailman/listinfo/coreboot or, via email, send a message with subject or body 'help' to coreboot-request@coreboot.org
You can reach the person managing the list at coreboot-owner@coreboot.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of coreboot digest..."
Today's Topics:
- Re: Unable to start correctly coreboot on Asus f2a85-m REV 1.02 (HacKurx)
- F2A85-M coreboot not working (Rostislav Lisovy)
Message: 1 Date: Sat, 1 Mar 2014 12:49:43 +0100 From: HacKurx hackurx@gmail.com To: Scott Duplichan scott@notabs.org Cc: David Hubbard david.c.hubbard+coreboot@gmail.com, Peter Stuge peter@stuge.se, Coreboot coreboot@coreboot.org Subject: Re: [coreboot] Unable to start correctly coreboot on Asus f2a85-m REV 1.02 Message-ID: <CAFwXZv_1D2YomGTWNEwSVwgt5bJC+vbFdK= wDs_wFJJSbdcCkg@mail.gmail.com> Content-Type: text/plain; charset=UTF-8
Scott wrote: diff --git
a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/F15TnLogicalIdTables.c
b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/F15TnLogicalIdTables.c
index 8157b57..bfcaa9a 100644
a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/F15TnLogicalIdTables.c
+++
b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/F15TnLogicalIdTables.c
@@ -86,6 +86,12 @@ STATIC CONST CPU_LOGICAL_ID_XLAT ROMDATA
CpuF15TnLogicalIdAndRevArray[] =
0x6101, AMD_F15_TN_A1
},
- { // HACK: let Richland run Trinity agesa code
- 0x6131,
- AMD_F15_TN_A1
- },
- { 0x6100, 0x0000000000000100ull
Perfect! It works, thank you very much!
Coreboot log: http://pastebin.com/B0Z1bTQu
Diff (I used CROSSGCC 1.23 because CROSSGCC 1.24 can not be compil on my system - Debian Wheezy amd64) : http://pastebin.com/nbt0JmqN
My config file : http://pastebin.com/zJLQPkgX
My CPU seems a little slower but it works :) It remains only to integrate this into the wiki and coreboot, I know that I can count on you ;)
From my side I will continue my tests. Thank you everybody, best regards.
Message: 2 Date: Sat, 01 Mar 2014 21:52:04 +0100 From: Rostislav Lisovy lisovy@gmail.com To: coreboot@coreboot.org Subject: [coreboot] F2A85-M coreboot not working Message-ID: 1393707124.13881.6.camel@lolumad Content-Type: text/plain; charset="utf-8"
Hello; I am trying to run coreboot on F2A85-M motherboard (without VGA support enabled). The CPU used is AMD Trinity A8-5600K, RAM is Kingston HyperX PnP 4GB (2x2GB) DDR3 1866 (http://www.kingston.com/datasheets/KHX1866C11D3P1K2_4G.pdf).
I cloned the coreboot repository and ran 'make menuconfig'. The only options I set were motherboard vendor and type (RAM voltage is the default value of 1.5V). The desired payload is the default SeaBIOS. I have no interest in enabling VGA, thus I did not try to enable it. I used flashrom to flash the image. When I try to boot, execution fails with the following message (full log in the attachment):
Enabling resources...
Fam15 - domain_enable_resources: AmdInitMid. agesawrapper_amdinitmid Unexpected Exception: 0 @ 10:0022fabf - Halting Code: 0 eflags: 00010046 eax: 0002e630 ebx: 0000014d ecx: 00000002 edx: 00000000 edi: 100123e3 esi: 00000000 ebp: 10000660 esp: 002bcd60
The number on my PCI POST card is "0x1".
Unfortunately I have no other RAM modules to try. I tried to change the position from blue slots to black slots but then I got:
coreboot-4.0-5584-ge92155f-dirty Sat Mar 1 21:05:40 CET 2014 starting... BSP Family_Model: 00610f01 cpu_init_detectedx = 00000000 agesawrapper_amdinitreset Fch OEM config in INIT RESET Done Got past agesawrapper_amdinitearly ASSERTION FAILED: file 'src/vendorcode/amd/agesa/f15tn/Proc/Mem/Main/mmExcludeDimm.c', line 236
The command 'make crossgcc' also seems not to help at all.
I will appreciate any ideas.
Regards; Rostislav Lisovy