CVS commit: src/sys/arch/cats/conf

2020-01-19 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sun Jan 19 17:26:57 UTC 2020

Modified Files:
src/sys/arch/cats/conf: INSTALL

Log Message:
Remove commented out "de* at pci? ..." (this is the only kernel config
in the tree with any reference to that driver).


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/sys/arch/cats/conf/INSTALL

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



CVS commit: src/sys/arch/cats/conf

2018-12-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Dec 31 13:30:17 UTC 2018

Modified Files:
src/sys/arch/cats/conf: Makefile.cats.inc

Log Message:
Switch to elf2aout for new binutils


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/cats/conf/Makefile.cats.inc

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



CVS commit: src/sys/arch/cats/conf

2017-07-08 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Jul  8 15:14:49 UTC 2017

Removed Files:
src/sys/arch/cats/conf: kern.ldscript

Log Message:
Remove unused script


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r0 src/sys/arch/cats/conf/kern.ldscript

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



CVS commit: src/sys/arch/cats/conf

2017-06-25 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Jun 25 10:06:27 UTC 2017

Modified Files:
src/sys/arch/cats/conf: GENERIC

Log Message:
Comment out a bunch of thing so that a GENERIC kernel boots on my cats
with cyclone firmware


To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 src/sys/arch/cats/conf/GENERIC

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



CVS commit: src/sys/arch/cats/conf

2015-08-20 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Fri Aug 21 03:42:29 UTC 2015

Modified Files:
src/sys/arch/cats/conf: ldscript.elf

Log Message:
Simplify this by deciding load address at one place.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/cats/conf/ldscript.elf

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



CVS commit: src/sys/arch/cats/conf

2015-08-19 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Thu Aug 20 06:20:19 UTC 2015

Modified Files:
src/sys/arch/cats/conf: Makefile.cats.inc

Log Message:
Use variables where appropriate.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/cats/conf/Makefile.cats.inc

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



CVS commit: src/sys/arch/cats/conf

2015-08-18 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Aug 19 04:53:04 UTC 2015

Modified Files:
src/sys/arch/cats/conf: Makefile.cats.inc

Log Message:
Tweak previous.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/cats/conf/Makefile.cats.inc

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



CVS commit: src/sys/arch/cats/conf

2015-08-18 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Aug 19 04:15:22 UTC 2015

Modified Files:
src/sys/arch/cats/conf: Makefile.cats.inc

Log Message:
Define the rule to generate the dynamic `ldscript', depending on
${SYSTEM_OBJS} properly.  Don't forget cleaning the generated `ldscript'.
One less ${SYSTEM_LD_HEAD_EXTRA} use as a bonus.

No binary changes in ldscript/kernel files are observed.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/cats/conf/Makefile.cats.inc

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



CVS commit: src/sys/arch/cats/conf

2014-11-25 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Nov 25 12:02:20 UTC 2014

Modified Files:
src/sys/arch/cats/conf: Makefile.cats.inc

Log Message:
Explicitly set LOADADDRESS, the linker script hack is overriden by
command line arguments now.

Hi uebs!


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/cats/conf/Makefile.cats.inc

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



CVS commit: src/sys/arch/cats/conf

2014-11-15 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sat Nov 15 14:02:19 UTC 2014

Modified Files:
src/sys/arch/cats/conf: Makefile.cats.inc

Log Message:
Use LINKSCRIPT.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/cats/conf/Makefile.cats.inc

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



CVS commit: src/sys/arch/cats/conf

2014-02-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Feb 23 13:15:12 UTC 2014

Modified Files:
src/sys/arch/cats/conf: INSTALL

Log Message:
Bump MD size. Verified working.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/arch/cats/conf/INSTALL

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



CVS commit: src/sys/arch/cats/conf

2013-08-17 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Aug 17 19:57:10 UTC 2013

Modified Files:
src/sys/arch/cats/conf: Makefile.cats.inc

Log Message:
Use  -fno-unwind-tables when creating a.out kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/cats/conf/Makefile.cats.inc

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



CVS commit: src/sys/arch/cats/conf

2013-06-26 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Jun 27 01:01:08 UTC 2013

Modified Files:
src/sys/arch/cats/conf: Makefile.cats.inc

Log Message:
Don't force MACHINE_ARCH to be arm


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/cats/conf/Makefile.cats.inc

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



CVS commit: src/sys/arch/cats/conf

2012-02-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Mon Feb  6 17:51:05 UTC 2012

Modified Files:
src/sys/arch/cats/conf: GENERIC

Log Message:
Increase SYMTAB_SPACE (commented out).
Add commented out VERBOSE_INIT_ARM and FCOM_INIT_ARM


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sys/arch/cats/conf/GENERIC

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