- ldscripb.lb remove another $Id: line..
- romcc_io.h Add include guards. - hdama/Config nothing really but I have been moving the setting back and forth between 1 and 2 cpus - auto.c Changed the enabled debugging comments. This almost works with 2 cpus - coherent_ht.c First pass at getting this right. It can now find 2 cpus and place them in some semblance of a working state. - raminit.c Fix problems with 4GB of ram. Disable some of the debugging code. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@965 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
61b29a9b72
commit
91a8ce7d80
4 changed files with 685 additions and 144 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#ifndef ARCH_ROMCC_IO_H
|
||||
#define ARCH_ROMCC_IO_H 1
|
||||
|
||||
static void outb(unsigned char value, unsigned short port)
|
||||
{
|
||||
__builtin_outb(value, port);
|
||||
|
|
@ -182,3 +185,4 @@ static device_t pci_locate_device(unsigned pci_id, device_t dev)
|
|||
return PCI_DEV_INVALID;
|
||||
}
|
||||
|
||||
#endif /* ARCH_ROMCC_IO_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue