533071c4dd
All porting work was done by TOYOKURA Atsushi, with several minor adjustments for integration by me and nonaka@. His SL-C700 first running NetBSD/zaurus was demonstrated on NetBSD booth at Open Source Canference 2011 Tokyo/Fall: http://www.NetBSD.org/gallery/events.html#opensourceconf2011-tokyofall Note GENERIC kernel works on SL-C750/760/860 (and C1000/3x00) but for now SL-C700 requires its own kernel with special KERNEL_BASE_PHYS address due to zbsdmod.o loader restriction (probably caused its small 32MB RAM).
19 lines
362 B
Plaintext
19 lines
362 B
Plaintext
# $NetBSD: C700,v 1.1 2012/01/29 10:12:41 tsutsui Exp $
|
|
#
|
|
# kernel config file for SL-C700
|
|
#
|
|
|
|
include "arch/zaurus/conf/GENERIC"
|
|
|
|
no options CPU_XSCALE_PXA270
|
|
|
|
no makeoptions KERNEL_BASE_PHYS
|
|
makeoptions KERNEL_BASE_PHYS="0xa0400000"
|
|
no makeoptions LOADADDRESS
|
|
makeoptions LOADADDRESS="0xc0400000"
|
|
|
|
no scoop1 at pxaip?
|
|
|
|
no lcd0 at pxaip?
|
|
no wsdisplay* at lcd?
|