Idwer Vollering writes:
Done.
Thanks for attaching the log for me.
Some recent commits to coreboot master seems to have solved my problem with the pci scan hang. Now I don't have to hack around it any more. However it still freezes after it's done (?) loading seabios.
I have uploaded my changes to https://github.com/DarkDefender/coreboot if anyone want's to look at them. I've tried to enable more debugging options in the "OptionsIds.h" for AGESA but it doesn't seem to do anything.
The asserts are triggered druing boot are still the same as before. I've tried to look at it but I didn't really understand what I should change to solve them.
I've made some more progress in this matter. I got rid of more coreboot log errors and warning messages. I also managed to get rid off most of the warnings the linux kernel prints when it boots. However it seems like the linux kernel can't mount the sata drives. It fails with "ata1: softreset failed (1st FIS failed)" please look at the attached logs for more info.
I find it really strange that it fails because I can use grub2 to browse the and read the sata drives without any problem.
It seems like I'm really close in getting this to work so I would be really happy if any of you guys could help me out. I don't know what I can do to fix this.
I've attached three log files coreboot_log.txt is just the coreboot log, kernel_log.txt is the what the kernel prints when it boot with my coreboot rom and kernel_vanilla.txt is with the original bios image.