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

2020-02-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Feb 12 19:55:32 UTC 2020 Modified Files: src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot gzboot.c Log Message: Allow a configuration to specify an arbitrary address where the compressed kernel image is located, in the event

CVS commit: src/sys/arch/evbarm/stand/gzboot/NSLU2_dram_0x01d00000

2020-02-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Feb 12 18:11:30 UTC 2020 Modified Files: src/sys/arch/evbarm/stand/gzboot/NSLU2_dram_0x01d0: ldscript Log Message: Because everything goes into the same memory region at run-time in this configuration *and* image data con

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

2016-03-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Mar 1 16:08:23 UTC 2016 Modified Files: src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot Log Message: Don't reuse LDFLAGS for arguments passed directly to ${LD}, share/mk expects it to be passed to ${CC} or ${CXX}, so they wi

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

2016-01-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 31 15:29:04 UTC 2016 Modified Files: src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot Log Message: remove the MKPIE and MKCTF no hack, and move it to the .mk files To generate a diff of this commit: cvs rdiff -u -r1.3

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

2016-01-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 31 02:16:28 UTC 2016 Modified Files: src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot Log Message: Disable PIE and CTF for standalone code XXX: Must be done centrally, and there must be a better way. To generate a dif

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

2015-07-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jul 15 11:21:49 UTC 2015 Modified Files: src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot Log Message: Clear STRIPFLAGS (stripping in general is dangerous with the -BE8 object format, and should never be done before the final

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

2013-08-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 21 05:55:26 UTC 2013 Modified Files: src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot Log Message: Use To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot Pleas

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

2013-06-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jun 23 13:56:01 UTC 2013 Modified Files: src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot Log Message: Add -fno-unwind-tables To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbarm/stand/gzboot/Make

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

2012-12-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 12 15:08:45 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x0014: Makefile src/sys/arch/evbarm/stand/gzboot/GEMINI_dram_0x0160: Makefile src/sys/arch/evbarm/stand/gzboot/IQ803

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

2012-08-13 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Mon Aug 13 10:25:02 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot Log Message: Fixed build with USE_SSP=yes ok christos@ To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/e

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

2012-08-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Aug 6 02:14:16 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot src/sys/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x0014: ldscript src/sys/arch/evbarm/stand/gzboot/GEMINI_dram_0x016

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

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 14:59:34 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot Log Message: Add missing ${_MKTARGET_LINK} To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/stand/gzbo

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

2012-06-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 2 20:50:41 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/gzboot: Makefile Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/stand/gzboot/Makefile Please note