CVS commit: src/sys/arch/macppc/stand/ofwboot

2025-01-13 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 13 17:33:10 UTC 2025 Modified Files: src/sys/arch/macppc/stand/ofwboot: boot.c version Log Message: Tweak bootpath strings in ofwboot for OpenBIOS used on qemu-system-ppc. Bump version to denote the visible change. This

CVS commit: src/sys/arch/macppc/stand/ofwboot

2025-01-13 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 13 17:33:10 UTC 2025 Modified Files: src/sys/arch/macppc/stand/ofwboot: boot.c version Log Message: Tweak bootpath strings in ofwboot for OpenBIOS used on qemu-system-ppc. Bump version to denote the visible change. This

CVS commit: src/sys/arch/macppc/stand/ofwboot

2022-07-10 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jul 10 14:18:27 UTC 2022 Modified Files: src/sys/arch/macppc/stand/ofwboot: loadfile_machdep.c Log Message: Fix order of hi / lo halves in the ofw_address_cells == 2 case. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/arch/macppc/stand/ofwboot

2022-07-10 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jul 10 14:18:27 UTC 2022 Modified Files: src/sys/arch/macppc/stand/ofwboot: loadfile_machdep.c Log Message: Fix order of hi / lo halves in the ofw_address_cells == 2 case. To generate a diff of this commit: cvs rdiff -u -r1

Re: CVS commit: src/sys/arch/macppc/stand/ofwboot

2018-11-16 Thread Izumi Tsutsui
> Module Name: src > Committed By: tsutsui > Date: Fri Nov 16 14:58:54 UTC 2018 > > Modified Files: > src/sys/arch/macppc/stand/ofwboot: ofdev.c version > > Log Message: > Fix boot failure from installation floppies. PR port-macppc/53103 Ugh, this should be PR port-macppc/53727