Re: [LinuxBIOS] Flashrom and superiotool on non-x86 platforms?

2007-10-23 Thread Uwe Hermann
On Mon, Oct 22, 2007 at 05:59:29PM +0200, Carl-Daniel Hailfinger wrote: > On 22.10.2007 17:44, Stefan Reinauer wrote: > > * ron minnich <[EMAIL PROTECTED]> [071022 17:37]: > > > >> On 10/21/07, Peter Lemenkov <[EMAIL PROTECTED]> wrote: > >> > >>> Hello All! > >>> Does anybody tried to use l

Re: [LinuxBIOS] Flashrom and superiotool on non-x86 platforms?

2007-10-22 Thread Carl-Daniel Hailfinger
On 22.10.2007 21:36, Peter Lemenkov wrote: > 2007/10/22, ron minnich <[EMAIL PROTECTED]>: > >> On 10/21/07, Peter Lemenkov <[EMAIL PROTECTED]> wrote: >> >>> Hello All! >>> Does anybody tried to use linuxbios and LB-tools on non-x86 platforms? >>> There are some issues we need to fir even fo

Re: [LinuxBIOS] Flashrom and superiotool on non-x86 platforms?

2007-10-22 Thread Peter Lemenkov
2007/10/22, Stefan Reinauer <[EMAIL PROTECTED]>: > Ok, which platforms does this actually fix? Has this been tested? It allows us to compile flashrom and superiotool at least. For successful testing we need datasheets... > I know it _breaks_ just about every x86 platform except Linux. BTW on wh

Re: [LinuxBIOS] Flashrom and superiotool on non-x86 platforms?

2007-10-22 Thread Peter Lemenkov
2007/10/22, ron minnich <[EMAIL PROTECTED]>: > On 10/21/07, Peter Lemenkov <[EMAIL PROTECTED]> wrote: > > Hello All! > > Does anybody tried to use linuxbios and LB-tools on non-x86 platforms? > > There are some issues we need to fir even for compilation (not for > > successful usage). > > > > One t

Re: [LinuxBIOS] Flashrom and superiotool on non-x86 platforms?

2007-10-22 Thread Carl-Daniel Hailfinger
On 22.10.2007 17:44, Stefan Reinauer wrote: > * ron minnich <[EMAIL PROTECTED]> [071022 17:37]: > >> On 10/21/07, Peter Lemenkov <[EMAIL PROTECTED]> wrote: >> >>> Hello All! >>> Does anybody tried to use linuxbios and LB-tools on non-x86 platforms? >>> There are some issues we need to fir e

Re: [LinuxBIOS] Flashrom and superiotool on non-x86 platforms?

2007-10-22 Thread Stefan Reinauer
* ron minnich <[EMAIL PROTECTED]> [071022 17:37]: > On 10/21/07, Peter Lemenkov <[EMAIL PROTECTED]> wrote: > > Hello All! > > Does anybody tried to use linuxbios and LB-tools on non-x86 platforms? > > There are some issues we need to fir even for compilation (not for > > successful usage). > > > >

Re: [LinuxBIOS] Flashrom and superiotool on non-x86 platforms?

2007-10-22 Thread ron minnich
On 10/21/07, Peter Lemenkov <[EMAIL PROTECTED]> wrote: > Hello All! > Does anybody tried to use linuxbios and LB-tools on non-x86 platforms? > There are some issues we need to fir even for compilation (not for > successful usage). > > One thing I found so far is excessive usage of non-portable inb/

[LinuxBIOS] Flashrom and superiotool on non-x86 platforms?

2007-10-21 Thread Peter Lemenkov
Hello All! Does anybody tried to use linuxbios and LB-tools on non-x86 platforms? There are some issues we need to fir even for compilation (not for successful usage). One thing I found so far is excessive usage of non-portable inb/outb macros. For instance - inb may be emulated as folliwing: +un