- First stab at getting the ppc ports building and working.
- The sandpointx3+altimus has been consolidated into one directory for now. - Added support for having different versions of the pci access functions on a per bus basis if needed. Hopefully I have not broken something inadvertently. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1786 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -301,7 +301,8 @@ void initialize_cpus(struct bus *cpu_bus)
|
||||
cpu_path.u.apic.apic_id = lapicid();
|
||||
#else
|
||||
/* Get the device path of the boot cpu */
|
||||
cpu_path.type = DEVICE_PATH_DEFAULT_CPU;
|
||||
cpu_path.type = DEVICE_PATH_CPU;
|
||||
cpu_path.u.cpu.id = 0;
|
||||
#endif
|
||||
|
||||
/* Find the device structure for the boot cpu */
|
||||
|
Reference in New Issue
Block a user