Re: [LinuxBIOS] [flashrom] request for review: VT8233A support

2007-10-22 Thread Carl-Daniel Hailfinger
On 22.10.2007 22:18, Peter Lemenkov wrote: > 2007/10/22, Carl-Daniel Hailfinger <[EMAIL PROTECTED]>: > > >> If you test it and it works, >> > > [EMAIL PROTECTED] ~]# ./flashrom > Calibrating delay loop... OK. > No LinuxBIOS table found. > Found chipset "VT8233A", enabling flash write... OK.

Re: [LinuxBIOS] [flashrom] request for review: VT8233A support

2007-10-22 Thread Peter Lemenkov
2007/10/22, Carl-Daniel Hailfinger <[EMAIL PROTECTED]>: > If you test it and it works, [EMAIL PROTECTED] ~]# ./flashrom Calibrating delay loop... OK. No LinuxBIOS table found. Found chipset "VT8233A", enabling flash write... OK. generic_spi_command called, but no SPI chipset detected No EEPROM/fl

Re: [LinuxBIOS] [flashrom] request for review: VT8233A support

2007-10-22 Thread Carl-Daniel Hailfinger
On 22.10.2007 19:11, Peter Lemenkov wrote: > 2007/10/22, Carl-Daniel Hailfinger <[EMAIL PROTECTED]>: > > >> On 21.10.2007 15:09, Peter Lemenkov wrote: >> >>> Hello All! >>> Looking at the lspci output I created simple patch for adding VT8233A >>> support. Unfortunately I can't find out what

Re: [LinuxBIOS] [flashrom] request for review: VT8233A support

2007-10-22 Thread Peter Lemenkov
2007/10/22, Stefan Reinauer <[EMAIL PROTECTED]>: > Does "flashrom" not detect the chip with your patch? So your patch is > not working like that? I don't know. I experimenting on one of my computers which cannot be reached easily, so I can' see what flashchip they use (m/b - Gigabyte 7VRX and I f

Re: [LinuxBIOS] [flashrom] request for review: VT8233A support

2007-10-22 Thread Peter Lemenkov
2007/10/22, Carl-Daniel Hailfinger <[EMAIL PROTECTED]>: > On 21.10.2007 15:09, Peter Lemenkov wrote: > > Hello All! > > Looking at the lspci output I created simple patch for adding VT8233A > > support. Unfortunately I can't find out what flash-chip is on my > > mainboard (it's far away from me so

Re: [LinuxBIOS] [flashrom] request for review: VT8233A support

2007-10-22 Thread Stefan Reinauer
* Carl-Daniel Hailfinger <[EMAIL PROTECTED]> [071022 18:24]: > On 21.10.2007 15:09, Peter Lemenkov wrote: > > Hello All! > > Looking at the lspci output I created simple patch for adding VT8233A > > support. Unfortunately I can't find out what flash-chip is on my > > mainboard (it's far away from m

Re: [LinuxBIOS] [flashrom] request for review: VT8233A support

2007-10-22 Thread Carl-Daniel Hailfinger
On 21.10.2007 15:09, Peter Lemenkov wrote: > Hello All! > Looking at the lspci output I created simple patch for adding VT8233A > support. Unfortunately I can't find out what flash-chip is on my > mainboard (it's far away from me so I can perform only "software" > look) but maybe someone else tests

[LinuxBIOS] [flashrom] request for review: VT8233A support

2007-10-21 Thread Peter Lemenkov
Hello All! Looking at the lspci output I created simple patch for adding VT8233A support. Unfortunately I can't find out what flash-chip is on my mainboard (it's far away from me so I can perform only "software" look) but maybe someone else tests whether this patch works or not? Unfortunately guys