Go to file
dyoung 320845dda2 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.
2007-03-20 08:52:00 +00:00
bin s/intialized/initialized/ 2007-03-17 13:51:46 +00:00
common Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
crypto From Yves-Alexis Perez: enable monitoring of ipv6 address changes on Linux. 2007-03-15 14:12:12 +00:00
dist unbork openssl import borkage. 2007-03-07 03:18:53 +00:00
distrib While it was nice to re-add the html documentation for ntp, 2007-03-16 00:55:43 +00:00
doc Modify description of the reinoud-bufcleanup experiment branch: 2007-03-17 17:24:44 +00:00
etc For sdpd(8), change default user/group from nobody/nobody to _sdpd/_sdpd 2007-03-18 15:53:54 +00:00
games NetBSD JIHBED 2007-02-26 06:49:00 +00:00
gnu Steal code from tc-sparc.[ch] to implement a vax specific "cons" routine. 2007-03-16 22:16:12 +00:00
include -get cabs() and cabsf() out of public view - these are historical and 2007-02-22 22:08:17 +00:00
lib revert to rev1.127 for iconv(3). 2007-03-19 12:27:22 +00:00
libexec Deal with MKPICLIB != no. 2007-03-15 17:27:15 +00:00
regress - Make -DINTREE works again. 2007-03-16 01:29:40 +00:00
rescue
sbin Change mismatch of bytes 11 to 90 to be a warning, not an error, and 2007-03-19 18:30:40 +00:00
share For sdpd(8), change default user/group from nobody/nobody to _sdpd/_sdpd 2007-03-18 15:53:54 +00:00
sys Add a port to the Infineon ADM5120. 2007-03-20 08:52:00 +00:00
tools G/C some HAVE_GCC == 3 stuff 2007-03-16 08:01:05 +00:00
usr.bin When decoding ioctl commands type; do not output non printable 2007-03-19 18:51:09 +00:00
usr.sbin For sdpd(8), change default user/group from nobody/nobody to _sdpd/_sdpd 2007-03-18 15:53:54 +00:00
x11
build.sh Don't treat -m evbarm like the other arm-based platforms. Set 2007-02-19 14:20:11 +00:00
BUILDING
Makefile Add an iso_image target (iso-image as a target name doesn't play well with 2007-03-06 21:56:47 +00:00
Makefile.inc
UPDATING note src/sys/sys/{sa.h,savar.h} removal and workaround 2007-03-10 00:10:15 +00:00