summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/stand
AgeCommit message (Expand)Author
2014-01-12Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.tsutsui
2013-12-15Move flags for ARM's APCS ABI into a common variable. Add some forces tojoerg
2013-12-05Use -marm for clang builds, too.joerg
2013-12-01Use format strings.joerg
2013-12-01Inform compiler that the volatile assignment will terminate the function.joerg
2013-11-04mark variable unusedchristos
2013-11-04fix pointer cast; mark variable usedchristos
2013-11-04make unused.christos
2013-11-04explicitly add -marmchristos
2013-11-04-mno-thumb-interwork is the default, and there is no -mthumb in gcc 4.8christos
2013-10-07iMX233/OLinuXino changes from Petri Laskso.matt
2013-08-21Use <bsd.klinks.mk>matt
2013-08-21Use <bsd.klinks.mk>matt
2013-08-15Add CPPFLAGS+= -mno-thumb -mno-thumb-interworkmatt
2013-06-23Add -fno-unwind-tablesmatt
2013-05-02use KLINK_MACHINEmatt
2013-05-02This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds thatmatt
2013-03-29Make sure CPUFLAGS remains empty.matt
2013-02-23Contribution from Petri Laakso:jkunz
2013-02-07Contribution from Petri Laakso:jkunz
2013-02-06gcc will supply -Wa,-eabi=gnu so don't include. Use -mabi=apcs-base, not atpcsmatt
2013-02-05Add a ${MKTARGET_LINK}matt
2013-02-05There are other little endian arm machine_arches other than "arm"matt
2013-02-05Make sure these are always compiled with -mabi=atpcs -mfloat-abi=softmatt
2012-12-16Contribution from Petri Laakso.jkunz
2012-12-12Fix CPUFLAGS to the correct value so a passed down CPUFLAGS doesn't resultmatt
2012-12-12Don't allow CPUFLAGS to be overridden.matt
2012-11-27According to the i.MX23 Reference Manual section 3.1, Page 3-3:jkunz
2012-11-20Give memory more time to power up. Avoids hangups.jkunz
2012-11-20Adjust bootloader file name.jkunz
2012-11-20Add initial support for Olimex iMX233 based OLinuXino boards.jkunz
2012-10-27split device_t/softc for all remaining drivers.chs
2012-08-13Fixed build with USE_SSP=yeskhorben
2012-08-06Fix to allow EABI compilation.matt
2012-07-20Add missing ${_MKTARGET_LINK}matt
2012-07-20Add <machine/int_mwgwtypes.h> include for intmax_tmatt
2012-07-20Add ${_MKTARGET_LINK}matt
2012-06-02Whitespace.skrll
2012-02-23- add short comments at the most troublesome part of this device.nisimura
2012-02-22- detect SoC chipid value found at 0x5600'00b0.nisimura
2012-02-22- adapt DM9000 driver name change.nisimura
2012-02-22Reimplement DM9000E driver.nisimura
2012-01-31- add TFTP loading facility.nisimura
2012-01-30Add FriendlyARM Mini2440 support.nisimura
2011-01-22Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerlyjoerg
2010-05-27Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.dholland
2009-10-26kill extra whitespacescegger
2009-10-23Switch to a 2 clause license. Approved by joff@ (copyright holder).snj
2009-09-26Deal with the following change to ld:skrll
2009-03-18bcopy -> memcpycegger