summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/stand
AgeCommit message (Expand)Author
2023-06-24Fix typo in error message.msaitoh
2022-09-05G/C ISSET() macro copies. It has been defined in <sys/types.h> since 2006.tsutsui
2021-12-12fix various typos, mainly in comments.andvar
2021-09-16fix various typos, mainly in comments.andvar
2020-09-12Add HAVE_ACPI and HAVE_UEFI flags to bsd.own.mk and use them tojmcneill
2020-09-08Build EFI bootloader on big endian armv7 and aarch64 targets.jmcneill
2020-09-04Only build bootaa64.efi on LE aarch64 for now, to match set listsjakllsch
2020-02-12Allow a configuration to specify an arbitrary address where thethorpej
2020-02-12Because everything goes into the same memory region at run-time in thisthorpej
2020-02-12Add gzboot support for NSLU2. This is a work-in-progress. This configurationthorpej
2019-10-241. All Makefiles that use ARM_APCS_FLAGS add -marm unconditionally andchristos
2019-03-30Remove redundant TARGET_ENDIANNESS checkjmcneill
2019-03-30Don't even bother trying to get this to work on BE targets.jmcneill
2019-03-30Build efiboot on armv7jmcneill
2018-08-25Build and install bootaa64.efi on 64-bit evbarmjmcneill
2018-07-09Remove duplicate copies of the SET/CLR/ISSET macros.christos
2018-07-09Avoid redefining SET/CLR/ISSET (which in the kernel are normallykre
2018-04-01Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)ryo
2017-12-10use the machine link for bootconfig.hchristos
2017-04-08centralize vers.c building for standalone programs.christos
2017-03-29 Fix 0x%d and 0x%u.msaitoh
2017-02-22Get rid of more -mno-thumb -mno-thumb-interwork for GCC < 4.8maya
2017-02-22GC more logic that was intended for GCC <4.8 (or !LLVM)maya
2017-01-14there is no <string.h> in standalone code; should be getting strcpy fromchristos
2017-01-14Include <string.h> for strcpymartin
2016-08-17Spelling in commentskrll
2016-03-01Don't reuse LDFLAGS for arguments passed directly to ${LD}, share/mkjoerg
2016-01-31remove the MKPIE and MKCTF no hack, and move it to the .mk fileschristos
2016-01-31Disable PIE and CTF for standalone codechristos
2015-12-13PR/50526: David Binderman: Fix incorrect testchristos
2015-07-15Clear STRIPFLAGS (stripping in general is dangerous with the -BE8 objectmartin
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
2014-11-29Make this work with earm kernels. Not sure the test is realy worth it.skrll
2014-07-22Override CPUFLAGS for compiler cpu-specific options, instead of appeningbouyer
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