CVS commit: src/sys/arch/evbarm/stand/boot2440

2015-12-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Dec 13 19:18:32 UTC 2015

Modified Files:
src/sys/arch/evbarm/stand/boot2440: s3csdi.c

Log Message:
PR/50526: David Binderman: Fix incorrect test


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/stand/boot2440/s3csdi.c

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



CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-01-31 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Tue Jan 31 11:04:17 UTC 2012

Modified Files:
src/sys/arch/evbarm/stand/boot2440: Makefile dev_net.c devopen.c

Log Message:
- add TFTP loading facility.
- SD/MMC load default is now "ld0a:netbsd"


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/stand/boot2440/Makefile \
src/sys/arch/evbarm/stand/boot2440/dev_net.c \
src/sys/arch/evbarm/stand/boot2440/devopen.c

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



CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-02-22 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Wed Feb 22 12:08:41 UTC 2012

Added Files:
src/sys/arch/evbarm/stand/boot2440: dm9000.c
Removed Files:
src/sys/arch/evbarm/stand/boot2440: dm9k.c

Log Message:
Reimplement DM9000E driver.
- add a note about 16bit mode operation.
- make sure not to receive any mcast/bcast frames by clearing 64bit
  multicast filter hash value register.
- change the filename so as silimar to other implementations.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/stand/boot2440/dm9000.c
cvs rdiff -u -r1.1 -r0 src/sys/arch/evbarm/stand/boot2440/dm9k.c

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



CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-02-22 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Wed Feb 22 12:12:21 UTC 2012

Modified Files:
src/sys/arch/evbarm/stand/boot2440: Makefile

Log Message:
- adapt DM9000 driver name change.
- move -DLIBSA_PRINTF_WIDTH_SUPPORT to CPPFLAGS variable as SACPPFLAGS
  does not work.
- add a logic to make/remove machine/ and arm/ symlinks.
- remove redundant directives in no use.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/stand/boot2440/Makefile

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



CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-02-22 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Wed Feb 22 12:21:24 UTC 2012

Modified Files:
src/sys/arch/evbarm/stand/boot2440: entry.S main.c

Log Message:
- detect SoC chipid value found at 0x5600'00b0.
- have brdsetup() to define SoC IOMUX in early startup. Device drivers
  are still responsible to arrange relevent registers which they use.
- some cleanup and clarification.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/stand/boot2440/entry.S \
src/sys/arch/evbarm/stand/boot2440/main.c

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



CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-02-23 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Thu Feb 23 22:20:51 UTC 2012

Modified Files:
src/sys/arch/evbarm/stand/boot2440: dm9000.c

Log Message:
- add short comments at the most troublesome part of this device.
- remove a stale debug line.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/stand/boot2440/dm9000.c

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



CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-07-20 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jul 20 14:53:27 UTC 2012

Modified Files:
src/sys/arch/evbarm/stand/boot2440: Makefile

Log Message:
Add ${_MKTARGET_LINK}


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/stand/boot2440/Makefile

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



CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-07-20 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jul 20 14:53:52 UTC 2012

Modified Files:
src/sys/arch/evbarm/stand/boot2440: s3csdi.c

Log Message:
Add  include for intmax_t


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/stand/boot2440/s3csdi.c

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



CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-12-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 12 15:00:06 UTC 2012

Modified Files:
src/sys/arch/evbarm/stand/boot2440: Makefile

Log Message:
Don't allow CPUFLAGS to be overridden.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/stand/boot2440/Makefile

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



CVS commit: src/sys/arch/evbarm/stand/boot2440

2013-03-29 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Mar 29 17:01:00 UTC 2013

Modified Files:
src/sys/arch/evbarm/stand/boot2440: Makefile

Log Message:
Make sure CPUFLAGS remains empty.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/stand/boot2440/Makefile

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



CVS commit: src/sys/arch/evbarm/stand/boot2440

2013-06-23 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sun Jun 23 13:56:40 UTC 2013

Modified Files:
src/sys/arch/evbarm/stand/boot2440: Makefile

Log Message:
Add -fno-unwind-tables


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/stand/boot2440/Makefile

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



CVS commit: src/sys/arch/evbarm/stand/boot2440

2013-08-20 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Aug 21 05:59:14 UTC 2013

Modified Files:
src/sys/arch/evbarm/stand/boot2440: Makefile

Log Message:
Use 
DBG=-Os (instead of blank)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/stand/boot2440/Makefile

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



CVS commit: src/sys/arch/evbarm/stand/boot2440

2014-11-29 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Nov 29 08:15:07 UTC 2014

Modified Files:
src/sys/arch/evbarm/stand/boot2440: main.c

Log Message:
Make this work with earm kernels. Not sure the test is realy worth it.

Partially from Greg Willatt


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/stand/boot2440/main.c

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



CVS commit: src/sys/arch/evbarm/stand/boot2440

2013-11-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Nov  4 21:54:59 UTC 2013

Modified Files:
src/sys/arch/evbarm/stand/boot2440: dev_sdmmc.c main.c

Log Message:
make unused.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/stand/boot2440/dev_sdmmc.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/stand/boot2440/main.c

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



CVS commit: src/sys/arch/evbarm/stand/boot2440

2013-11-30 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Dec  1 02:53:07 UTC 2013

Modified Files:
src/sys/arch/evbarm/stand/boot2440: netif.c

Log Message:
Use format strings.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/stand/boot2440/netif.c

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



CVS commit: src/sys/arch/evbarm/stand/boot2440

2013-11-30 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Dec  1 02:52:53 UTC 2013

Modified Files:
src/sys/arch/evbarm/stand/boot2440: main.c

Log Message:
Inform compiler that the volatile assignment will terminate the function.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/stand/boot2440/main.c

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