a061928d83
Note that devices are defined in the IP2x configuration file; the IP12 is 99.5% the same as the IP20/22/24. Indeed, the only reason to have a separate config file for IP12 is to sort out the MIPS1/MIPS3 locore bits. To that end, the wrappers include the IP2x GENERIC config, undefine a few directives, and define the appropriate bits for IP12.
20 lines
505 B
Plaintext
20 lines
505 B
Plaintext
#
|
|
# sgimips GENERIC kernel for IP12
|
|
#
|
|
# The IP12 is very, very similar to the IP2x, with one important difference:
|
|
# it is MIPS1. This means that we cannot produce a kernel that works on both
|
|
# architectures.
|
|
#
|
|
# To keep things simple, include the IP2x kernel config and "no option" the
|
|
# offending bits.
|
|
|
|
# Pull in standard `install' config
|
|
include "arch/sgimips/conf/GENERIC32_IP2x"
|
|
|
|
no options MIPS3
|
|
options MIPS1
|
|
no options INDY_R4600_CACHE
|
|
|
|
no makeoptions TEXTADDR
|
|
makeoptions TEXTADDR=0x80002000
|