CVS log for src/sys/arch/arm/allwinner/Attic/files.awin
Up to [cvs.NetBSD.org] / src / sys / arch / arm / allwinner
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.37.8.1
Mon Apr 16 01:59:52 2018 UTC (6 years, 10 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
FILE REMOVED
Changes since revision 1.37: +1 -1
lines
Sync with HEAD, resolve some conflicts
Revision 1.38
Sun Apr 8 13:19:17 2018 UTC (6 years, 10 months ago) by jmcneill
Branches: MAIN
CVS tags: thorpej-futex-base,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
isaki-audio2-base,
isaki-audio2,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache,
HEAD
FILE REMOVED
Changes since revision 1.37: +1 -1
lines
Remove old Allwinner port.
Revision 1.8.12.3: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:35:51 2017 UTC (7 years, 2 months ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.8.12.2: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.12.2: +92 -6
lines
update from HEAD
Revision 1.26.2.7: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:51:29 2017 UTC (7 years, 5 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.26.2.6: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.2.6: +6 -1
lines
Sync with HEAD
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat May 27 21:02:55 2017 UTC (7 years, 8 months ago) by bouyer
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
pgoyette-compat-base,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek
Branch point for: pgoyette-compat
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +6 -1
lines
merge the bouyer-socketcan branch to HEAD.
CAN stands for Controller Area Network, a broadcast network used
in automation and automotive fields. For example, the NMEA2000 standard
developped for marine devices uses a CAN network as the link layer.
This is an implementation of the linux socketcan API:
https://www.kernel.org/doc/Documentation/networking/can.txt
you can also see can(4).
This adds a new socket family (AF_CAN) and protocol (PF_CAN),
as well as the canconfig(8) utility, used to set timing parameter of
CAN hardware. Also inclued is a driver for the CAN controller
found in the allwinner A20 SoC (I tested it with an Olimex lime2 board,
connected with PIC18-based CAN devices).
There is also the canloop(4) pseudo-device, which allows to use
the socketcan API without CAN hardware.
At this time the CANFD part of the linux socketcan API is not implemented.
Error frames are not implemented either. But I could get the cansend and
canreceive utilities from the canutils package to build and run with minimal
changes. tcpudmp(8) can also be used to record frames, which can be
decoded with etherreal.
Revision 1.36.4.1: download - view: text, markup, annotated - select for diffs
Tue Apr 18 21:30:38 2017 UTC (7 years, 10 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +6 -1
lines
First draft of a driver for the CAN controller found in the
Allwinner A20 SoC.
Revision 1.8.10.5: download - view: text, markup, annotated - select for diffs
Wed Jun 22 08:26:05 2016 UTC (8 years, 7 months ago) by snj
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1
Diff to: previous 1.8.10.4: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.10.4: +2 -2
lines
Pull up following revision(s) (requested by bouyer in ticket #1178):
sys/arch/arm/allwinner/files.awin: revision 1.36
sys/conf/files: revision 1.1159
sys/dev/ic/com.c: revision 1.339
sys/dev/ic/comreg.h: revision 1.25
sys/dev/ic/comvar.h: revision 1.82
sys/dev/ic/ns16550reg.h: revision 1.11
The UART in the allwiner SoCs is not full-compatible with the 16550, and
it's not a 16750 either. Like the 16750 it has the IIR_BUSY interrupt,
which is triggered when writing to LCR while the chip
can't accept it. But unlike the 16750, it has a specific register,
HALT, to allow writing to the LCR and divisor registers, and then
commit the changes.
Tested on an A20 SoC, changing the baud rate while keeping the
tty device open and incoming data.
Revision 1.26.2.6: download - view: text, markup, annotated - select for diffs
Sun May 29 08:44:16 2016 UTC (8 years, 8 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.26.2.5: preferred, colored; branchpoint 1.26: preferred, colored
Changes since revision 1.26.2.5: +7 -2
lines
Sync with HEAD
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri May 27 20:01:49 2016 UTC (8 years, 8 months ago) by bouyer
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
localcount-20160914,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2
lines
The UART in the allwiner SoCs is not full-compatible with the 16550, and
it's not a 16750 either. Like the 16750 it has the IIR_BUSY interrupt,
which is triggered when writing to LCR while the chip
can't accept it. But unlike the 16750, it has a specific register,
HALT, to allow writing to the LCR and divisor registers, and then
commit the changes.
Tested on an A20 SoC, changing the baud rate while keeping the
tty device open and incoming data.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Apr 25 20:15:46 2016 UTC (8 years, 9 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +6 -1
lines
Add a driver for the lradc device found in allwinner SoCs.
The events are reported as hotkeys press/release to sysmon_power(9).
The levels and associated event names are configured in the fex script
(the channels remain disabled if no appropriate fex script is provided).
Revision 1.26.2.5: download - view: text, markup, annotated - select for diffs
Sat Mar 19 11:29:55 2016 UTC (8 years, 11 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.26.2.4: preferred, colored; branchpoint 1.26: preferred, colored
Changes since revision 1.26.2.4: +6 -1
lines
Sync with HEAD
Revision 1.26.2.4: download - view: text, markup, annotated - select for diffs
Sun Dec 27 12:09:29 2015 UTC (9 years, 1 month ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.26.2.3: preferred, colored; branchpoint 1.26: preferred, colored
Changes since revision 1.26.2.3: +2 -2
lines
Sync with HEAD (as of 26th Dec)
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Dec 26 16:56:41 2015 UTC (9 years, 1 month ago) by macallan
Branches: MAIN
CVS tags: nick-nhusb-base-20160422,
nick-nhusb-base-20160319
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +6 -1
lines
driver for cubietruck's VGA port. Not quite finished but enough to be useful
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Nov 22 17:50:48 2015 UTC (9 years, 2 months ago) by aymeric
Branches: MAIN
CVS tags: nick-nhusb-base-20151226
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2
lines
do not fail if no awintcon is present so that ALLWINNER_A80 compiles again
Revision 1.26.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 22 12:05:36 2015 UTC (9 years, 4 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.26.2.2: preferred, colored; branchpoint 1.26: preferred, colored
Changes since revision 1.26.2.2: +2 -2
lines
Sync with HEAD
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Jul 25 15:19:54 2015 UTC (9 years, 6 months ago) by jmcneill
Branches: MAIN
CVS tags: nick-nhusb-base-20150921
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2
lines
For DDC, we don't have a real I2C bus, but instead read an EDID block at
a time. Read the blocks ourselves instead of pulling in ddc_read_edid.
Revision 1.26.2.2: download - view: text, markup, annotated - select for diffs
Sat Jun 6 14:39:54 2015 UTC (9 years, 8 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.26.2.1: preferred, colored; branchpoint 1.26: preferred, colored
Changes since revision 1.26.2.1: +6 -6
lines
Sync with HEAD
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Apr 20 01:33:22 2015 UTC (9 years, 10 months ago) by matt
Branches: MAIN
CVS tags: nick-nhusb-base-20150606
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2
lines
Switch to armv7_generic bus_space.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Apr 19 21:25:19 2015 UTC (9 years, 10 months ago) by matt
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +5 -5
lines
Let the ALLWINNER_Axx define the CPU they use
Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 6 15:17:51 2015 UTC (9 years, 10 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +8 -2
lines
Sync with HEAD
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Dec 21 17:40:59 2014 UTC (10 years, 1 month ago) by jmcneill
Branches: MAIN
CVS tags: nick-nhusb-base-20150406
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -1
lines
add support for re-using a display mode setup by the bootloader
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Dec 5 18:54:35 2014 UTC (10 years, 2 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2
lines
A80 DMA controller support
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Dec 4 11:16:38 2014 UTC (10 years, 2 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -1
lines
Add awinmp(4) glue.
It won't compile (uses nonexistent ioctls) but adding this for posterity.
In my testing, 2D accel for solid fill and copy is considerably slower than
with software rendering, so no sense in turning this on.
Revision 1.8.10.4: download - view: text, markup, annotated - select for diffs
Sun Nov 23 13:07:04 2014 UTC (10 years, 2 months ago) by martin
Branches: netbsd-7
CVS tags: netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0
Diff to: previous 1.8.10.3: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.10.3: +2 -2
lines
Pull up following revision(s) (requested by jmcneill in ticket #249):
sys/modules/pad/Makefile: revision 1.2
sys/arch/arm/allwinner/awin_hdmiaudio.c: revision 1.5
sys/dev/pad/pad.c: revision 1.22
sys/dev/pad/padvol.c: file removal
sys/dev/pad/files.pad: revision 1.5
sys/dev/auvolconv.c: revision 1.1
sys/dev/pad/padvol.h: file removal
sys/dev/audio.c: revision 1.266
sys/dev/files.audio: revision 1.3 (via patch: sys/conf/files)
sys/dev/auvolconv.h: revision 1.1
sys/dev/pad/padvar.h: revision 1.5
sys/dev/audio_if.h: revision 1.70
sys/arch/arm/allwinner/files.awin: revision 1.26
Add common audio converters for software volume control. Only supports
slinear16_le and slinear16_be for now.
Convert pad(4) and awin_hdmiaudio to use the new converters.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Nov 18 01:53:53 2014 UTC (10 years, 3 months ago) by jmcneill
Branches: MAIN
CVS tags: nick-nhusb-base
Branch point for: nick-nhusb
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2
lines
add software volume controls
Revision 1.8.10.3: download - view: text, markup, annotated - select for diffs
Fri Nov 14 13:37:39 2014 UTC (10 years, 3 months ago) by martin
Branches: netbsd-7
Diff to: previous 1.8.10.2: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.10.2: +7 -2
lines
Pull up following revision(s) (requested by jmcneill in ticket #214):
sys/arch/evbarm/conf/BPI: revision 1.11
sys/arch/arm/allwinner/awin_hdmi.c: revision 1.10
sys/arch/arm/allwinner/awin_hdmiaudio.c: revision 1.1
sys/arch/arm/allwinner/awin_hdmiaudio.c: revision 1.2
sys/arch/arm/allwinner/awin_hdmiaudio.c: revision 1.3
sys/arch/evbarm/conf/CUBIEBOARD: revision 1.34
sys/arch/arm/allwinner/awin_io.c: revision 1.28
sys/arch/arm/allwinner/awin_reg.h: revision 1.48
sys/arch/arm/allwinner/awin_debe.c: revision 1.5
sys/arch/arm/allwinner/awin_dma_a10.c: revision 1.3
sys/arch/evbarm/conf/HUMMINGBIRD_A31: revision 1.19
sys/arch/arm/allwinner/files.awin: revision 1.24
sys/arch/arm/allwinner/awin_board.c: revision 1.28
sys/arch/arm/allwinner/awin_hdmi.c: revision 1.7
sys/arch/arm/allwinner/awin_hdmi.c: revision 1.8
HDMI audio driver for Allwinner boards.
Revision 1.8.10.2: download - view: text, markup, annotated - select for diffs
Fri Nov 14 13:26:46 2014 UTC (10 years, 3 months ago) by martin
Branches: netbsd-7
Diff to: previous 1.8.10.1: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.10.1: +20 -2
lines
Pull up following revision(s) (requested by jmcneill in ticket #210):
sys/arch/arm/allwinner/awin_board.c: revisions 1.26-1.27
sys/arch/arm/allwinner/awin_debe.c: revisions 1.1-1.6
sys/arch/arm/allwinner/awin_fb.c: revisions 1.1-1.4
sys/arch/arm/allwinner/awin_hdmi.c: revisions 1.3-1.6,1.9-1.12
sys/arch/arm/allwinner/awin_io.c: revision 1.27
sys/arch/arm/allwinner/awin_reg.h: revisions 1.46-1.47,1.49
sys/arch/arm/allwinner/awin_tcon.c: revisions 1.1-1.5
sys/arch/arm/allwinner/awin_var.h: revisions 1.20-1.22
sys/arch/arm/allwinner/files.awin: revisions 1.22-1.23,1.25
sys/arch/evbarm/awin/awin_machdep.c: revision 1.26
sys/arch/evbarm/conf/BPI: revision 1.10
sys/arch/evbarm/conf/CUBIEBOARD: revision 1.32
sys/arch/evbarm/conf/HUMMINGBIRD_A31: revisions 1.17-1.18
sys/dev/wscons/wsconsio.h: revision 1.109
HDMI framebuffer for Allwinner boards.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Nov 11 19:22:32 2014 UTC (10 years, 3 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +5 -1
lines
defflag AWIN_HDMI_DEBUG, AWIN_TCON_DEBUG, AWIN_DEBE_DEBUG, and defparam AWIN_DEBE_VIDEOMEM
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Nov 11 17:00:59 2014 UTC (10 years, 3 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +7 -2
lines
add HDMI audio driver
Revision 1.8.10.1: download - view: text, markup, annotated - select for diffs
Sun Nov 9 14:42:33 2014 UTC (10 years, 3 months ago) by martin
Branches: netbsd-7
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +44 -2
lines
Catch up to -current as of ~1 hour ago for sys/arch/arm/allwinner and
sys/arch/evbarm/awin. Requested by skrll in ticket #203.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Nov 9 14:30:55 2014 UTC (10 years, 3 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2
lines
If we can't determine the preferred display mode for some reason, fallback
to 640x480.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Nov 9 14:10:54 2014 UTC (10 years, 3 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +15 -1
lines
awin framebuffer support, not sure if this works yet because hdmi is not working yet
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Nov 8 00:48:06 2014 UTC (10 years, 3 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2
lines
Note that HDMI is for A31 too
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Nov 7 23:00:56 2014 UTC (10 years, 3 months ago) by matt
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1
lines
Add ALLWINNER_A80
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Nov 5 15:05:20 2014 UTC (10 years, 3 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -1
lines
add 64-bit counter driver; it is certainly slower than gtmr (mutexes involved, etc) but at least it is monotonic with > 1 cpu
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Nov 2 23:55:48 2014 UTC (10 years, 3 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +6 -1
lines
work in progress CIR driver
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Oct 13 12:34:00 2014 UTC (10 years, 4 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -1
lines
Split awindma into a frontend and A10/A20 backend; add an A31 DMA backend.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Oct 12 23:57:58 2014 UTC (10 years, 4 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -1
lines
add A31 P2WI (Push-Pull Two Wire Interface) driver
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Oct 10 17:48:30 2014 UTC (10 years, 4 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1
lines
add an option for awin_gpio to ignore firmware pin reservations
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Sep 13 17:48:52 2014 UTC (10 years, 5 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -1
lines
motg glue (host mode) for allwinner, not quite working yet
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Sep 11 02:21:19 2014 UTC (10 years, 5 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -1
lines
work in progress HDMI driver, so far it can detect display presence and read the display EDID
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Sep 8 14:26:16 2014 UTC (10 years, 5 months ago) by martin
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -2
lines
Config glue for the Designware GMAC core.
Switch allwinner specific awge driver over to use it.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Sep 7 17:49:39 2014 UTC (10 years, 5 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -1
lines
a10/a20 rtc driver
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Sep 6 00:15:34 2014 UTC (10 years, 5 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -1
lines
add driver for DMA controller
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Sep 4 02:38:18 2014 UTC (10 years, 5 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -1
lines
Driver for "Audio Codec" block of A10/A13/A20, not tested.
Revision 1.8.12.2: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:44 2014 UTC (10 years, 6 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.8.12.1: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.12.1: +103 -0
lines
Rebase to HEAD as of a few days ago.
Revision 1.8.8.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:39:30 2014 UTC (10 years, 8 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.8.8.1: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.8.1: +103 -0
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.8.6.2: download - view: text, markup, annotated - select for diffs
Sun May 18 17:44:56 2014 UTC (10 years, 9 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.8.6.1: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.6.1: +103 -0
lines
sync with head
Revision 1.8.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 24 18:43:15 2014 UTC (10 years, 10 months ago) by matt
Branches: matt-nb5-mips64
Diff to: previous 1.8.2.1: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.2.1: +103 -0
lines
Merge cubie support from HEAD
Revision 1.8.12.1
Tue Feb 25 02:51:52 2014 UTC (10 years, 11 months ago) by tls
Branches: tls-maxphys
FILE REMOVED
Changes since revision 1.8: +0 -103
lines
file files.awin was added on branch tls-maxphys on 2014-08-20 00:02:44 +0000
Revision 1.8.8.1
Tue Feb 25 02:51:52 2014 UTC (10 years, 11 months ago) by yamt
Branches: yamt-pagecache
FILE REMOVED
Changes since revision 1.8: +0 -103
lines
file files.awin was added on branch yamt-pagecache on 2014-05-22 11:39:30 +0000
Revision 1.8.6.1
Tue Feb 25 02:51:52 2014 UTC (10 years, 11 months ago) by rmind
Branches: rmind-smpnet
FILE REMOVED
Changes since revision 1.8: +0 -103
lines
file files.awin was added on branch rmind-smpnet on 2014-05-18 17:44:56 +0000
Revision 1.8.2.1
Tue Feb 25 02:51:52 2014 UTC (10 years, 11 months ago) by matt
Branches: matt-nb5-mips64
FILE REMOVED
Changes since revision 1.8: +0 -103
lines
file files.awin was added on branch matt-nb5-mips64 on 2014-03-24 18:43:15 +0000
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Feb 25 02:51:52 2014 UTC (10 years, 11 months ago) by matt
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
rmind-smpnet-nbase,
rmind-smpnet-base,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
netbsd-7-base
Branch point for: yamt-pagecache,
tls-maxphys,
rmind-smpnet,
netbsd-7,
matt-nb5-mips64
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1
lines
Add options COM_16750 to handle the IIR_BUSY interrupt.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Feb 25 00:08:29 2014 UTC (10 years, 11 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -4
lines
Add Allwinner SD/MMC driver. No DMA yet.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Sep 8 04:06:44 2013 UTC (11 years, 5 months ago) by matt
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5
lines
Rename awinfe to awe and awinge to awge.
Allow properties in awinio0 to disable devices.
Use such a property to disable probing of gige.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Sep 8 00:03:59 2013 UTC (11 years, 5 months ago) by matt
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3
lines
Add mii attr to ethernet devices
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Sep 7 00:35:52 2013 UTC (11 years, 5 months ago) by matt
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
Flesh out allwinner support.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Sep 4 17:45:40 2013 UTC (11 years, 5 months ago) by matt
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -3
lines
Add wdog support. Use wdog to do reset (works for both A10 & A20).
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Sep 4 02:39:01 2013 UTC (11 years, 5 months ago) by matt
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +32 -33
lines
Very very very prelimnary support for cubieboard 1 & 2 based on the
Allwinner A10 & A20 SoCs. It links and that's about all it does.
Many drivers are stubs with autoconf glue.
com, ahcisata, sdhc, usb might have a chance of working.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Sep 3 18:02:26 2013 UTC (11 years, 5 months ago) by matt
Branches: MAIN
Files for allwinner a20/a10 (need to compile stuff in evbarm/cubie)
CVSweb <webmaster@jp.NetBSD.org>