History log of /netbsd-src/sys/arch/hpcmips/stand/lcboot/Makefile (Results 1 – 13 of 13)
Revision Date Author Comments
# cb5e99c6 08-Apr-2017 christos <christos@NetBSD.org>

centralize vers.c building for standalone programs.


# e09b106b 21-Aug-2013 matt <matt@NetBSD.org>

Use <bsd.klinks.mk>


# 3c550524 22-Jan-2011 joerg <joerg@NetBSD.org>

Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
disabled by -D) from the output of newvers_stand.sh. Change -D to the
inverted logic, so that it adds the date to bootprog_re

Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
disabled by -D) from the output of newvers_stand.sh. Change -D to the
inverted logic, so that it adds the date to bootprog_rev in ().

Change all platforms accordingly. -D is added if MKREPRO is not yes and
wasn't present before. Platforms that didn't use -D don't depend on
MKREPRO now either.

show more ...


# 19b23810 21-Jan-2011 joerg <joerg@NetBSD.org>

Switch remaining platforms to modern CPP for assembler.


# 475665f3 02-Jun-2006 mrg <mrg@NetBSD.org>

remove GCC2 support


# 0db1500b 07-Apr-2006 mrg <mrg@NetBSD.org>

retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# f85d2d1c 26-Oct-2003 lukem <lukem@NetBSD.org>

Use ${HOST_SH} instead of `sh'.

If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.


# 1a086c6b 27-Aug-2003 mrg <mrg@NetBSD.org>

introduce an additional switch to enable building GCC3 instead of GCC2:
HAVE_GCC3. if this is set, we also set USE_TOOLS_TOOLCHAIN=no. change
the definition of the former to be restricted to whethe

introduce an additional switch to enable building GCC3 instead of GCC2:
HAVE_GCC3. if this is set, we also set USE_TOOLS_TOOLCHAIN=no. change
the definition of the former to be restricted to whether tools/toolchain
is used or not.

show more ...


# 8f53455c 09-Aug-2003 igy <igy@NetBSD.org>

netboot support


# a25b9da0 26-Jul-2003 mrg <mrg@NetBSD.org>

don't need -mno-half-pic with gcc3


# 1625aa91 24-Jun-2003 igy <igy@NetBSD.org>

remove LIBSA_SINGLE_DEVICE and LIBSA_SINGLE_FILESYSTEM


# f8bc0014 01-May-2003 igy <igy@NetBSD.org>

Support for Laser5's L-Card+ Embedded CPU Board
===============================================

This code enables NetBSD to support for NEC VR4181 CPU and some
devices on L-Card+ board.

NEC VR4181

Support for Laser5's L-Card+ Embedded CPU Board
===============================================

This code enables NetBSD to support for NEC VR4181 CPU and some
devices on L-Card+ board.

NEC VR4181
----------

NEC VR4181 is a embedded CPU which has MIPS processor core and
integrated I/O devices within a package. The basic architecture of
VR4181 is similar to other VR41xx family CPU. Some integrated devices
are compatible to another VR41xx series CPU and some are not.

VR4181 has integrated devices listed bellow:

- Two of 16550 compatible UART
- Compact Flash controller
- ISA bus controller
- Audio CODEC
- A/D converters
- LCD driver
- Touch panel controller
- General purpose I/O


L-Card+ Embedded CPU Board
--------------------------

L-Card+ is name card sized CPU board for embedded system. It is soled
by Laser5 (http://www.laser5.co.jp/) with Linux installed.

L-Card+ has following devices:

- 16Mbyte flash memory (Intel 28F128)
- 16Mbyte SDRAM
- CS8900A Ethernet controller and RJ45 port
- RS232C line driver and external connector
- Compact Flash socket
- A pair of Mezzanine connector for extension board
- Some on-board LEDs


Current Feature of This Code
----------------------------

Following devices are supported:

- UART (used for console)
- wi on Compact Flash socket
- cs (CS8900A)
- Flash memory (Intel 28F128 and Fujitsu MBM29LV160)
- Audio Coder (limited support)

--
Naoto Shimazaki

show more ...