I was thinking to share with you all my work up to date on this little Intel beast, so here we go:
The DSDT I made is based on Macmini1,1 one, I "adjust" it for this board.
Starting with what dosen't work:
- Audio using AppleHDA, I did all I can to fix it, however except from system profiler/preferences info, jack detect(LOL) and stuff no sound came out or in, still have no clue why is not working, you will find in the attachment a dummy.kext for it, also it is enabled in DSDT, if someone has any idea to go beyond be my guest, anyway sound do work using VoodooHDA, check on this forum on Slice updated one.
- Wake from sleep on 64 bit mode, I suspect is Apple fault(driver)
- As you all know Apple removed support for Atom CPU, so I use Teateam 32/64 bit patched kernel, you can also use Meklort modified bootloader, but works only on 32 bit and also change resolution on boot screen..., keep an eye on it for later updates. Current I use Chameleon RC4 updated with restart fix, also in attachment.
Rest all works, in DSDT you will find GFX injection, please change "AAPL00,Width" and "AAPL00,Height" to match your screen resolution, current is set to 1920*1200(my display):
QUOTE
"AAPL00,Width",
Buffer (0x04)
{
0x80, 0x07, 0x00, 0x00
},
Buffer (0x04)
{
0x80, 0x07, 0x00, 0x00
},
0x80, 0x07, 0x00, 0x00=0x00000780 Hex to Decimal=1920
QUOTE
"AAPL00,Height",
Buffer (0x04)
{
0xB0, 0x04, 0x00, 0x00
},
Buffer (0x04)
{
0xB0, 0x04, 0x00, 0x00
},
0xB0, 0x04, 0x00, 0x00=0x000004B0 Hex to Decimal=1200
For those who need boot CD, they can use my files with BootCDMaker
Due to some circumstances I have to sell this board, so it will be no more updates from me, feel free to ask me on what I did, or go beyond with development.
Files to use with this board:Click to view attachment
Enjoy and Marry Xmas!