17218cb6b4
- add new option 'options BOOT_STANDALONE' boot from standalone(not WinCE application) boot loader. - add new option 'options SPEC_PLATFORM' statically specify platid in config file. In BOOT_STANDALONE case, 'options SPEC_PLATFORM=platid_mask_MACH_xxx_yyy', and add 'options SPEC_MACH_xxx'&'options SPEC_MACH_xxx_yyy'. for specify platid in config file statically' In wince boot case, 'options SPEC_PLATFORM' and add 'options SPEC_MACH_xxx'&'options SPEC_MACH_xxx_yyy' for config level size optimization. XXX: now I working in hpcmips...
19 lines
333 B
Plaintext
19 lines
333 B
Plaintext
# $NetBSD: files.hpc,v 1.3 2001/04/20 10:15:02 sato Exp $
|
|
|
|
#
|
|
# STANDALONE BOOT or BOOT from WinCE
|
|
#
|
|
defopt BOOT_STANDALONE
|
|
#
|
|
# Specified platform only?
|
|
#
|
|
defopt SPEC_PLATFORM
|
|
|
|
#
|
|
# hpc support functions
|
|
#
|
|
file arch/hpc/hpc/config_hook.c
|
|
file arch/hpc/hpc/platid.c
|
|
file arch/hpc/hpc/platid_mask.c
|
|
file arch/hpc/hpc/platid_name.c
|