* Peter Stuge peter@stuge.se [070628 01:01]:
- cs5536_early_setup();
- /* NOTE: must do this AFTER the early_setup!
* it is counting on some early MSR setup
* for cs5536
*/
- cs5536_disable_internal_uart();
Shouldn't it go into _early_setup() then?
- w83627hf_enable_serial(0x2e, 0x30, 0x3f8);
"Magic" values - shouldn't at least 0x3f8 be a CONFIG_ value?
Yeah all these should be deleted from initram. nothing to do with initram. auto.c heritage!!
- /* Switch from Cache as RAM to real RAM */
- printk(BIOS_SPEW, "Before wbinvd\n");
- __asm__("wbinvd\n");
- printk(BIOS_SPEW, "After wbinvd\n");
Isn't there already a function for disabling CAR?
//Peter
-- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios