On Thu, 1 Feb 2001 [EMAIL PROTECTED] wrote:
> - Re-organize hardwaremain.c so that it calls the mainboard_fixup() and
> mainboard_fixup calls utility functions in hardware main for most of
> the code that is currently in intel_main(). The current setup is
> awkward because it has mainboard_fixup() and then
> final_mainboard_fixup() and yet still isn't very flexible. "Inverting"
> the function calls like this will prevent endless additions of #ifdef
> so that it can be customized to the needs of any board.
sounds good, can you send an example.
> - Do the same for linuxbiosmain.c. In particular I can see the need to
> be able to choose a different kernel and/or different kernel command
> line based on some tests.
We can try this.
> - Do the fixed mtrr tables in a manner similar to the irq routing tables
> so that we can have mtrr tables for each board type.
good idea!
ron