Hi All,
I was facing difficulty in enabling 0xE0000 & 0xF0000 segment on intel atom e6xx processor.
As per guide (atom e6xx minimum boot requirements) in table 15 it was mentioned that the segment can be enabled by setting bit 1 & 2 of port 0 reg offset 3. I tried but it failed.
I needed it to execute seabios successfully.
By trial & error I found that instead of port 0 if I tried setting the bits in port 2 offset 3 , it served my purpose completely.( I think its wrongly documented in the guide I was refering)
Now I'm able to execute seabios.
- N Solanki