Re: [LinuxBIOS] [PATCH] flashrom: Support EON EN29F002AT, JEDEC continuation IDs

2007-12-30 Thread Carl-Daniel Hailfinger
On 31.12.2007 00:57, Corey Osgood wrote: > Carl-Daniel Hailfinger wrote: > >> On 30.12.2007 13:15, Carl-Daniel Hailfinger wrote: >> >> >>> On 30.12.2007 05:40, Corey Osgood wrote: >>> >>> >>> doesn't seem quite right, but it might be (yes, I realize it means 4x m

Re: [LinuxBIOS] [PATCH] flashrom: Support EON EN29F002AT, JEDEC continuation IDs

2007-12-30 Thread Corey Osgood
Carl-Daniel Hailfinger wrote: > On 30.12.2007 13:15, Carl-Daniel Hailfinger wrote: > >> On 30.12.2007 05:40, Corey Osgood wrote: >> >> >>> doesn't seem quite right, but it might be (yes, I realize it means 4x >>> more IDs). We also break the ability to use IMT flash chips (which >>> some

Re: [LinuxBIOS] [PATCH] flashrom: Support EON EN29F002AT, JEDEC continuation IDs

2007-12-30 Thread Markus
Am Tue, 18 Dec 2007 00:53:37 +0100 schrieb Carl-Daniel Hailfinger <[EMAIL PROTECTED]>: > Hi Markus, > > On 24.09.2007 00:38, Carl-Daniel Hailfinger wrote: > > On 31.08.2007 21:40, Markus Boas wrote: > > > >> I send a patch to add support for the EON EN29F002NT > >> Write, read works. > >>

Re: [LinuxBIOS] [PATCH] flashrom: Support EON EN29F002AT, JEDEC continuation IDs

2007-12-30 Thread Carl-Daniel Hailfinger
On 30.12.2007 13:15, Carl-Daniel Hailfinger wrote: > On 30.12.2007 05:40, Corey Osgood wrote: > >> doesn't seem quite right, but it might be (yes, I realize it means 4x >> more IDs). We also break the ability to use IMT flash chips (which >> someone may, eventually...). The other things is, if i

Re: [LinuxBIOS] [PATCH] flashrom: Support EON EN29F002AT, JEDEC continuation IDs

2007-12-30 Thread Carl-Daniel Hailfinger
On 30.12.2007 05:40, Corey Osgood wrote: >> + /* Check if it is a continuation ID, this should be a while >> loop. */ >> + if (id1 == 0x7F) { >> + largeid1 <<= 8; >> + id1 = *(volatile uint8_t *)(bios + 0x100); >> + largeid1 |= id1; >> + }

Re: [LinuxBIOS] [PATCH] flashrom: Support EON EN29F002AT, JEDEC continuation IDs

2007-12-29 Thread Corey Osgood
> + /* Check if it is a continuation ID, this should be a while > loop. */ > + if (id1 == 0x7F) { > + largeid1 <<= 8; > + id1 = *(volatile uint8_t *)(bios + 0x100); > + largeid1 |= id1; > + } > + if (id2 == 0x7F) { > +

Re: [LinuxBIOS] [PATCH] flashrom: Support EON EN29F002AT, JEDEC continuation IDs

2007-12-28 Thread Carl-Daniel Hailfinger
On 18.12.2007 00:53, Carl-Daniel Hailfinger wrote: > Hi Markus, > > On 24.09.2007 00:38, Carl-Daniel Hailfinger wrote: > >> On 31.08.2007 21:40, Markus Boas wrote: >> >> >>> I send a patch to add support for the EON EN29F002NT >>> Write, read works. >>> >>> >> Sorry, but the

[LinuxBIOS] [PATCH] flashrom: Support EON EN29F002AT, JEDEC continuation IDs

2007-12-17 Thread Carl-Daniel Hailfinger
Hi Markus, On 24.09.2007 00:38, Carl-Daniel Hailfinger wrote: > On 31.08.2007 21:40, Markus Boas wrote: > >> I send a patch to add support for the EON EN29F002NT >> Write, read works. >> > > Sorry, but the data sheet says you're only doing half of the > identification and this will match a