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