I'd like to understand the v2 code for the Tyan s289{1,2,5} boards. As part of that I fixed some whitespace. It was committed in 3583.
Here's a list of my questions so far (I'm trying to understand differences)
auto.c:
Why does s2895 include arch/cpu.h and amd/model_fxx/model_fxx_msr.h Why does s2895 not define K8_HT_FREQ_1G_SUPPORT Why does s2892 have report_bist_failure commented out
cache_as_ram_auto.c:
Why does s2892 have the soft_reset commented out, but still print ht_reset Why does s2892 not get the return value
Options.lb: Why is _RAMBASE different for s2895 (0x100000) than s2892 and s2891 (0x4000) Why does s2891 use CONFIG_PCI_64BIT_PREF_MEM=1, but 2 and 5 don't
These three lines are missing from s2892: default ENABLE_APIC_EXT_ID=0 default APIC_ID_OFFSET=0x10 default LIFT_BSP_APIC_ID=0
failover.c: Only s2891 passes nodeid to early_mtrr_init_detected Only s2895 doesn't call enable_lapic()
irq_tables.c: All the #if 0 code, is it needed for documentation?
Thanks, Myles