History log of /netbsd/sys/arch/evbarm/conf/Makefile.evbarm.inc (Results 1 – 25 of 35)
Revision Date Author Comments
# e4ae0cd9 21-Mar-2021 skrll <skrll@NetBSD.org>

-DKERNEL_BASE_VOFFSET= has annoyed me for the last time...

Introduce KERNEL_VOFFSET_RUNTIME which prevents the addition of
-DKERNEL_BASE_VOFFSET= to the command line and use it on the
__HAVE_GENERIC

-DKERNEL_BASE_VOFFSET= has annoyed me for the last time...

Introduce KERNEL_VOFFSET_RUNTIME which prevents the addition of
-DKERNEL_BASE_VOFFSET= to the command line and use it on the
__HAVE_GENERIC_START kernels which do runtime calculation of the
offset.

show more ...


# 7c054a2b 25-Aug-2015 uebayasi <uebayasi@NetBSD.org>

Print a message when creating a temporary ldscript.


# 274ba3a4 24-Aug-2015 uebayasi <uebayasi@NetBSD.org>

Define ${LINKSCRIPT} in one place.


# 2824263e 20-Aug-2015 uebayasi <uebayasi@NetBSD.org>

Clean up ${LINKSCRIPT} and ${KERNLDSCRIPT}.


# ce18a497 15-Nov-2014 uebayasi <uebayasi@NetBSD.org>

Use LINKSCRIPT.


# 052bf6e4 11-Apr-2014 matt <matt@NetBSD.org>

Supply CPP define KERNEL_BASE_VOFFSET which is the physical to virtual
offset of the kernel.


# ccf6dd45 29-Mar-2014 matt <matt@NetBSD.org>

Define KERNEL_BASES_EQUAL is KERNEL_BASE_VIRT == KERNEL_BASE_PHYS


# 81143075 21-Feb-2014 matt <matt@NetBSD.org>

Match *INSTALL* (so we can match *INSTALL.MP)


# eff84f41 09-Aug-2013 matt <matt@NetBSD.org>

ldscript doesn't need -Ttext


# de27eadd 04-Aug-2013 matt <matt@NetBSD.org>

use the proper make symbols for adding an ldscript


# 73b2d768 10-Jul-2013 matt <matt@NetBSD.org>

If using mdsetimage to install a ramdisk install, add the ramdisk to SYSTEM_DEP
so the kernel will be relinked and the new ramdisk installed.


# 3b0678ed 28-Jun-2013 matt <matt@NetBSD.org>

Add RAMDISKNAME to allow a config to override the default name (ramdisk).


# de7cb3ae 19-Mar-2013 garbled <garbled@NetBSD.org>

Add a new installer image for Raspberry PI to evbarm

Includes the following major changes:

1) Add new configmenu item to sysinst to allow creation of users at
post-install time.
2) Add an sshramdis

Add a new installer image for Raspberry PI to evbarm

Includes the following major changes:

1) Add new configmenu item to sysinst to allow creation of users at
post-install time.
2) Add an sshramdisk type to evbarm, which is a ramdisk with sshd
enabled, allowing users to install on a headless PI by sshing to the
device with the account "sysinst" password "netbsd" to begin the
installation. (Note, neither the account, nor the ssh setup are copied to
the finalized installation image)
3) Change mkimage to build a boot-only image, without the root filesystems.

Much of the sshramdisk code could be reused on other ports easily.

show more ...


# d52ff0fd 16-Feb-2012 matt <matt@NetBSD.org>

If we are building an INSTALL kernel and the ramdisk.fs exists in the object
tree, insert it into the kernel. This needs to be done before the board
frag so it written into the kernel before the ubo

If we are building an INSTALL kernel and the ramdisk.fs exists in the object
tree, insert it into the kernel. This needs to be done before the board
frag so it written into the kernel before the uboot images are created.

show more ...


# 2813bc16 06-Mar-2011 jakllsch <jakllsch@NetBSD.org>

Remove trailing spaces.


# e2ec79ec 31-Jan-2011 matt <matt@NetBSD.org>

Change to use TOOL_MKUBOOTIMAGE
Make sure we cleanup everything.
gemini now has its own genassym.cf


# f46c1de7 25-Oct-2008 apb <apb@NetBSD.org>

Use ${TOOL_SED} instead if plain sed in Makefiles.


# 825088ed 27-Apr-2008 matt <matt@NetBSD.org>

Merge kernel changes in matt-armv6 to HEAD.


# 8000972b 24-Nov-2005 dbj <dbj@NetBSD.org>

. Have dbsym explicitly suggest increasing SYMTAB_SPACE when
an overflow occurs.
. Make this error a fatal build time error
. Move the support for dbsym into the MI Makefile.kern.inc,

. Have dbsym explicitly suggest increasing SYMTAB_SPACE when
an overflow occurs.
. Make this error a fatal build time error
. Move the support for dbsym into the MI Makefile.kern.inc,
conditional upon the SYMTAB_SPACE option being defined in
the kernel config file.

show more ...


# bc45f5ce 03-Jan-2003 thorpej <thorpej@NetBSD.org>

Split board-specific Makefile fragments into their own files.


# e5afd96a 03-Jan-2003 thorpej <thorpej@NetBSD.org>

Use the common linker script for all evbarm platforms.


# 6c6460f7 20-Nov-2002 bsh <bsh@NetBSD.org>

add three boards.

lubbock (PXA250, Xscale)
g4250ebx (PXA250, Xscale)
SMDK2800 (S3C2800, ARM920T)


# 3aee04fc 15-Jul-2002 ichiro <ichiro@NetBSD.org>

add support ixp12x0 eva-board "IXM1200"


# 9fb9bc0c 08-Jul-2002 rearnsha <rearnsha@NetBSD.org>

Use the Integrator ldscript and build .bin and .srec versions of the
kernel.


# 592e882a 27-Mar-2002 thorpej <thorpej@NetBSD.org>

Support for the Intel IQ80321 eval board for the i80321 I/O Processor.


12