Re: [coreboot] cbmem in ELOG

2015-08-24 Thread John Lewis
This may be a daft question technically, but is there some way event logging could be subverted to store cbmem output? Yes. Just add a type to the OEM section and call elog_add_event_raw() with the console pointer and size. Keep it mind that would be snapshotted then so it matters when you

Re: [coreboot] cbmem in ELOG

2015-08-24 Thread Aaron Durbin
On Mon, Aug 24, 2015 at 8:56 AM, John Lewis jle...@johnlewis.ie wrote: This may be a daft question technically, but is there some way event logging could be subverted to store cbmem output? Yes. Just add a type to the OEM section and call elog_add_event_raw() with the console pointer and

Re: [coreboot] cbmem in ELOG

2015-08-24 Thread Aaron Durbin
On Sun, Aug 23, 2015 at 5:49 AM, John Lewis jle...@johnlewis.ie wrote: Hi Guys, This may be a daft question technically, but is there some way event logging could be subverted to store cbmem output? Yes. Just add a type to the OEM section and call elog_add_event_raw() with the console

[coreboot] build coreboot off-line

2015-08-24 Thread nancyor
HI. I want build coreboot off-line. Can I make that __ This message was sent using IMP, the Internet Messaging Program. -- Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Infomed para

Re: [coreboot] build coreboot off-line

2015-08-24 Thread Idwer Vollering
2015-08-24 17:43 GMT+02:00 nanc...@infomed.sld.cu: HI. I want build coreboot off-line. Can I make that __ Yes, that's possible. First you have to get a copy of the codebase, which is described here: http://www.coreboot.org/Download_coreboot Then you'll prepare the compiler and its

[coreboot] New on blogs.coreboot.org: 2015-08-21 Librem 13: Weekly Progress Update

2015-08-24 Thread WordPress
A new post titled "2015-08-21 Librem 13: Weekly Progress Update" has been published on the coreboot blog. Find the full post at http://blogs.coreboot.org/blog/2015/08/24/2015-08-21-librem-13-weekly-progress-update/ This post covers the Librem 13 engineering considerations around writing to the

[coreboot] ectool misusage in autoport

2015-08-24 Thread Iru Cai
Hi, I'm trying to use autoport to port coreboot to a machine. However, when I look at the logs generated by: ./autoport --input_log=logs --make_logs --coreboot_dir=../.. I saw in logs/ectool.log: ../ectool/ectool: invalid option -- 'a' usage: ../ectool/ectool [-vh?Vidq] [-w 0xaddr -z 0xdata] So