CVS commit: src/sys/arch/arm/arm

2024-04-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 14 07:56:13 UTC 2024 Modified Files: src/sys/arch/arm/arm: sig_machdep.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/arm/arm/sig_machdep.c Please note

CVS commit: src/sys/arch/arm/arm

2024-04-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 14 07:56:13 UTC 2024 Modified Files: src/sys/arch/arm/arm: sig_machdep.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/arm/arm/sig_machdep.c Please note

CVS commit: src/sys/arch/arm/arm

2024-01-15 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Jan 15 19:34:13 UTC 2024 Modified Files: src/sys/arch/arm/arm: disksubr_acorn.c Log Message: Replace format specifier from %08x to PRId64 for bp->blkno. Exchange incorrectly placed printf() __func__ and loop arguments. Fixes

CVS commit: src/sys/arch/arm/arm

2024-01-15 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Jan 15 19:34:13 UTC 2024 Modified Files: src/sys/arch/arm/arm: disksubr_acorn.c Log Message: Replace format specifier from %08x to PRId64 for bp->blkno. Exchange incorrectly placed printf() __func__ and loop arguments. Fixes

CVS commit: src/sys/arch/arm/arm

2023-11-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 7 13:31:26 UTC 2023 Modified Files: src/sys/arch/arm/arm: smccc.c Log Message: smccc: Adjust SMCCC_ARCH_ATTRIBUTE for clang/arm Conditionally use (1) __attribute__ ((target("arch=armv7ve"))) (2) __attribute__

CVS commit: src/sys/arch/arm/arm

2023-11-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 7 13:31:26 UTC 2023 Modified Files: src/sys/arch/arm/arm: smccc.c Log Message: smccc: Adjust SMCCC_ARCH_ATTRIBUTE for clang/arm Conditionally use (1) __attribute__ ((target("arch=armv7ve"))) (2) __attribute__

CVS commit: src/sys/arch/arm/arm

2023-03-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Mar 4 08:52:20 UTC 2023 Modified Files: src/sys/arch/arm/arm: compat_16_machdep.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/arm/compat_16_machdep.c

CVS commit: src/sys/arch/arm/arm

2023-03-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Mar 4 08:52:20 UTC 2023 Modified Files: src/sys/arch/arm/arm: compat_16_machdep.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/arm/compat_16_machdep.c

CVS commit: src/sys/arch/arm/arm

2022-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 20 06:58:38 UTC 2022 Modified Files: src/sys/arch/arm/arm: bcopyinout.S bcopyinout_xscale.S blockio.S copystr.S cpu_in_cksum.S cpufunc_asm_arm10.S cpufunc_asm_arm67.S cpufunc_asm_arm7tdmi.S

CVS commit: src/sys/arch/arm/arm

2022-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 20 06:58:38 UTC 2022 Modified Files: src/sys/arch/arm/arm: bcopyinout.S bcopyinout_xscale.S blockio.S copystr.S cpu_in_cksum.S cpufunc_asm_arm10.S cpufunc_asm_arm67.S cpufunc_asm_arm7tdmi.S

CVS commit: src/sys/arch/arm/arm

2022-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 15 11:19:23 UTC 2022 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Add a boot option to disable EFI runtime services. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/arm/arm

2022-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 15 11:19:23 UTC 2022 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Add a boot option to disable EFI runtime services. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/arm/arm

2022-06-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 18 08:13:44 UTC 2022 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Simplify (imo) #ifdefs a little. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/arm/efi_runtime.c

CVS commit: src/sys/arch/arm/arm

2022-06-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 18 08:13:44 UTC 2022 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Simplify (imo) #ifdefs a little. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/arm/efi_runtime.c

CVS commit: src/sys/arch/arm/arm

2022-05-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 16 07:07:17 UTC 2022 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: port-arm/50635: arm11_setup() cpuctrlmask value causes CPU_CONTROL_VECRELOC bit to toggle Fix slightly differently to as suggested in the

CVS commit: src/sys/arch/arm/arm

2022-05-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 16 07:07:17 UTC 2022 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: port-arm/50635: arm11_setup() cpuctrlmask value causes CPU_CONTROL_VECRELOC bit to toggle Fix slightly differently to as suggested in the

CVS commit: src/sys/arch/arm/arm

2022-04-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 3 09:49:37 UTC 2022 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: efi_rtcopy is only used on little endian kernels. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/arm/arm

2022-04-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 3 09:49:37 UTC 2022 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: efi_rtcopy is only used on little endian kernels. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/arm/arm

2022-01-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 8 09:01:00 UTC 2022 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/arch/arm/arm/undefined.c Please note that diffs are not

CVS commit: src/sys/arch/arm/arm

2022-01-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 8 09:01:00 UTC 2022 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/arch/arm/arm/undefined.c Please note that diffs are not

CVS commit: src/sys/arch/arm/arm

2022-01-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 8 09:00:23 UTC 2022 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Make VERBOSE_ARM32 compile again and reduce #ifdefs while I'm here To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73

CVS commit: src/sys/arch/arm/arm

2022-01-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 8 09:00:23 UTC 2022 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Make VERBOSE_ARM32 compile again and reduce #ifdefs while I'm here To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73

CVS commit: src/sys/arch/arm/arm

2021-11-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 27 08:51:01 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Apply some errata workarounds for Cortex A17 To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183

CVS commit: src/sys/arch/arm/arm

2021-11-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 27 08:51:01 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Apply some errata workarounds for Cortex A17 To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183

CVS commit: src/sys/arch/arm/arm

2021-11-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 11 07:26:41 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc_asm.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/arm/cpufunc_asm.S Please note that

CVS commit: src/sys/arch/arm/arm

2021-11-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 11 07:26:41 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc_asm.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/arm/cpufunc_asm.S Please note that

CVS commit: src/sys/arch/arm/arm

2021-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 30 09:23:10 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Remove stale comment To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/arch/arm/arm/undefined.c Please note that

CVS commit: src/sys/arch/arm/arm

2021-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 30 09:23:10 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Remove stale comment To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/arch/arm/arm/undefined.c Please note that

CVS commit: src/sys/arch/arm/arm

2021-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 30 08:20:35 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: KNF and remove (some) unnecessary #includes To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70

CVS commit: src/sys/arch/arm/arm

2021-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 30 08:20:35 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: KNF and remove (some) unnecessary #includes To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70

CVS commit: src/sys/arch/arm/arm

2021-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 30 08:10:49 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Use designated initialisers for static handlers and reduce the kernel size a little. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/arm/arm

2021-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 30 08:10:49 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Use designated initialisers for static handlers and reduce the kernel size a little. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/arm/arm

2021-10-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 26 06:34:03 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: G/C FAST_FPE To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/arm/arm/undefined.c Please note that diffs are

CVS commit: src/sys/arch/arm/arm

2021-10-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 26 06:34:03 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: G/C FAST_FPE To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/arm/arm/undefined.c Please note that diffs are

Re: CVS commit: src/sys/arch/arm/arm

2021-10-07 Thread Rin Okuyama
Oops, forgot to mention: No binary changes. On 2021/10/07 18:58, Rin Okuyama wrote: Module Name:src Committed By: rin Date: Thu Oct 7 09:58:27 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv5_ec.S Log Message: Reduce diff with cpufunc_asm_armv5.S, from

CVS commit: src/sys/arch/arm/arm

2021-10-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 7 09:58:27 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv5_ec.S Log Message: Reduce diff with cpufunc_asm_armv5.S, from which this file was derived. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/sys/arch/arm/arm

2021-10-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 7 09:58:27 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv5_ec.S Log Message: Reduce diff with cpufunc_asm_armv5.S, from which this file was derived. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/sys/arch/arm/arm

2021-10-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 7 09:57:27 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv5.S Log Message: trailing whitespace/tab To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/cpufunc_asm_armv5.S

CVS commit: src/sys/arch/arm/arm

2021-10-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 7 09:57:27 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv5.S Log Message: trailing whitespace/tab To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/cpufunc_asm_armv5.S

CVS commit: src/sys/arch/arm/arm

2021-09-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 18 09:49:57 UTC 2021 Modified Files: src/sys/arch/arm/arm: bus_stubs.c Log Message: bus_space_is_equal: fix crash when called with NULL tag To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/arm/arm

2021-09-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 18 09:49:57 UTC 2021 Modified Files: src/sys/arch/arm/arm: bus_stubs.c Log Message: bus_space_is_equal: fix crash when called with NULL tag To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/arm/arm

2021-09-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 12 07:14:50 UTC 2021 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: More debug. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/arm/armv6_start.S Please note that diffs

CVS commit: src/sys/arch/arm/arm

2021-09-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 12 07:14:50 UTC 2021 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: More debug. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/arm/armv6_start.S Please note that diffs

CVS commit: src/sys/arch/arm/arm

2021-09-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 8 11:02:05 UTC 2021 Modified Files: src/sys/arch/arm/arm: bus_stubs.c Log Message: Consider two tags equal if they share the same cookie. For fdtbus, we may have different tags to deal with mapping attributes and CPU

CVS commit: src/sys/arch/arm/arm

2021-09-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 8 11:02:05 UTC 2021 Modified Files: src/sys/arch/arm/arm: bus_stubs.c Log Message: Consider two tags equal if they share the same cookie. For fdtbus, we may have different tags to deal with mapping attributes and CPU

CVS commit: src/sys/arch/arm/arm

2021-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 8 13:43:09 UTC 2021 Modified Files: src/sys/arch/arm/arm: smccc.c Log Message: fix armv7 build To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/arm/smccc.c Please note that diffs are not

CVS commit: src/sys/arch/arm/arm

2021-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 8 13:43:09 UTC 2021 Modified Files: src/sys/arch/arm/arm: smccc.c Log Message: fix armv7 build To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/arm/smccc.c Please note that diffs are not

CVS commit: src/sys/arch/arm/arm

2021-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 7 21:21:49 UTC 2021 Modified Files: src/sys/arch/arm/arm: smccc.c smccc.h Log Message: arm: SMCCC: Add return values to smccc_call To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/arm/arm

2021-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 7 21:21:49 UTC 2021 Modified Files: src/sys/arch/arm/arm: smccc.c smccc.h Log Message: arm: SMCCC: Add return values to smccc_call To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/arm/arm

2021-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 7 21:20:14 UTC 2021 Modified Files: src/sys/arch/arm/arm: psci.c psci.h Log Message: arm: PSCI: Add a function to return the PSCI conduit. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/arm/arm

2021-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 7 21:20:14 UTC 2021 Modified Files: src/sys/arch/arm/arm: psci.c psci.h Log Message: arm: PSCI: Add a function to return the PSCI conduit. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/arm/arm

2021-07-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jul 2 07:15:35 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Be consistent about #ifndef ARM32_DISABLE_ALIGNMENT_FAULTS. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181

CVS commit: src/sys/arch/arm/arm

2021-07-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jul 2 07:15:35 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Be consistent about #ifndef ARM32_DISABLE_ALIGNMENT_FAULTS. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181

CVS commit: src/sys/arch/arm/arm

2021-02-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 21 08:47:13 UTC 2021 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: KNF consistency To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/arm/arm/arm_machdep.c Please note that

CVS commit: src/sys/arch/arm/arm

2021-02-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 21 08:47:13 UTC 2021 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: KNF consistency To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/arm/arm/arm_machdep.c Please note that

CVS commit: src/sys/arch/arm/arm

2021-02-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 21 08:46:28 UTC 2021 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: Some preemption updates - still not being used (yet) To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66

CVS commit: src/sys/arch/arm/arm

2021-02-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 21 08:46:28 UTC 2021 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: Some preemption updates - still not being used (yet) To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66

CVS commit: src/sys/arch/arm/arm

2021-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 17 06:54:23 UTC 2021 Modified Files: src/sys/arch/arm/arm: idle_machdep.c Log Message: Trailing whitespace. *snigger* To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/arm/idle_machdep.c

CVS commit: src/sys/arch/arm/arm

2021-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 17 06:54:23 UTC 2021 Modified Files: src/sys/arch/arm/arm: idle_machdep.c Log Message: Trailing whitespace. *snigger* To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/arm/idle_machdep.c

CVS commit: src/sys/arch/arm/arm

2021-01-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 31 05:59:55 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: One #include "opt_cputypes.h" is enough for anyone To generate a diff of this commit: cvs rdiff -u -r1.179 -r1.180

CVS commit: src/sys/arch/arm/arm

2021-01-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 31 05:59:55 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: One #include "opt_cputypes.h" is enough for anyone To generate a diff of this commit: cvs rdiff -u -r1.179 -r1.180

CVS commit: src/sys/arch/arm/arm

2021-01-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 27 13:50:17 UTC 2021 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Trailing whitespace... heh To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/arm/armv6_start.S Please

CVS commit: src/sys/arch/arm/arm

2021-01-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 27 13:50:17 UTC 2021 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Trailing whitespace... heh To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/arm/armv6_start.S Please

CVS commit: src/sys/arch/arm/arm

2020-12-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 18 07:40:27 UTC 2020 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Make this compile on arm To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/arm/efi_runtime.c Please note

CVS commit: src/sys/arch/arm/arm

2020-12-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 18 07:40:27 UTC 2020 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Make this compile on arm To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/arm/efi_runtime.c Please note

CVS commit: src/sys/arch/arm/arm

2020-12-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Dec 11 09:14:19 UTC 2020 Modified Files: src/sys/arch/arm/arm: bcopyinout.S Log Message: arm copyin/out: make copyin not use copyout's epilogue (typo in labels) The epilogues are the same, so this is harmless, but if they

CVS commit: src/sys/arch/arm/arm

2020-12-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Dec 11 09:14:19 UTC 2020 Modified Files: src/sys/arch/arm/arm: bcopyinout.S Log Message: arm copyin/out: make copyin not use copyout's epilogue (typo in labels) The epilogues are the same, so this is harmless, but if they

CVS commit: src/sys/arch/arm/arm

2020-12-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 4 08:00:53 UTC 2020 Modified Files: src/sys/arch/arm/arm: psci.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/arm/psci.c Please note that diffs are not

CVS commit: src/sys/arch/arm/arm

2020-12-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 4 08:00:53 UTC 2020 Modified Files: src/sys/arch/arm/arm: psci.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/arm/psci.c Please note that diffs are not

CVS commit: src/sys/arch/arm/arm

2020-12-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 1 13:11:55 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Simplify the simplification... basically always set sctlr.u before setting cpsr.e To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/arm/arm

2020-12-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 1 13:11:55 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Simplify the simplification... basically always set sctlr.u before setting cpsr.e To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/arm/arm

2020-12-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 1 08:35:31 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Simplify previous To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/arm/arm/armv6_start.S Please note that

CVS commit: src/sys/arch/arm/arm

2020-12-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 1 08:35:31 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Simplify previous To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/arm/arm/armv6_start.S Please note that

CVS commit: src/sys/arch/arm/arm

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 02:46:19 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S cpufunc.c Log Message: Fix earmv6{,hf}eb start-up routines: - Turn on U-bit in SCTLR before E-bit is turned on by ``setend be'', in order to avoid

CVS commit: src/sys/arch/arm/arm

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 02:46:19 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S cpufunc.c Log Message: Fix earmv6{,hf}eb start-up routines: - Turn on U-bit in SCTLR before E-bit is turned on by ``setend be'', in order to avoid

CVS commit: src/sys/arch/arm/arm

2020-11-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Nov 30 21:06:56 UTC 2020 Modified Files: src/sys/arch/arm/arm: cpu_subr.c Log Message: Ensure stores are observed before the 'sev' instructions. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/arm/arm

2020-11-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Nov 30 21:06:56 UTC 2020 Modified Files: src/sys/arch/arm/arm: cpu_subr.c Log Message: Ensure stores are observed before the 'sev' instructions. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/arm/arm

2020-11-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Nov 12 01:03:22 UTC 2020 Modified Files: src/sys/arch/arm/arm: cpu_exec.c Log Message: If neither COMPAT_NETBSD32 nor MODULAR is defined, there's no chance for lwp to be running under COMPAT_NETBSD32. Suggested by mrg. To

CVS commit: src/sys/arch/arm/arm

2020-11-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Nov 12 01:03:22 UTC 2020 Modified Files: src/sys/arch/arm/arm: cpu_exec.c Log Message: If neither COMPAT_NETBSD32 nor MODULAR is defined, there's no chance for lwp to be running under COMPAT_NETBSD32. Suggested by mrg. To

Re: CVS commit: src/sys/arch/arm/arm

2020-11-11 Thread Rin Okuyama
On 2020/11/12 6:52, matthew green wrote: "Rin Okuyama" writes: Module Name:src Committed By: rin Date: Tue Nov 10 21:40:07 UTC 2020 Modified Files: src/sys/arch/arm/arm: cpu_exec.c Log Message: Test (epp->ep_esch->es_emul != _netbsd) instead of nice, this is a step

re: CVS commit: src/sys/arch/arm/arm

2020-11-11 Thread matthew green
"Rin Okuyama" writes: > Module Name: src > Committed By: rin > Date: Tue Nov 10 21:40:07 UTC 2020 > > Modified Files: > src/sys/arch/arm/arm: cpu_exec.c > > Log Message: > Test (epp->ep_esch->es_emul != _netbsd) instead of nice, this is a step forward. an optimisation on it could

CVS commit: src/sys/arch/arm/arm

2020-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 10 21:40:07 UTC 2020 Modified Files: src/sys/arch/arm/arm: cpu_exec.c Log Message: Test (epp->ep_esch->es_emul != _netbsd) instead of (epp->ep_esch->es_emul == _netbsd32) to determine whether curlwp is running on

CVS commit: src/sys/arch/arm/arm

2020-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 10 21:40:07 UTC 2020 Modified Files: src/sys/arch/arm/arm: cpu_exec.c Log Message: Test (epp->ep_esch->es_emul != _netbsd) instead of (epp->ep_esch->es_emul == _netbsd32) to determine whether curlwp is running on

CVS commit: src/sys/arch/arm/arm

2020-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 10 21:38:03 UTC 2020 Modified Files: src/sys/arch/arm/arm: core_machdep.c Log Message: Stop turning on EABI flag to core files dumped by OABI binaries. This seems a bug introduced in rev 1.5:

CVS commit: src/sys/arch/arm/arm

2020-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 10 21:38:03 UTC 2020 Modified Files: src/sys/arch/arm/arm: core_machdep.c Log Message: Stop turning on EABI flag to core files dumped by OABI binaries. This seems a bug introduced in rev 1.5:

CVS commit: src/sys/arch/arm/arm

2020-10-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 13 21:06:18 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Remove some XXXNHs To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arm/arm/armv6_start.S Please note that

CVS commit: src/sys/arch/arm/arm

2020-10-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 13 21:06:18 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Remove some XXXNHs To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arm/arm/armv6_start.S Please note that

CVS commit: src/sys/arch/arm/arm

2020-09-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Sep 24 11:02:02 UTC 2020 Modified Files: src/sys/arch/arm/arm: bus_space_asm_generic.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/arm/arm

2020-09-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Sep 24 11:02:02 UTC 2020 Modified Files: src/sys/arch/arm/arm: bus_space_asm_generic.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/arm/arm

2020-09-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 22 00:55:09 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: swp is only useful on armv7 uni-processor systems. we will need the emulation if we want to run old binaries.. To generate a diff of

CVS commit: src/sys/arch/arm/arm

2020-09-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 22 00:55:09 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: swp is only useful on armv7 uni-processor systems. we will need the emulation if we want to run old binaries.. To generate a diff of

CVS commit: src/sys/arch/arm/arm

2020-09-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 21 21:26:43 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: turn on CPU_CONTROL_SWP_ENABLE. this allows armv[67] systems to use 'swp' and 'swpb' instructions, which means they can run armv[45]

CVS commit: src/sys/arch/arm/arm

2020-09-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 21 21:26:43 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: turn on CPU_CONTROL_SWP_ENABLE. this allows armv[67] systems to use 'swp' and 'swpb' instructions, which means they can run armv[45]

CVS commit: src/sys/arch/arm/arm

2020-09-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Sep 21 10:35:12 UTC 2020 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Allow an undefined instruction to use lr (r14) as Rt. New gcc emits this with TPIDRURO read. Not sure why the exception handler cares if

CVS commit: src/sys/arch/arm/arm

2020-09-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Sep 21 10:35:12 UTC 2020 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Allow an undefined instruction to use lr (r14) as Rt. New gcc emits this with TPIDRURO read. Not sure why the exception handler cares if

CVS commit: src/sys/arch/arm/arm

2020-09-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 8 17:20:11 UTC 2020 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Disable EFI runtime support for BE kernels To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/arm/arm

2020-09-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 8 17:20:11 UTC 2020 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Disable EFI runtime support for BE kernels To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/arm/arm

2020-08-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 28 13:00:29 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Change to the KVA stack address straight after the MMU is turned on To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/arch/arm/arm

2020-08-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 28 13:00:29 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Change to the KVA stack address straight after the MMU is turned on To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/arch/arm/arm

2020-08-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 28 12:56:19 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: #ifdef -> #if defined To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/arm/armv6_start.S Please note

  1   2   3   4   5   6   >