Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-05 Thread Nick Hudson
On 05/01/2020 13:47, Izumi Tsutsui wrote: [snip] My patch allows COPTS to be overridden as http://src.illumos.org/source/xref/netbsd-src/sys/conf/Makefile.kern.inc#69 has 69 DEFCOPTS?= -O2 70 COPTS?= ${DEFCOPTS} which I believe allows COPTS to be overridden by makeoptions COPTS=".

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-05 Thread Izumi Tsutsui
> >> I don't see how as sys/arch/zaurus/conf/INSTALL doesn't define DDB. > > > > On zaurus GENERIC also has a size restriction (due to bootloader). > > Yes, I understand that. What I don't understand is how my > sys/arch/arm/conf/Makefile.arm change affects the zaurus INSTALL kernel > size because

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-05 Thread Nick Hudson
On 05/01/2020 13:31, Martin Husemann wrote: On Sun, Jan 05, 2020 at 01:21:46PM +, Nick Hudson wrote: Yes, I understand that. What I don't understand is how my sys/arch/arm/conf/Makefile.arm change affects the zaurus INSTALL kernel size because INSTALL specifically disables DDB and my patch i

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-05 Thread Martin Husemann
On Sun, Jan 05, 2020 at 01:21:46PM +, Nick Hudson wrote: > Yes, I understand that. What I don't understand is how my > sys/arch/arm/conf/Makefile.arm change affects the zaurus INSTALL kernel > size because INSTALL specifically disables DDB and my patch is > conditional on DDB It did only break

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-05 Thread Nick Hudson
On 04/01/2020 16:32, Izumi Tsutsui wrote: The problem is caused by sys/arch/arm/conf/Makefile.arm. It defines "COPTS+= -mapcs-frame" in recent rev 1.52 http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/arm/conf/Makefile.arm#rev1.52 but MI sys/conf/Makefile.kern.inc defines COPTS+=-O2 only i

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-04 Thread Izumi Tsutsui
> > The problem is caused by sys/arch/arm/conf/Makefile.arm. > > It defines "COPTS+= -mapcs-frame" in recent rev 1.52 > > > > http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/arm/conf/Makefile.arm#rev1.52 > > but MI sys/conf/Makefile.kern.inc defines COPTS+=-O2 > > only if COPTS is empty. > > I

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-04 Thread Nick Hudson
On 03/01/2020 18:42, Izumi Tsutsui wrote: I wrote: The missing COPTS was an accident or fallout from some other changes? Isn't it specified in -current? The problem is caused by sys/arch/arm/conf/Makefile.arm. It defines "COPTS+= -mapcs-frame" in recent rev 1.52 http://cvsweb.netbsd.org/

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-03 Thread Martin Husemann
On Sat, Jan 04, 2020 at 03:42:20AM +0900, Izumi Tsutsui wrote: > The problem is caused by sys/arch/arm/conf/Makefile.arm. > It defines "COPTS+= -mapcs-frame" in recent rev 1.52 > > http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/arm/conf/Makefile.arm#rev1.52 > but MI sys/conf/Makefile.kern.inc d

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-03 Thread Izumi Tsutsui
I wrote: > > The missing COPTS was an accident or fallout from some other changes? > > Isn't it specified in -current? The problem is caused by sys/arch/arm/conf/Makefile.arm. It defines "COPTS+= -mapcs-frame" in recent rev 1.52 http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/arm/conf/Makefile.

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-03 Thread Izumi Tsutsui
> > - zbsdmod.o has 5MB buffers to store a copied kernel binary > > - zbsdmod.o reads a kernel from the 5MB buffer and loads sections > > into the target addresses > > > > https://nxr.netbsd.org/xref/src/sys/arch/zaurus/stand/zbsdmod/zbsdmod.c?r=1.12#94 > > Ah ok - thanks for explanation. So t

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-03 Thread Martin Husemann
On Fri, Jan 03, 2020 at 07:36:34PM +0900, Izumi Tsutsui wrote: > - zbsdmod.o has 5MB buffers to store a copied kernel binary > - zbsdmod.o reads a kernel from the 5MB buffer and loads sections > into the target addresses > > https://nxr.netbsd.org/xref/src/sys/arch/zaurus/stand/zbsdmod/zbsdmod.

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-03 Thread Izumi Tsutsui
martin@ wrote: > Module Name: src > Committed By: martin > Date: Fri Jan 3 10:01:07 UTC 2020 > > Modified Files: > src/sys/arch/zaurus/conf: Makefile.zaurus.inc ldscript.zaurus > > Log Message: > Drop CTF sections from this size restricted kernel (especially as the > size check i

CVS commit: src/sys/arch/zaurus/conf

2019-11-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Nov 2 23:13:00 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Put back options WSDISPLAY_COMPAT_RAWKBD. It's required by Xorg server. Should be pulled up to netbsd-9. To generate a diff of this co

CVS commit: src/sys/arch/zaurus/conf

2019-11-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Nov 2 23:13:00 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Put back options WSDISPLAY_COMPAT_RAWKBD. It's required by Xorg server. Should be pulled up to netbsd-9. To generate a diff of this co

CVS commit: src/sys/arch/zaurus/conf

2019-10-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 26 09:49:14 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: Makefile.zaurus.inc Log Message: Explicitly set empty LINKENTRY to keep ENTRY address specified in ldscript. This fixes kernel boot failures of NetBSD/zaurus

CVS commit: src/sys/arch/zaurus/conf

2019-10-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 26 09:49:14 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: Makefile.zaurus.inc Log Message: Explicitly set empty LINKENTRY to keep ENTRY address specified in ldscript. This fixes kernel boot failures of NetBSD/zaurus

CVS commit: src/sys/arch/zaurus/conf

2019-07-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jul 26 07:09:48 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: comment out WSDISPLAY_COMPAT_RAWKBD for now, it does not compile To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/a

CVS commit: src/sys/arch/zaurus/conf

2019-07-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jul 26 07:09:48 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: comment out WSDISPLAY_COMPAT_RAWKBD for now, it does not compile To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/a

Re: CVS commit: src/sys/arch/zaurus/conf

2015-07-19 Thread Martin Husemann
I backed it out, will try to fix differently. Martin

Re: CVS commit: src/sys/arch/zaurus/conf

2015-07-17 Thread Izumi Tsutsui
martin@ wrote: > Module Name: src > Committed By: martin > Date: Fri Jul 17 19:32:24 UTC 2015 > > Modified Files: > src/sys/arch/zaurus/conf: INSTALL > > Log Message: > Provide a bit more space for the ram disk image Did you check the following comment in INSTALL? >> # for reduc