[coreboot] Compaq Ipaq Intel 810E Vendor ID missmatch

2009-08-30 Thread Christian Sühs
Hello, I try to get run coreboot on a Compaq Ipaq PIII Pro Board. The board comes with a 810E Intel Chipset, SMC SuperIO, NIC and AUDIO onBoard. Also VGA is integrated to the chipset and provides 4MB graphics memory, which is soldered (not shared with system memory) near the 810E. Currently there

Re: [coreboot] Compaq Ipaq Intel 810E Vendor ID missmatch

2009-08-31 Thread Christian Sühs
Sorry, now I have understand the Patch for varios Intel Based Boards. // return NULL; OK, VGA comes up, but the system is very slow with activated device 1.0 is there any different between shared memory or onboard memory for configuration the chipset. any hints. Chris -- coreboot mailing l

[coreboot] Could not find a bounce buffer... Payload not loaded. Intel 440BX/LX Board

2024-09-10 Thread Christian Sühs
Hello List, I have a problem with an older motherboard from MSI. It is the MS-6159. I'm working with Coreboot version 4.1 Problem is that I get an error and I don't know exactly if it's because the RAM wasn't initialized properly or if there's some other problem. Unfortunately, the board has a

[coreboot] Re: Could not find a bounce buffer... Payload not loaded. Intel 440BX/LX Board

2024-09-10 Thread Christian Sühs
Am 10.09.2024 um 19:50 schrieb Nico Huber via coreboot: Hi Christian, Hi Nico, this doesn't look good: DOMAIN: missing read_resources Oh, I didn't even notice that. Until today I tried to rewrite the i440LX code and then I realized that I could also use the i440BX code. Until then

[coreboot] Re: Could not find a bounce buffer... Payload not loaded. Intel 440BX/LX Board

2024-09-22 Thread Christian Sühs
Am 13.09.2024 um 07:11 schrieb Branden Waldner: Hi Christian, Hi Branden, sorry for replying so late. Both Keith Hei and I [Branden] have 440BX boards that still run up-to-date/recent coreboot (though they do need a bit of work). I tried the current Coreboot version and initially failed. Bot