History log of /netbsd/external/bsd/elftosb/usr.sbin/elftosb/Makefile (Results 1 – 6 of 6)
Revision Date Author Comments
# 2a8eaca5 03-May-2018 christos <christos@NetBSD.org>

Fix the tools build.


# c4d6b345 19-Jun-2017 christos <christos@NetBSD.org>

Use -v to get the expanded variables.


# 0fa6fa9d 02-May-2013 matt <matt@NetBSD.org>

This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
share a MACHINE_ARCH for userland so that except for etc, will produce
identical sets.

usr/include/machine now points to usr

This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
share a MACHINE_ARCH for userland so that except for etc, will produce
identical sets.

usr/include/machine now points to usr/include/arm

show more ...


# 738f9d71 05-Feb-2013 matt <matt@NetBSD.org>

There are other little endian arm machine_arches other than "arm"
Use MACHINE_CPU and TARGET_ENDIANNESS instead of MACHINE_ARCH


# 78f488ea 27-Nov-2012 jkunz <jkunz@NetBSD.org>

According to the i.MX23 Reference Manual section 3.1, Page 3-3:
"The i.MX23 always operates in litle-endian mode."
So build elftosb and bootloader for this processor only for evbarm(-el).


# b3979f3a 15-Nov-2012 jkunz <jkunz@NetBSD.org>

Add elftosb tools to evbarm userland and toolchain.
Elftosb is used to create a digitaly signed "secure boot" file.
This sb file can be booted by the first stage boot loader found in
Freescale i.MX23

Add elftosb tools to evbarm userland and toolchain.
Elftosb is used to create a digitaly signed "secure boot" file.
This sb file can be booted by the first stage boot loader found in
Freescale i.MX23 and i.MX28 application processors.

Copyright (c) 2004-2010 Freescale Semiconductor, Inc.

show more ...