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

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

2020-08-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 28 11:15:08 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: arm_cpu_topology_set only takes two arguments To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

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

2020-08-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 28 11:15:08 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: arm_cpu_topology_set only takes two arguments To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

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

2020-08-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 25 15:03:48 UTC 2020 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.21 -r1.22 src/sys/arch/arm/arm/armv6_start.S Please note that diffs

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

2020-08-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 25 15:03:48 UTC 2020 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.21 -r1.22 src/sys/arch/arm/arm/armv6_start.S Please note that diffs

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

2020-07-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 9 11:40:54 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Remove some newlines To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/arm/armv6_start.S Please note

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

2020-07-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 9 11:40:54 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Remove some newlines To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/arm/armv6_start.S Please note

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

2020-07-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jul 3 06:15:27 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Wrap a comment To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/arm/armv6_start.S Please note that

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

2020-07-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jul 3 06:15:27 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Wrap a comment To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/arm/armv6_start.S Please note that

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

2020-03-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 29 08:27:41 UTC 2020 Modified Files: src/sys/arch/arm/arm: arm_cpu_topology.c Log Message: Fix a c error from 1.3 that should fixes mrg's rk3399 slow vs fast CPU problem. My XU4 certainly reports the right relative speeds

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

2020-03-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 29 08:27:41 UTC 2020 Modified Files: src/sys/arch/arm/arm: arm_cpu_topology.c Log Message: Fix a c error from 1.3 that should fixes mrg's rk3399 slow vs fast CPU problem. My XU4 certainly reports the right relative speeds

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

2020-02-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 24 12:08:09 UTC 2020 Modified Files: src/sys/arch/arm/arm: fiq.c Log Message: Fix previous; we need for machines with !ARM_HAS_VBAR && !__ARM_FIQ_INDIRECT. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2020-02-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 24 12:08:09 UTC 2020 Modified Files: src/sys/arch/arm/arm: fiq.c Log Message: Fix previous; we need for machines with !ARM_HAS_VBAR && !__ARM_FIQ_INDIRECT. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2020-01-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 22 10:52:35 UTC 2020 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: Oops, the cast is required To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/arm/arm/arm_machdep.c Please

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

2020-01-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 22 10:52:35 UTC 2020 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: Oops, the cast is required To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/arm/arm/arm_machdep.c Please

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

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 21 04:59:47 UTC 2020 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: Remove unnecessary cast To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/arch/arm/arm/arm_machdep.c Please note

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

2020-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 21 04:59:47 UTC 2020 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: Remove unnecessary cast To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/arch/arm/arm/arm_machdep.c Please note

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

2020-01-15 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 16 06:34:24 UTC 2020 Modified Files: src/sys/arch/arm/arm: arm_cpu_topology.c Log Message: make the topology support empty on non-SMP enabled kernels. reduces kernel sizes and also fixes the builds. To generate a diff of

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

2020-01-15 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 16 06:34:24 UTC 2020 Modified Files: src/sys/arch/arm/arm: arm_cpu_topology.c Log Message: make the topology support empty on non-SMP enabled kernels. reduces kernel sizes and also fixes the builds. To generate a diff of

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

2020-01-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 7 09:55:30 UTC 2020 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: Give __HAVE_PIC_FAST_SOFTINTS a chance of compiling To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

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

2020-01-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 7 09:55:30 UTC 2020 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: Give __HAVE_PIC_FAST_SOFTINTS a chance of compiling To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

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

2019-12-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Dec 8 10:12:19 UTC 2019 Modified Files: src/sys/arch/arm/arm: lock_cas.S Log Message: Typo in comment To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/arm/lock_cas.S Please note that diffs are

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

2019-12-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Dec 8 10:12:19 UTC 2019 Modified Files: src/sys/arch/arm/arm: lock_cas.S Log Message: Typo in comment To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/arm/lock_cas.S Please note that diffs are

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

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:14:38 UTC 2019 Modified Files: src/sys/arch/arm/arm: fusu.S Log Message: Add operand that GNU as considers optional, but LLVM doesn't. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:14:38 UTC 2019 Modified Files: src/sys/arch/arm/arm: fusu.S Log Message: Add operand that GNU as considers optional, but LLVM doesn't. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2019-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 24 18:34:22 UTC 2019 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Add a function cast To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/arm/arm/disassem.c Please note that

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

2019-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 24 18:34:22 UTC 2019 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Add a function cast To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/arm/arm/disassem.c Please note that

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

2019-07-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 25 02:00:40 UTC 2019 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Only try to call EFI RT's reset once. If it faults for some reason, just return an error so the kernel will try to PSCI reset

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

2019-07-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 25 02:00:40 UTC 2019 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Only try to call EFI RT's reset once. If it faults for some reason, just return an error so the kernel will try to PSCI reset

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

2019-06-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 12 06:53:21 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Comment fix To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/arm/armv6_start.S Please note that diffs

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

2019-06-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 12 06:53:21 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Comment fix To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/arm/armv6_start.S Please note that diffs

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

2019-06-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 12 06:51:32 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Debug output improvement To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/arm/armv6_start.S Please note

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

2019-06-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 12 06:51:32 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Debug output improvement To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/arm/armv6_start.S Please note

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

2019-04-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 8 07:35:32 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Fix a comment. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/arm/armv6_start.S Please note that

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

2019-04-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 8 07:35:32 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Fix a comment. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/arm/armv6_start.S Please note that

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

2019-04-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Apr 7 14:14:03 UTC 2019 Modified Files: src/sys/arch/arm/arm: fusu.S Log Message: ...and now I really have the list of arch versions that require the armv2 style of ufetch_16/ustore_16. And since it's so many, just stop

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

2019-04-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Apr 7 14:14:03 UTC 2019 Modified Files: src/sys/arch/arm/arm: fusu.S Log Message: ...and now I really have the list of arch versions that require the armv2 style of ufetch_16/ustore_16. And since it's so many, just stop

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

2019-04-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Apr 7 04:11:56 UTC 2019 Modified Files: src/sys/arch/arm/arm: fusu.S Log Message: Fix ARM_ARCH_* brain fart. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/arm/fusu.S Please note that diffs

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

2019-04-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Apr 7 04:11:56 UTC 2019 Modified Files: src/sys/arch/arm/arm: fusu.S Log Message: Fix ARM_ARCH_* brain fart. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/arm/fusu.S Please note that diffs

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

2019-04-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 4 14:24:20 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Restructure so that storing of uboot args (including FDT address) and virtual to physical offset is done after armv[67]_init where we

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

2019-04-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 4 14:24:20 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Restructure so that storing of uboot args (including FDT address) and virtual to physical offset is done after armv[67]_init where we

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

2019-04-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Apr 3 17:55:27 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Debug output alignment To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/arm/armv6_start.S Please note

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

2019-04-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Apr 3 17:55:27 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Debug output alignment To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/arm/armv6_start.S Please note

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

2019-04-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Apr 2 20:00:36 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Whitespace police To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/arm/armv6_start.S Please note that

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

2019-04-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Apr 2 20:00:36 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Whitespace police To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/arm/armv6_start.S Please note that

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

2019-03-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 17 08:25:10 UTC 2019 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Fixup a comment To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/arch/arm/arm/undefined.c Please note that diffs

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

2019-03-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 17 08:25:10 UTC 2019 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Fixup a comment To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/arch/arm/arm/undefined.c Please note that diffs

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

2019-03-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Mar 16 10:13:34 UTC 2019 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Style and whitespace. NFC. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/arm/arm/undefined.c Please note

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

2019-03-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Mar 16 10:13:34 UTC 2019 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Style and whitespace. NFC. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/arm/arm/undefined.c Please note

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

2019-02-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 9 07:20:21 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Typo in comment To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/armv6_start.S Please note that diffs

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

2019-02-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 9 07:20:21 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Typo in comment To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/armv6_start.S Please note that diffs

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

2019-02-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 9 07:19:02 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Print revidr of BP as well as APs To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/arm/armv6_start.S

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

2019-02-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 9 07:19:02 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Print revidr of BP as well as APs To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/arm/armv6_start.S

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

2019-02-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 6 14:12:25 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Don't VPRINTF until we have stack for our CPU setup properly To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2019-02-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 6 14:12:25 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Don't VPRINTF until we have stack for our CPU setup properly To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2019-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 2 16:27:04 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/arm/armv6_start.S Please note that diffs are

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

2019-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 2 16:27:04 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/arm/armv6_start.S Please note that diffs are

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

2019-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 2 16:17:15 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Misc. tidyup To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/arm/armv6_start.S Please note that diffs

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

2019-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 2 16:17:15 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Misc. tidyup To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/arm/armv6_start.S Please note that diffs

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

2019-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 2 14:31:33 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Fix a ASEND To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/arm/armv6_start.S Please note that diffs are

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

2019-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 2 14:31:33 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Fix a ASEND To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/arm/armv6_start.S Please note that diffs are

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

2018-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 30 09:05:51 UTC 2018 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Allow setend be decode To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/arm/disassem.c Please note that

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

2018-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 30 09:05:51 UTC 2018 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Allow setend be decode To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/arm/disassem.c Please note that

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

2018-10-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 13 00:07:55 UTC 2018 Modified Files: src/sys/arch/arm/arm: psci.c psci.h Log Message: Add function that returns true if PSCI has been initialized To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2018-10-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 13 00:07:55 UTC 2018 Modified Files: src/sys/arch/arm/arm: psci.c psci.h Log Message: Add function that returns true if PSCI has been initialized To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2018-10-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 6 15:54:55 UTC 2018 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv7.S Log Message: Add the ARM ARM cache operation name in some comments To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

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

2018-10-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 6 15:54:55 UTC 2018 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv7.S Log Message: Add the ARM ARM cache operation name in some comments To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

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

2018-08-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Aug 23 21:01:43 UTC 2018 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/sys/arch/arm/arm/cpufunc.c Please note that diffs are not

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

2018-08-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Aug 23 21:01:43 UTC 2018 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/sys/arch/arm/arm/cpufunc.c Please note that diffs are not

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

2018-08-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 15 05:57:01 UTC 2018 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: sort #include "opt_..." entries To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/arm/arm/arm_machdep.c

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

2018-08-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 15 05:57:01 UTC 2018 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: sort #include "opt_..." entries To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/arm/arm/arm_machdep.c

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

2018-06-15 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jun 15 15:59:20 UTC 2018 Modified Files: src/sys/arch/arm/arm: psci.c Log Message: Use correct value for PSCI 0.2+ PSCI_CPU_ON. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/arm/psci.c

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

2018-06-15 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jun 15 15:59:20 UTC 2018 Modified Files: src/sys/arch/arm/arm: psci.c Log Message: Use correct value for PSCI 0.2+ PSCI_CPU_ON. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/arm/psci.c

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

2018-05-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri May 25 15:37:58 UTC 2018 Modified Files: src/sys/arch/arm/arm: syscall.c Log Message: PR kern/53261: handle SYS_syscall indirection in MD code - the generic version would misalign the argument array. To generate a diff of

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

2018-05-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri May 25 15:37:58 UTC 2018 Modified Files: src/sys/arch/arm/arm: syscall.c Log Message: PR kern/53261: handle SYS_syscall indirection in MD code - the generic version would misalign the argument array. To generate a diff of

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

2018-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 20 14:43:25 UTC 2018 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_arm11x6.S Log Message: PR/52934: Yasushi Oshima: Apply the erratum fix that was applied to wbinv_range to isync_range so that we don't hang when we

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

2018-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 20 14:43:25 UTC 2018 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_arm11x6.S Log Message: PR/52934: Yasushi Oshima: Apply the erratum fix that was applied to wbinv_range to isync_range so that we don't hang when we

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

2018-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 18 14:18:23 UTC 2018 Modified Files: src/sys/arch/arm/arm: syscall.c Log Message: Fix test for SMI_IMB{,range} that was broken in 1.46 >From Ramakrishna Rao Desetti To generate a diff of this commit: cvs rdiff -u -r1.62

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

2018-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 18 14:18:23 UTC 2018 Modified Files: src/sys/arch/arm/arm: syscall.c Log Message: Fix test for SMI_IMB{,range} that was broken in 1.46 >From Ramakrishna Rao Desetti To generate a diff of this commit: cvs rdiff -u -r1.62

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

2018-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 17 02:37:33 UTC 2018 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_xscale.S Log Message: rename DCACHE_SIZE to XSCALE_DCACHE_SIZE to avoid conflict with genassym field offset with the same name. To generate a diff

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

2018-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 17 02:37:33 UTC 2018 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_xscale.S Log Message: rename DCACHE_SIZE to XSCALE_DCACHE_SIZE to avoid conflict with genassym field offset with the same name. To generate a diff

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

2017-10-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 22 07:52:40 UTC 2017 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/sys/arch/arm/arm/cpufunc.c Please note that diffs are not public

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

2017-10-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 22 07:52:40 UTC 2017 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/sys/arch/arm/arm/cpufunc.c Please note that diffs are not public

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

2017-08-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 27 11:44:49 UTC 2017 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: #ifdef whack-a-mole To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 src/sys/arch/arm/arm/cpufunc.c Please note that diffs

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

2017-08-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 27 11:44:49 UTC 2017 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: #ifdef whack-a-mole To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 src/sys/arch/arm/arm/cpufunc.c Please note that diffs

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

2017-08-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 26 07:17:12 UTC 2017 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Fixup CPU_PJ4B for recent armv7 tlb operation changes. To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165

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

2017-08-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 26 07:17:12 UTC 2017 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Fixup CPU_PJ4B for recent armv7 tlb operation changes. To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165

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

2017-07-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jul 23 13:35:15 UTC 2017 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/arch/arm/arm/arm_machdep.c Please note that

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

2017-07-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jul 23 13:35:15 UTC 2017 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/arch/arm/arm/arm_machdep.c Please note that

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

2017-07-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jul 15 06:25:20 UTC 2017 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_arm11x6.S Log Message: Fix a comment To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/arm/cpufunc_asm_arm11x6.S Please

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

2017-07-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jul 15 06:25:20 UTC 2017 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_arm11x6.S Log Message: Fix a comment To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/arm/cpufunc_asm_arm11x6.S Please

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

2017-07-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jul 15 06:20:22 UTC 2017 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv6.S Log Message: Spell invalidate correctly in comments. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2017-07-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jul 15 06:20:22 UTC 2017 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv6.S Log Message: Spell invalidate correctly in comments. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2017-06-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 3 11:51:59 UTC 2017 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Adjust the output of {ldr,str}x instructions slightly and deal with the writeback bit. To generate a diff of this commit: cvs rdiff -u

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

2017-06-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 3 11:51:59 UTC 2017 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Adjust the output of {ldr,str}x instructions slightly and deal with the writeback bit. To generate a diff of this commit: cvs rdiff -u

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

2017-06-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jun 2 21:20:47 UTC 2017 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Fix the fix by removing redundant lines. Thanks chuq. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

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

2017-06-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jun 2 21:20:47 UTC 2017 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Fix the fix by removing redundant lines. Thanks chuq. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

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

2017-06-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jun 2 19:58:31 UTC 2017 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Fix up some instructions. Prompted by chuq. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

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

2017-06-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jun 2 19:58:31 UTC 2017 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Fix up some instructions. Prompted by chuq. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

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

2017-05-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 12 05:46:39 UTC 2017 Modified Files: src/sys/arch/arm/arm: ast.c Log Message: KASSERT -> MASSERTMSG To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arm/arm/ast.c Please note that diffs are not

<    1   2   3   4   5   6   >