Perfect thank you for this whole procedure. This is what I obtain:
My rom (with my vga bios): coreboot-4.0-5394-gba6b07e Thu Jan 30 19:48:58 CET 2014 starting... BSP Family_Model: 00610f31 cpu_init_detectedx = 00000000 agesawrapper_amdinitreset
OK. Please can you enable AGESA debug stuff. It should produce more output.
You can do that by uncommenting #define IDSOPT_IDS_ENABLED in mainboard directory OptionsIds.h file.
We dont have a menuconfig for that yet.
Thanks Rudolf
OK. Please can you enable AGESA debug stuff. It should produce more output.
You can do that by uncommenting #define IDSOPT_IDS_ENABLED in mainboard directory OptionsIds.h file.
We dont have a menuconfig for that yet.
I made it. There is in my file: grep "#define IDSOPT_IDS_ENABLED" coreboot/src/mainboard/asus/f2a85-m/OptionsIds.h #define IDSOPT_IDS_ENABLED TRUE
I get exactly the same result with this option...
I also tested the following options without success. : CONFIG_DEBUG_CBFS CONFIG_DEBUG_MALLOC CONFIG_DEBUG_ACPI CONFIG_DEBUG_SPI_FLASH
What can I do now? Thanks.
Best regards,
2014-02-04 22:36 GMT+01:00 Rudolf Marek r.marek@assembler.cz:
Perfect thank you for this whole procedure. This is what I obtain:
My rom (with my vga bios): coreboot-4.0-5394-gba6b07e Thu Jan 30 19:48:58 CET 2014 starting... BSP Family_Model: 00610f31 cpu_init_detectedx = 00000000 agesawrapper_amdinitreset
OK. Please can you enable AGESA debug stuff. It should produce more output.
You can do that by uncommenting #define IDSOPT_IDS_ENABLED in mainboard directory OptionsIds.h file.
We dont have a menuconfig for that yet.
Thanks Rudolf
The problem is that we don't have Richland AGESA code: src/vendorcode/amd/agesa/f15rl/ does, unfortunately, not exist.
Idwer