1 1.1 sekiya # 2 1.1 sekiya # sgimips GENERIC kernel for IP12 3 1.1 sekiya # 4 1.1.24.1 yamt # The IP12 is very, very similar to the IP2x, with two important differences: 5 1.1.24.1 yamt # it is MIPS1 and has a different memory map. This means that while we can 6 1.1.24.1 yamt # produce a kernel that works on both CPU architectures, our start addresses 7 1.1.24.1 yamt # must differ. 8 1.1 sekiya # 9 1.1 sekiya # To keep things simple, include the IP2x kernel config and "no option" the 10 1.1 sekiya # offending bits. 11 1.1 sekiya 12 1.1 sekiya # Pull in standard `install' config 13 1.1 sekiya include "arch/sgimips/conf/GENERIC32_IP2x" 14 1.1 sekiya 15 1.1 sekiya no options MIPS3 16 1.1 sekiya options MIPS1 17 1.1 sekiya no options INDY_R4600_CACHE 18 1.1 sekiya 19 1.1 sekiya no makeoptions TEXTADDR 20 1.1 sekiya makeoptions TEXTADDR=0x80002000 21