Up to [cvs.NetBSD.org] / src / sys / arch / evbppc / dht
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Sat May 7 04:12:54 2022 UTC (8 months, 3 weeks ago) by rin
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Instead of hard-coding SPR# for CCR0, define SPR_CCR0 in <powerpc/spr.h> and use it. Idea from uwe@, thanks! (and sorry for delayed response!)
Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 20 18:56:01 2022 UTC (11 months, 1 week ago) by christos
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Convert assembly to something both gcc and clang understand.
Revision 1.1.4.2 / (download) - annotate - [select for diffs], Sat Apr 3 22:28:24 2021 UTC (21 months, 4 weeks ago) by thorpej
Branch: thorpej-futex
Changes since 1.1.4.1: +193 -0
lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Sync with HEAD.
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Sat Apr 3 21:44:43 2021 UTC (21 months, 4 weeks ago) by thorpej
Branch: thorpej-cfargs
Changes since 1.1.2.1: +193 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Sync with HEAD.
Revision 1.1.4.1, Fri Apr 2 07:00:33 2021 UTC (22 months ago) by thorpej
Branch: thorpej-futex
Changes since 1.1: +0 -193
lines
FILE REMOVED
file locore.S was added on branch thorpej-futex on 2021-04-03 22:28:24 +0000
Revision 1.1.2.1, Fri Apr 2 07:00:33 2021 UTC (22 months ago) by thorpej
Branch: thorpej-cfargs
Changes since 1.1: +0 -193
lines
FILE REMOVED
file locore.S was added on branch thorpej-cfargs on 2021-04-03 21:44:43 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Fri Apr 2 07:00:33 2021 UTC (22 months ago) by rin
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: thorpej-futex,
thorpej-cfargs
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!