On 4/28/07, Stefan Reinauer <stepan@coresystems.de> wrote:
* Darmawan Salihun <darmawan.salihun@gmail.com> [070428 13:33]:
> Anyway, what is the
>
> #define TS5300
>
> used for?
>
> Is it for AMD586 boards? IIRC this is AMD Elan Platform, right?


Yes. It's a specific sc520 system which has it's flash mapped to another
position. I was a bit uncertain whether to allow flash probing in that
area on non-TS5300 systems. Do you have a good idea for a runtime check?

hmm..., I'm not sure because I think that address range mostly used for PCI devices in Windows and it's dangerous to probe such range at runtime in Windows. It needs more testing though

Maybe just checking for an sc520 would be enough already.
I think so.

--Darmawan