Module Name:src
Committed By: jakllsch
Date: Fri Sep 4 02:15:52 UTC 2020
Modified Files:
src/sys/arch/evbarm/stand: Makefile
Log Message:
Only build bootaa64.efi on LE aarch64 for now, to match set lists
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/
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
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
Module Name:src
Committed By: thorpej
Date: Wed Feb 12 06:57:35 UTC 2020
Added Files:
src/sys/arch/evbarm/stand/board: ixp425_mem.c nslu2.c
src/sys/arch/evbarm/stand/gzboot/NSLU2_dram_0x01d0: Makefile
ldscript
Log Message:
Add gzboot support for NSL
Module Name:src
Committed By: jmcneill
Date: Sat Mar 30 13:54:10 UTC 2019
Modified Files:
src/sys/arch/evbarm/stand: Makefile
Log Message:
Remove redundant TARGET_ENDIANNESS check
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/stand/Make
Module Name:src
Committed By: jmcneill
Date: Sat Mar 30 13:02:16 UTC 2019
Modified Files:
src/sys/arch/evbarm/stand: Makefile
Log Message:
Don't even bother trying to get this to work on BE targets.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch
Module Name:src
Committed By: jmcneill
Date: Sat Mar 30 12:52:29 UTC 2019
Modified Files:
src/sys/arch/evbarm/stand: Makefile
Log Message:
Build efiboot on armv7
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/stand/Makefile
Please note t
Module Name:src
Committed By: christos
Date: Sun Dec 10 02:26:41 UTC 2017
Modified Files:
src/sys/arch/evbarm/stand/bootimx23: args_prep.c
Log Message:
use the machine link for bootconfig.h
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/s
Module Name:src
Committed By: maya
Date: Wed Feb 22 13:14:45 UTC 2017
Modified Files:
src/sys/arch/evbarm/stand/boot2440: Makefile
src/sys/arch/evbarm/stand/bootimx23: Makefile
Log Message:
Get rid of more -mno-thumb -mno-thumb-interwork for GCC < 4.8
To generate
Module Name:src
Committed By: christos
Date: Sat Jan 14 21:57:20 UTC 2017
Modified Files:
src/sys/arch/evbarm/stand/bootimx23: args_prep.c
Log Message:
there is no in standalone code; should be getting strcpy from
libkern.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: martin
Date: Sat Jan 14 12:45:28 UTC 2017
Modified Files:
src/sys/arch/evbarm/stand/bootimx23: args_prep.c
Log Message:
Include for strcpy
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/stand/bootimx23/args_
Module Name:src
Committed By: skrll
Date: Wed Aug 17 22:04:51 UTC 2016
Modified Files:
src/sys/arch/evbarm/stand/bootimx23: power_prep.c
Log Message:
Spelling in comment
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/stand/bootimx23/power
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
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
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
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/evba
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
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 c
Module Name:src
Committed By: bouyer
Date: Tue Jul 22 17:46:59 UTC 2014
Modified Files:
src/sys/arch/evbarm/stand/bootimx23: Makefile
Log Message:
Override CPUFLAGS for compiler cpu-specific options, instead of appening
to CFLAGS. This allows the user to define CPUFLAGS wi
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
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
Ple
Module Name:src
Committed By: christos
Date: Mon Nov 4 21:57:26 UTC 2013
Modified Files:
src/sys/arch/evbarm/stand/board: sscom.c
Log Message:
mark variable unused
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/stand/board/sscom.c
Pleas
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_s
Module Name:src
Committed By: christos
Date: Mon Nov 4 21:25:05 UTC 2013
Modified Files:
src/sys/arch/evbarm/stand/boot2440: Makefile
src/sys/arch/evbarm/stand/bootimx23: Makefile
src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot
Log Message:
explicitly ad
Module Name:src
Committed By: christos
Date: Mon Nov 4 21:18:06 UTC 2013
Modified Files:
src/sys/arch/evbarm/stand/boot2440: Makefile
src/sys/arch/evbarm/stand/bootimx23: Makefile
src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot
Log Message:
-mno-thumb-in
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/boot244
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
Module Name:src
Committed By: matt
Date: Sun Jun 23 13:57:27 UTC 2013
Modified Files:
src/sys/arch/evbarm/stand/bootimx23: Makefile
Log Message:
Add -fno-unwind-tables
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/stand/bootimx23/Makefil
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
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
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/boot244
Module Name:src
Committed By: jkunz
Date: Thu Feb 7 21:56:36 UTC 2013
Modified Files:
src/sys/arch/evbarm/stand/bootimx23: pinctrl_prep.c
Log Message:
Contribution from Petri Laakso:
Enable debug UART input
Fixes issue with some OLinuXino boards which were not able to
acc
Module Name:src
Committed By: matt
Date: Wed Feb 6 07:19:19 UTC 2013
Modified Files:
src/sys/arch/evbarm/stand/boot2440: Makefile
src/sys/arch/evbarm/stand/bootimx23: Makefile
src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot
Log Message:
gcc will supply -
Module Name:src
Committed By: matt
Date: Tue Feb 5 07:28:48 UTC 2013
Modified Files:
src/sys/arch/evbarm/stand/bootimx23: Makefile
Log Message:
Add a ${MKTARGET_LINK}
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/stand/bootimx23/Makefil
Module Name:src
Committed By: matt
Date: Tue Feb 5 07:28:19 UTC 2013
Modified Files:
src/sys/arch/evbarm/stand: Makefile
src/sys/arch/evbarm/stand/gzboot: Makefile
Log Message:
There are other little endian arm machine_arches other than "arm"
Use MACHINE_CPU and T
Module Name:src
Committed By: matt
Date: Tue Feb 5 03:17:51 UTC 2013
Modified Files:
src/sys/arch/evbarm/stand/boot2440: Makefile
src/sys/arch/evbarm/stand/bootimx23: Makefile
src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot
Log Message:
Make sure these a
Module Name:src
Committed By: jkunz
Date: Sun Dec 16 19:08:45 UTC 2012
Modified Files:
src/sys/arch/evbarm/stand/bootimx23: boot_prep.c bootimx23.bd
clock_prep.c common.c common.h emi_prep.c pinctrl_prep.c
power_prep.c
Log Message:
Contribution from
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
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/bo
Module Name:src
Committed By: jkunz
Date: Tue Nov 20 23:39:33 UTC 2012
Modified Files:
src/sys/arch/evbarm/stand/bootimx23: power_prep.c
Log Message:
Give memory more time to power up. Avoids hangups.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/ar
Module Name:src
Committed By: jkunz
Date: Tue Nov 20 21:36:35 UTC 2012
Modified Files:
src/sys/arch/evbarm/stand/bootimx23: bootimx23.bd
Log Message:
Adjust bootloader file name.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/stand/bootim
Module Name:src
Committed By: jkunz
Date: Tue Nov 20 19:17:03 UTC 2012
Modified Files:
src/sys/arch/evbarm/stand: Makefile
Log Message:
Add initial support for Olimex iMX233 based OLinuXino boards.
https://www.olimex.com/Products/OLinuXino/iMX233/
Contributed by Petri Laak
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
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
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
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
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
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
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 c
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
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.
-
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 oper
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 comm
53 matches
Mail list logo