Re: [coreboot] Patch: support for the Lenovo Thinkpad W520

2016-11-09 Thread Nico Huber
On 07.11.2016 20:20, Charlotte Plusplus wrote: > On 11/6/16, Patrick Rudolph wrote: >> Am 06.11.2016 um 09:33 schrieb Charlotte Plusplus: >>> I am new to coreboot. I could try to add the missing power management >>> states. But can I please ask for pointers and suggestions?

Re: [coreboot] grub as payload: Where to put the grub.cfg?

2016-11-09 Thread Klemens Nanni
Hey Philipp, On Wed, Nov 09, 2016 at 10:03:56PM +0100, Philipp Stanner wrote: Hi Nico, thanks so far. Using your own pointer to the HDD serves to purpose of being able to change the cfg-file without flashing the ROM, I presume? Anyhow using grub you'd have to use the Shell to start an OS

Re: [coreboot] grub as payload: Where to put the grub.cfg?

2016-11-09 Thread Nico Huber
On 09.11.2016 22:03, Philipp Stanner wrote: > Hi Nico, > > thanks so far. > > Using your own pointer to the HDD serves to purpose of being able to > change the cfg-file without flashing the ROM, I presume? Yep. > > Anyhow using grub you'd have to use the Shell to start an OS from an >

Re: [coreboot] grub as payload: Where to put the grub.cfg?

2016-11-09 Thread Philipp Stanner
Hi Nico, thanks so far. Using your own pointer to the HDD serves to purpose of being able to change the cfg-file without flashing the ROM, I presume? Anyhow using grub you'd have to use the Shell to start an OS from an external drive - in an emergency for example, correct? Am 09.11.2016 um

Re: [coreboot] radare

2016-11-09 Thread Rafael Machado
Hi guys I usually do the following to play with the coreboot images: radare2 -b 16 Desktop\coreboot.rom [f000:fff0]> pd 3 ;-- entry0: `=< f000:fff0 e98df7 jmp 0xff780 f000:fff3 ff invalid f000:fff4 ff6690 jmp word [bp

Re: [coreboot] grub as payload: Where to put the grub.cfg?

2016-11-09 Thread Nico Huber
Hi Philipp, On 09.11.2016 09:46, Philipp Stanner wrote: > Hi, > > I'm currently busy making cb+grub running. While I can boot successfully > (qemu) using the grub-shell I of course want to automatize this process. > > But how and where do I have to put the grub.cfg file? The wiki doesn't >

[coreboot] grub as payload: Where to put the grub.cfg?

2016-11-09 Thread Philipp Stanner
Hi, I'm currently busy making cb+grub running. While I can boot successfully (qemu) using the grub-shell I of course want to automatize this process. But how and where do I have to put the grub.cfg file? The wiki doesn't include much informations about this. I would appreciate if someone could