History log of /netbsd-src/sys/arch/prep/stand/boot/Makefile (Results 1 – 25 of 33)
Revision Date Author Comments
# f937c412 03-Jun-2023 lukem <lukem@NetBSD.org>

bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER

Provide a single variable
CC_WNO_ADDRESS_OF_PACKED_MEMBER
with options for both clang and gcc, to replace
CLANG_NO_ADDR_OF_PACKED_MEMBER
CC_N

bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER

Provide a single variable
CC_WNO_ADDRESS_OF_PACKED_MEMBER
with options for both clang and gcc, to replace
CLANG_NO_ADDR_OF_PACKED_MEMBER
CC_NO_ADDR_OF_PACKED_MEMBER
GCC_NO_ADDR_OF_PACKED_MEMBER

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.

show more ...


# 28c1b355 07-Sep-2020 mrg <mrg@NetBSD.org>

apply some GCC_NO_ADDR_OF_PACKED_MEMBER.


# 55b16d17 03-Sep-2019 martin <martin@NetBSD.org>

PR 54394: do not compile in experimental SCSI support by default,
#ifdef it out as it breaks some machines. Based on a patch by
Ulrich Teichert, with #ifdef instead of comments suggested by nonaka@.


# cb5e99c6 08-Apr-2017 christos <christos@NetBSD.org>

centralize vers.c building for standalone programs.


# 0c7d9d48 08-Aug-2014 joerg <joerg@NetBSD.org>

Don't set -mmultiple or -mno-string for PowerPC, the difference is too
small to really matter and it sometimes even increases the size.


# 8c436a98 12-Jan-2014 tsutsui <tsutsui@NetBSD.org>

Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.

XXX: probabry we should have bsd.saprog.mk or something.


# cf710992 21-Aug-2013 matt <matt@NetBSD.org>

Use <bsd.klinks.mk>
Use ${_MKTARGET_LINK}


# 158f609a 19-May-2012 kiyohara <kiyohara@NetBSD.org>

Support load kernel from SCSI HDD with siop. It copy from bebox. (EXPERIMENTAL)


# 3c550524 22-Jan-2011 joerg <joerg@NetBSD.org>

Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
disabled by -D) from the output of newvers_stand.sh. Change -D to the
inverted logic, so that it adds the date to bootprog_re

Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
disabled by -D) from the output of newvers_stand.sh. Change -D to the
inverted logic, so that it adds the date to bootprog_rev in ().

Change all platforms accordingly. -D is added if MKREPRO is not yes and
wasn't present before. Platforms that didn't use -D don't depend on
MKREPRO now either.

show more ...


# 19b23810 21-Jan-2011 joerg <joerg@NetBSD.org>

Switch remaining platforms to modern CPP for assembler.


# 7704306f 12-Jan-2009 tsutsui <tsutsui@NetBSD.org>

Warning options should be in CFLAGS, not CPPFLAGS.


# 2f6e46a2 19-Dec-2007 garbled <garbled@NetBSD.org>

Change the prep bootloader to reach over into the
powerpc/stand/mkbootimage directory for the magic.h file.


# 7cac687e 19-Sep-2006 matt <matt@NetBSD.org>

Generate an intermediate boot.elf with symbols.


# d0b840b1 27-Jun-2006 garbled <garbled@NetBSD.org>

General fixups:
1) Fix support for the powerstack E1. This machine needs to use the 8259
directly, and cannot use the prep interrupt vector register. Place a
quirk entry in the table for the machin

General fixups:
1) Fix support for the powerstack E1. This machine needs to use the 8259
directly, and cannot use the prep interrupt vector register. Place a
quirk entry in the table for the machine.
2) Add a new com0_vreset boot image. The vreset code only works on a few
machines, and breaks others like the 7025-F40. Its only limitedly useful
when used with the com0, so just make it an optional image the user can
install by hand if they want.
3) Bump the bootloader to 1.8 with the above change.

show more ...


# ccad3840 13-Apr-2006 garbled <garbled@NetBSD.org>

More major bootblock changes:
1) Rewrite vreset.c completely. Saves about 1k, and now it sets the
screen up much better. Previously the resulting video mode looked bad on
my CRT, and my LCD wouldn'

More major bootblock changes:
1) Rewrite vreset.c completely. Saves about 1k, and now it sets the
screen up much better. Previously the resulting video mode looked bad on
my CRT, and my LCD wouldn't even recognize it as a valid mode. Now it
looks reasonably good and my LCD can talk to it.

2) Call vga_reset unconditionally in the setup process to fix the onboard
VGA. If you have a VGA and use the serial console, this will allow you
to still use the VGA device for getty/wscons. Tested on a 7248 with VGA
and a 7043 without VGA.

3) Change filesystem.c to use nullfs rather than ufs and cd9660. We
don't actually need an fs at all, but it would take a major rewrite to
get rid of them completely. This saves about 6KB on the bootloader.

4) Bump version to 1.7.

show more ...


# 7c009730 10-Apr-2006 garbled <garbled@NetBSD.org>

Clean up the bootloader a little bit. Get rid of some unused code,
set the makefile to build the bootloader without the DB_MONITOR stuff by
default, as it is primarily for debugging. Reduces bootlo

Clean up the bootloader a little bit. Get rid of some unused code,
set the makefile to build the bootloader without the DB_MONITOR stuff by
default, as it is primarily for debugging. Reduces bootloader size by
about 8k.

show more ...


# 227a982c 28-Dec-2005 skrll <skrll@NetBSD.org>

More ro src breakage.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# a83267e9 11-May-2005 jmc <jmc@NetBSD.org>

Rework depends so this works w. -j after .BEGIN fixes


# 4c2b0e6f 10-Mar-2004 nonaka <nonaka@NetBSD.org>

boot-loader can find attached kernel again.


# 62610dfb 05-Jan-2004 nonaka <nonaka@NetBSD.org>

reduce program size.


# 227a1958 05-Jan-2004 nonaka <nonaka@NetBSD.org>

Use 32bit daddr_t.


# f85d2d1c 26-Oct-2003 lukem <lukem@NetBSD.org>

Use ${HOST_SH} instead of `sh'.

If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.


# 970b1208 08-Oct-2003 simonb <simonb@NetBSD.org>

Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to link
against them.


# 8881697a 30-Sep-2003 matt <matt@NetBSD.org>

Add -ffreestanding


12