Re: [coreboot] coreboot.rom as binary file ?

2016-10-16 Thread Riko Ho
Comparing : http://ark.intel.com/products/34505/Intel-82945GC-Graphics-and-Memory-Controller http://ark.intel.com/products/27725/Intel-82946GZ-Graphics-and-Memory-Controller they have the same jobbut I'm not sure if they have the same init code...if I'm lucky, they have the same init code, o

Re: [coreboot] coreboot.rom as binary file ?

2016-10-16 Thread Riko Ho
Ok, is W39V040 FCPZ compatible with W39V040FB ? on my original board is FB series...my spare chip is FC series How can I diassemble the original flash with SerialICE and run it on Qemu ? I have written onto my FC series chip, but I want to see the original one running on qemu, since the chi

Re: [coreboot] coreboot.rom as binary file ?

2016-10-16 Thread David Hendricks
On Sun, Oct 16, 2016 at 5:14 PM, Riko Ho wrote: > That one ? > Yes. -- coreboot mailing list: coreboot@coreboot.org https://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] coreboot.rom as binary file ?

2016-10-16 Thread David Hendricks
On Sun, Oct 16, 2016 at 4:03 PM, Riko Ho wrote: > Ok, I can burn it already as *.binnow what do I expect to run from > serial ? what 's the baud speed ? > How did you configure it? Look under "Console" in menuconfig. -- coreboot mailing list: coreboot@coreboot.org https://www.coreboot.org/m

Re: [coreboot] coreboot.rom as binary file ?

2016-10-16 Thread Riko Ho
Ok, I can burn it already as *.binnow what do I expect to run from serial ? what 's the baud speed ? On 17/10/2016 4:23 AM, Sergej Ivanov wrote: Yes. coreboot.rom is a simple binary file (not a .hex file), so you can flash it like a .bin file. 16.10.2016 9:14 пользователь "Antonius Riko

Re: [coreboot] coreboot.rom as binary file ?

2016-10-16 Thread David Hendricks
On Sat, Oct 15, 2016 at 11:13 PM, Antonius Riko wrote: > Everyone, > > Can I burn coreboot.rom as a *.bin file on flash programmer ? My flash > programmer is Genius G540 > Yes. The .rom file is the ROM-sized image which contains coreboot and other components (payload, binary blobs, etc) and is i

[coreboot] coreboot.rom as binary file ?

2016-10-15 Thread Antonius Riko
Everyone, Can I burn coreboot.rom as a *.bin file on flash programmer ? My flash programmer is Genius G540 Cheers -- coreboot mailing list: coreboot@coreboot.org https://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] coreboot.rom

2011-02-11 Thread Marc Jones
On Wed, Feb 9, 2011 at 6:35 AM, ali hagigat wrote: > How the file coreboot.rom is written on BIOS chip logically? Suppose > our BIOS chip is 1 mega bytes. We should read first byte from the > beginning of the file and write it to the address zero of BIOS chip > and continue this way? > > I checked

[coreboot] coreboot.rom

2011-02-09 Thread ali hagigat
How the file coreboot.rom is written on BIOS chip logically? Suppose our BIOS chip is 1 mega bytes. We should read first byte from the beginning of the file and write it to the address zero of BIOS chip and continue this way? I checked the content of build/coreboot.rom and the last byte was 0x0a!!