[coreboot] New on blogs.coreboot.org: [GSoC] Ghidra firmware utilities, week 10

2019-08-02 Thread blogs.coreboot.org via coreboot
A new post titled "[GSoC] Ghidra firmware utilities, week 10" has been published on the coreboot blog. Find the full post at https://blogs.coreboot.org/blog/2019/07/31/gsoc-ghidra-firmware-utilities-week-10/ As stated in last week’s blogpost, I have started working on the UEFI helper script

[coreboot] Re: New to coreboot. Need pointer to startup sequence

2019-08-02 Thread Williamson (US), Edward L
Thanks for the help. I have a pointer in the right direction now. -Original Message- From: Williamson (US), Edward L Sent: Thursday, August 01, 2019 11:33 AM To: coreboot@coreboot.org Subject: [coreboot] New to coreboot. Need pointer to startup sequence I have a need to insert some

[coreboot] Re: New to coreboot. Need pointer to startup sequence

2019-08-02 Thread Nico Huber
Hello Edward, On 01.08.19 18:32, edward.l.william...@boeing.com wrote: > I have a need to insert some experimental code (never to be checked in) just > before the ECC RAM is initialized. The customer wants a specific test to be > done before the ram is zeroed out. when you say "just before",

[coreboot] Re: New to coreboot. Need pointer to startup sequence

2019-08-02 Thread Zaolin
Hey Edward, Which platform do you use kabylake, coffeelake, broadwell de or any other ? Best Regards, Philipp On 8/2/19 8:54 AM, Ranga Rao wrote: > Hi Edward, > > Raminit code is in src\drivers\intel\fsp1_1\ Raminit.c > > Function: fsp_memory_init(_memory_init_params); > > Best Regards >

[coreboot] Re: New to coreboot. Need pointer to startup sequence

2019-08-02 Thread Ranga Rao
Hi Edward, Raminit code is in src\drivers\intel\fsp1_1\ Raminit.c Function: fsp_memory_init(_memory_init_params); Best Regards Ranga -Original Message- From: edward.l.william...@boeing.com Sent: Thursday 1 August 2019 17:33 To: coreboot@coreboot.org Subject: [coreboot] New