After this has been brought up many times before, rename src/arch/i386 to
src/arch/x86. Signed-off-by: Stefan Reinauer <stepan@coreboot.org> Acked-by: Patrick Georgi <patrick@georgi-clan.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6161 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
198cb96387
commit
8677a23d5b
117 changed files with 82 additions and 82 deletions
|
|
@ -37,7 +37,7 @@ static inline int spd_read_byte(unsigned device, unsigned address)
|
|||
#include "northbridge/intel/e7520/raminit.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
#include "debug.c"
|
||||
#include "arch/i386/lib/stages.c"
|
||||
#include "arch/x86/lib/stages.c"
|
||||
|
||||
static void main(unsigned long bist)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ static inline int spd_read_byte(u16 device, u8 address)
|
|||
#include "northbridge/intel/i3100/raminit.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
#if 0 /* skip_romstage doesn't compile with gcc */
|
||||
#include "arch/i386/lib/stages.c"
|
||||
#include "arch/x86/lib/stages.c"
|
||||
#endif
|
||||
|
||||
void main(unsigned long bist)
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ static inline int spd_read_byte(u16 device, u8 address)
|
|||
#include "northbridge/intel/i3100/raminit_ep80579.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
#include "../../intel/jarrell/debug.c"
|
||||
#include "arch/i386/lib/stages.c"
|
||||
#include "arch/x86/lib/stages.c"
|
||||
|
||||
#define SERIAL_DEV PNP_DEV(0x4e, I3100_SP1)
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ const struct irq_routing_table intel_irq_routing_table = {
|
|||
0xB1, // Checksum of the entire structure (causes 8-bit sum == 0)
|
||||
{
|
||||
// NOTE: For 82801, a nonzero link value is a pointer to a PIRQ[n]_ROUT register in PCI configuration space
|
||||
// This was determined from linux-2.6.11/arch/i386/pci/irq.c
|
||||
// This was determined from linux-2.6.11/arch/x86/pci/irq.c
|
||||
// bitmap of 0xdcf8 == routable to IRQ3-IRQ7, IRQ10-IRQ12, or IRQ14-IRQ15
|
||||
// ICH-3 doesn't allow SERIRQ or PCI message to generate IRQ0, IRQ2, IRQ8, or IRQ13
|
||||
// Not sure why IRQ9 isn't routable (inherited from Tyan S2735)
|
||||
|
|
|
|||
Loading…
Reference in a new issue