Module Name:src
Committed By: rin
Date: Fri Apr 29 20:24:02 UTC 2022
Modified Files:
src/sys/arch/sparc/stand/ofwboot: loadfile_machdep.c
Log Message:
Fix fallout from libsa change; stand.h includes now.
- Stop redefining roundup2().
- Compare kvamap->start (uint64_t) wi
Module Name:src
Committed By: rin
Date: Fri Apr 29 20:24:02 UTC 2022
Modified Files:
src/sys/arch/sparc/stand/ofwboot: loadfile_machdep.c
Log Message:
Fix fallout from libsa change; stand.h includes now.
- Stop redefining roundup2().
- Compare kvamap->start (uint64_t) wi
Module Name:src
Committed By: martin
Date: Thu Nov 28 14:21:25 UTC 2019
Modified Files:
src/sys/arch/sparc/stand/ofwboot: srt0.s
Log Message:
Provide a mostly-zeroed page at the start of the text segment, to work around
an OpenBIOS bug, see PR port-sparc64/54719 for detail
Module Name:src
Committed By: martin
Date: Thu Nov 28 14:21:25 UTC 2019
Modified Files:
src/sys/arch/sparc/stand/ofwboot: srt0.s
Log Message:
Provide a mostly-zeroed page at the start of the text segment, to work around
an OpenBIOS bug, see PR port-sparc64/54719 for detail
> Modified Files:
> src/sys/arch/sparc/stand/ofwboot: ofdev.c
>
> Log Message:
> Add support for ffsv2 and lfs.
It's better to bump ofwboot/version too.
---
Izumi Tsutsui
Module Name:src
Committed By: eeh
Date: Wed Feb 17 15:50:06 UTC 2010
Modified Files:
src/sys/arch/sparc/stand/ofwboot: ofdev.c
Log Message:
Add support for ffsv2 and lfs.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/sparc/stand/ofwboot/ofdev
Module Name:src
Committed By: martin
Date: Wed Jan 27 22:18:37 UTC 2010
Modified Files:
src/sys/arch/sparc/stand/ofwboot: boot.c ofdev.c version
Log Message:
Properly close the firmware handle before starting the kernel.
This makes netbooting via bge* work.
To generate a