Hi all,
The subjects says that. Compile cbmem.c instead of including it in romstage, and do that only if resume is done.
Signed-off-by: Rudolf Marek r.marek@assembler.cz
Thanks, Rudolf
Am 05.12.2010 17:57, schrieb Rudolf Marek:
[patch]
__PRE_RAM__ isn't necessary anymore because the code is only ever run after RAM is around, yes?
- printk(BIOS_WARNING, "WARNING: you need to define this for your chipset\n");
- return NULL;
Also, please specify "this" some more here - "need to define get_cbmem_toc()" maybe?
Patrick
Dne 5.12.2010 19:07, Patrick Georgi napsal(a):
Am 05.12.2010 17:57, schrieb Rudolf Marek:
[patch]
__PRE_RAM__ isn't necessary anymore because the code is only ever run after RAM is around, yes?
- printk(BIOS_WARNING, "WARNING: you need to define this for your chipset\n");
- return NULL;
Also, please specify "this" some more here - "need to define get_cbmem_toc()" maybe?
Yeah I will fix it - i will retry in the week with all those changes.
Thanks, Rudolf
Patrick
Yes I fixed the message.
Thanks, Rudolf
Am 12.12.2010 01:08, schrieb Rudolf Marek:
Yes I fixed the message.
Acked-by: Patrick Georgi patrick@georgi-clan.de