CVS log for src/sys/arch/arm/xilinx/zynq_uart.c
Up to [cvs.NetBSD.org] / src / sys / arch / arm / xilinx
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat May 4 02:04:54 2024 UTC (9 months, 1 week ago) by dyoung
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -3
lines
Initialize `struct consdev` members cn_dev and cn_pri like other
UART drivers do. If cn_dev is 0 instead of NODEV, then the kernel
may redirect console writes to major 0, minor 0, which is /dev/mem.
On my Zynq board the kernel overwrote the page free list with a
console message in this way.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Oct 27 07:57:46 2022 UTC (2 years, 3 months ago) by skrll
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -6
lines
Fix build.
Sprinkle some consistency
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Oct 26 23:38:07 2022 UTC (2 years, 3 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +9 -9
lines
ddb/db_active.h: New home for extern db_active.
This can be included unconditionally, and db_active can then be
queried unconditionally; if DDB is not in the kernel, then db_active
is a constant zero. Reduces need for #include opt_ddb.h, #ifdef DDB.
Revision 1.2.10.1: download - view: text, markup, annotated - select for diffs
Mon Dec 14 14:37:50 2020 UTC (4 years, 2 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +6 -6
lines
Sync w/ HEAD.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 20 18:49:44 2020 UTC (4 years, 2 months ago) by thorpej
Branches: 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,
thorpej-cfargs,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -6
lines
malloc(9) -> kmem(9)
Revision 1.2.8.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:38 2020 UTC (4 years, 10 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.2.8.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.8.1: +2162 -0
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.2.8.1
Sun Nov 10 21:16:24 2019 UTC (5 years, 3 months ago) by martin
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.2: +0 -2162
lines
file zynq_uart.c was added on branch phil-wifi on 2020-04-13 08:03:38 +0000
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Nov 10 21:16:24 2019 UTC (5 years, 3 months ago) by chs
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Branch point for: thorpej-futex,
phil-wifi
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -9
lines
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 11 13:01:48 2019 UTC (5 years, 8 months ago) by skrll
Branches: MAIN
CVS tags: netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9
Initial commit of FDTised Xilinx Zynq-7000 support. Tested with
qemu-system-arm -M xilinx-zynq-a9 -dtb zynq-zed.dtb -kernel netbsd.ub \
-serial /dev/null -serial stdio
Based on a set of diffs/files from rjs@
sys/arch/arm/zynq is kept in place to allow existing kernels (e.g.
ZEDBOARD and PARALLELLA) to continue to build/work during the transition,
but eventually sys/arch/arm/zynq will be deleted.
CVSweb <webmaster@jp.NetBSD.org>