| History log of /src/sys/arch/evbmips/conf/files.evbmips |
| Revision | | Date | Author | Comments |
| 1.8 |
| 27-Dec-2019 |
msaitoh | s/suport/support/
|
| 1.7 |
| 27-Aug-2011 |
bouyer | branches: 1.7.54; Add pmon (firmware used by loongson2-based systems and maybe others) support, from OpenBSD. This includes code to call back pmon routines from a 64bit kernel, as well code to read pmon arguments and variables.
|
| 1.6 |
| 20-Mar-2007 |
dyoung | Add a port to the Infineon ADM5120.
Basics: the ADM5120 is a 175 MHz MIPS32 4Kc processor featuring a 6-port ethernet 10/100 switch with Auto MDI/X, a PCI controller, USB 1.1 controller, UART, watchdog timer, eight GPIO pins, and a multiport memory controller with both NOR and NAND flash support. This code supports most of the devices on the ADM5120, including the 6-port switch (each port attaches as an ethernet, admsw0 through admsw5), the PCI controller, USB controller, GPIO, watchdog, and UART.
Remaining work: the port includes no NOR/NAND flash drivers. No bootloader is included. I have only tested the PCI bus driver with the use of one PCI slot on the RouterBOARD 153. It is not possible to exploit the capabilities of the ethernet switch using bridge(4). I have only netbooted the ADM5120 on the RB153. Booting other boards, and booting from flash memory, remains to be done.
Hardware availability: many low-cost routers, including the RouterBOARD 100 series at RouterBOARD.com, use the Infineon ADM5120 processor.
Credits: Ruslan Ermilov and Vsevolod Lobko ported to the ADM5120, and they wrote device drivers for the UART, USB controller, and 10/100 switch. Matt Isaacs brought the port up-to-date with NetBSD-current, made it compile, and ran it first on the RB153. I added drivers for the PCI controller, GPIO, and watchdog timer. I produced the bus attachment for the CompactFlash slot with advice from Mikrotik technical support and from Matt Thomas.
|
| 1.5 |
| 11-Dec-2005 |
christos | branches: 1.5.26; 1.5.30; 1.5.32; 1.5.34; merge ktrace-lwp.
|
| 1.4 |
| 27-Jul-2003 |
thorpej | branches: 1.4.16; Since everyone uses clock_subr.c (or should, if they don't currently), list it in conf/files instead of in every port's files.*.
|
| 1.3 |
| 06-Sep-2002 |
gehenna | branches: 1.3.6; Merge the gehenna-devsw branch into the trunk.
This merge changes the device switch tables from static array to dynamically generated by config(8).
- All device switches is defined as a constant structure in device drivers.
- The new grammer ``device-major'' is introduced to ``files''.
device-major <prefix> char <num> [block <num>] [<rules>]
- All device major numbers must be listed up in port dependent majors.<arch> by using this grammer.
- Added the new naming convention. The name of the device switch must be <prefix>_[bc]devsw for auto-generation of device switch tables.
- The backward compatibility of loading block/character device switch by LKM framework is broken. This is necessary to convert from block/character device major to device name in runtime and vice versa.
- The restriction to assign device major by LKM is completely removed. We don't need to reserve LKM entries for dynamic loading of device switch.
- In compile time, device major numbers list is packed into the kernel and the LKM framework will refer it to assign device major number dynamically.
|
| 1.2 |
| 13-Mar-2002 |
simonb | branches: 1.2.4; 1.2.8; 1.2.10; All the mips ports had an identical procfs_machdep.c, so use a common file under arch/mips/mips.
|
| 1.1 |
| 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
| 1.2.10.2 |
| 17-Sep-2002 |
nathanw | Catch up to -current.
|
| 1.2.10.1 |
| 13-Mar-2002 |
nathanw | file files.evbmips was added on branch nathanw_sa on 2002-09-17 21:14:20 +0000
|
| 1.2.8.3 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
| 1.2.8.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.2.8.1 |
| 13-Mar-2002 |
jdolecek | file files.evbmips was added on branch kqueue on 2002-06-23 17:35:47 +0000
|
| 1.2.4.1 |
| 30-Aug-2002 |
gehenna | Add generic major list for evbmips. It's shared with alchemy and malta.
|
| 1.3.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.3.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.3.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.4.16.1 |
| 03-Sep-2007 |
yamt | sync with head.
|
| 1.5.34.1 |
| 29-Mar-2007 |
reinoud | Pullup to -current
|
| 1.5.32.1 |
| 11-Jul-2007 |
mjf | Sync with head.
|
| 1.5.30.1 |
| 10-Apr-2007 |
ad | Sync with head.
|
| 1.5.26.1 |
| 24-Mar-2007 |
yamt | sync with head.
|
| 1.7.54.1 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|