#18: autoprobe apic cluster and application processors on K8 systems ---------------------------+------------------------------------------------ Reporter: stepan | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: code | Version: v2 Keywords: | Include_gantt: 0 Dependencies: | Due_assign: DD/MM/YYYY Due_close: DD/MM/YYYY | ---------------------------+------------------------------------------------ In the config files the 19.x, 1a.x, 1b.x, 1c.x devices should be removed. In addition the apic cluster should be moved before the cpu devices. Additional CPUs and bridges can be autoprobed.
#18: autoprobe apic cluster and application processors on K8 systems ----------------------------+----------------------------------------------- Reporter: stepan | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: code | Version: v2 Resolution: | Keywords: Include_gantt: 0 | Dependencies: Due_assign: DD/MM/YYYY | Due_close: DD/MM/YYYY ----------------------------+----------------------------------------------- Comment (by stepan):
YhLu explained:
move the apic before other 1. solve the onboard vga init problem, otherwise if mtrr is inited after VGA init.. 0xa0000, can be used by VGA 2. one apic id path is enough, other will be created automatically....., So if only one cpu is installed and there will be complaint about the non-exist static device...
We may only need northbridge with SB and SB in Config.lb
YH
#18: autoprobe apic cluster and application processors on K8 systems ----------------------------+----------------------------------------------- Reporter: stepan | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: code | Version: v2 Resolution: | Keywords: Include_gantt: 0 | Dependencies: Due_assign: DD/MM/YYYY | Due_close: DD/MM/YYYY ----------------------------+----------------------------------------------- Comment (by stepan):
Ollie Lho explained: On board VGA cards do depends on these patch to work correct. By moving the apic cluster in front of other devices, the CPU cache will inited before on board VGA cards are inited. Otherwise, memory transaction will not be passed to the VGA cards.