-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 24538 b: refs/heads/master c: c471307 h: refs/heads/master v: v3
- Loading branch information
Lennert Buytenhek
authored and
Russell King
committed
Mar 28, 2006
1 parent
55547ed
commit c31101d
Showing
26 changed files
with
2,255 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: e9937d4b0a9382c4c78411d1c53e62be396ee9a9 | ||
refs/heads/master: c4713074375c61f939310b04e92090afe29810dc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
if ARCH_IXP23XX | ||
|
||
config ARCH_SUPPORTS_BIG_ENDIAN | ||
bool | ||
default y | ||
|
||
menu "Intel IXP23xx Implementation Options" | ||
|
||
comment "IXP23xx Platforms" | ||
|
||
config MACH_ESPRESSO | ||
bool "Support IP Fabrics Double Espresso platform" | ||
help | ||
|
||
config MACH_IXDP2351 | ||
bool "Support Intel IXDP2351 platform" | ||
help | ||
|
||
config MACH_ROADRUNNER | ||
bool "Support ADI RoadRunner platform" | ||
help | ||
|
||
endmenu | ||
|
||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# | ||
# Makefile for the linux kernel. | ||
# | ||
obj-y := core.o pci.o | ||
obj-m := | ||
obj-n := | ||
obj- := | ||
|
||
obj-$(CONFIG_MACH_ESPRESSO) += espresso.o | ||
obj-$(CONFIG_MACH_IXDP2351) += ixdp2351.o | ||
obj-$(CONFIG_MACH_ROADRUNNER) += roadrunner.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
zreladdr-y := 0x00008000 | ||
params_phys-y := 0x00000100 |
Oops, something went wrong.