Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   rin
Date:           Fri Apr  2 07:00:33 UTC 2021

Modified Files:
        src/doc: CHANGES
Added Files:
        src/sys/arch/evbppc/conf: DHT Makefile.dht.inc files.dht std.dht
        src/sys/arch/evbppc/dht: autoconf.c locore.S machdep.c
        src/sys/arch/evbppc/include: dht.h

Log Message:
evbppc: Add support for DHT Walnut 405GP evaluation board.
(Digital Home Technologies PCB 01070201 Rev. 1.1)

Official web page seems gone, but analyses by Linux people are at:

- https://elinux.org/DHT-Walnut
- http://web.archive.org/web/20070225171826/http://supernova.stanford.edu/dingdong/

The board features:

- 266MHz PowerPC 405GP processor
- one PC133 SDRAM slot
- two 32-bit 5V PCI slot
- on-chip ethernet controller with DP83843 PHY
- on-chip serial port / GPIO controller
- on-board PDC20265 IDE controller

Hardware limitations:

- no MAC address assigned
- no RTC present

Known problem:

- atabus(4) channels cannot be attached to pdcide(4) for cold boot

dmesg:

- https://dmesgd.nycbug.org/index.cgi?do=view&id=5997

Have fun!


To generate a diff of this commit:
cvs rdiff -u -r1.2788 -r1.2789 src/doc/CHANGES
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbppc/conf/DHT \
    src/sys/arch/evbppc/conf/Makefile.dht.inc \
    src/sys/arch/evbppc/conf/files.dht src/sys/arch/evbppc/conf/std.dht
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbppc/dht/autoconf.c \
    src/sys/arch/evbppc/dht/locore.S src/sys/arch/evbppc/dht/machdep.c
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbppc/include/dht.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index