CVS commit: src/sys/arch/sandpoint/stand/altboot

2024-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 9 16:12:02 UTC 2024 Modified Files: src/sys/arch/sandpoint/stand/altboot: Makefile Log Message: PR/57915: Jan-Benedict Glaw: Use $MKREPRO_TIMESTAMP for repro builds in uBoot images To generate a diff of this commit: c

CVS commit: src/sys/arch/sandpoint/stand/altboot

2024-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 9 16:12:02 UTC 2024 Modified Files: src/sys/arch/sandpoint/stand/altboot: Makefile Log Message: PR/57915: Jan-Benedict Glaw: Use $MKREPRO_TIMESTAMP for repro builds in uBoot images To generate a diff of this commit: c

CVS commit: src/sys/arch/sandpoint/stand/altboot

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:27:02 UTC 2022 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: sandpoint: Teach altboot to handle 9.99.100 modules. Not tested, but something here will be necessary to make it work, and

CVS commit: src/sys/arch/sandpoint/stand/altboot

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:27:02 UTC 2022 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: sandpoint: Teach altboot to handle 9.99.100 modules. Not tested, but something here will be necessary to make it work, and

CVS commit: src/sys/arch/sandpoint/stand/altboot

2022-04-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Apr 30 03:52:41 UTC 2022 Modified Files: src/sys/arch/sandpoint/stand/altboot: dsk.c Log Message: Fix fallout from libsa change; stand.h includes now. Do not use NULL for integer 0. To generate a diff of this commit: cvs rdif

CVS commit: src/sys/arch/sandpoint/stand/altboot

2022-04-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Apr 30 03:52:41 UTC 2022 Modified Files: src/sys/arch/sandpoint/stand/altboot: dsk.c Log Message: Fix fallout from libsa change; stand.h includes now. Do not use NULL for integer 0. To generate a diff of this commit: cvs rdif

CVS commit: src/sys/arch/sandpoint/stand/altboot

2022-04-04 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Apr 5 06:43:54 UTC 2022 Modified Files: src/sys/arch/sandpoint/stand/altboot: version Log Message: s/confortable/comfortable/ To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sandpoint/stand/altboo

CVS commit: src/sys/arch/sandpoint/stand/altboot

2022-04-04 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Apr 5 06:43:54 UTC 2022 Modified Files: src/sys/arch/sandpoint/stand/altboot: version Log Message: s/confortable/comfortable/ To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sandpoint/stand/altboo

CVS commit: src/sys/arch/sandpoint/stand/altboot

2019-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 26 22:04:12 UTC 2019 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: make this compile again To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/sandpoint/stand/altboot/

CVS commit: src/sys/arch/sandpoint/stand/altboot

2019-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 26 22:04:12 UTC 2019 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: make this compile again To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/sandpoint/stand/altboot/

CVS commit: src/sys/arch/sandpoint/stand/altboot

2019-06-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 26 00:54:04 UTC 2019 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: Similar to changes made for x86, allow for the boot-loader to auto-push a list of modules for file-system support. This allo

CVS commit: src/sys/arch/sandpoint/stand/altboot

2019-06-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 26 00:54:04 UTC 2019 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: Similar to changes made for x86, allow for the boot-loader to auto-push a list of modules for file-system support. This allo

Re: CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-10-31 Thread Frank Wille
David Laight wrote: > This isn't really an ideal solution, I've have to fight membar > instructions embedded into byteswapping accesses on ppc linux. > Drivers may want to do several accesses that can be reordered > before/after one that matters - so need greater control than > enforcing specific

Re: CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-10-31 Thread David Laight
On Sun, Oct 30, 2011 at 09:08:33PM +, Frank Wille wrote: > Module Name: src > Committed By: phx > Date: Sun Oct 30 21:08:33 UTC 2011 > > Modified Files: > src/sys/arch/sandpoint/stand/altboot: brdsetup.c dsk.c entry.S fxp.c > globals.h nvt.c rge.c skg.c stg.c vge.c >

Re: CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-03-20 Thread Frank Wille
David Laight wrote: > Can anything be done with the 'initrd' image - either as an image file > or something in the tar archive (IIRC it is likely to be one these days)? Altboot could theoretically use information from the initrd image. For example I thought about passing the bootargs in it. But

Re: CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-03-20 Thread David Laight
On Sun, Mar 20, 2011 at 02:07:05AM +, Frank Wille wrote: > > Log Message: > The DSM-G600 U-Boot is so restricted that there is no possibility to pass > any bootargs. So we will just do the default multiuser boot from wd0: when > altboot was started together with a Linux initrd image. Can anyt