The NetBSD Project

CVS log for src/sys/arch/arm/apple/apple_platform.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / arm / apple

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Apr 7 08:55:29 2023 UTC (2 years, 1 month ago) by skrll
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +14 -13 lines
Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Oct 15 11:07:38 2022 UTC (2 years, 6 months ago) by jmcneill
Branches: MAIN
CVS tags: netbsd-10-base, netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
Use "non-posted" instead of "strongly ordered" to describe nGnRnE mappings

Rename the following defines:
 - _ARM_BUS_SPACE_MAP_STRONGLY_ORDERED to BUS_SPACE_MAP_NONPOSTED
 - PMAP_DEV_SO to PMAP_DEV_NP
 - LX_BLKPAG_ATTR_DEVICE_MEM_SO to LX_BLKPAG_ATTR_DEVICE_MEM_NP
Rename the following option:
 - AARCH64_DEVICE_MEM_STRONGLY_ORDERED to AARCH64_DEVICE_MEM_NONPOSTED

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Sep 13 23:30:52 2021 UTC (3 years, 7 months ago) by jmcneill
Branches: MAIN
CVS tags: bouyer-sunxi-drm-base, bouyer-sunxi-drm
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +19 -3 lines
apple: provide a non-posted bs tag by default

This tag is still used for early console attachment.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Sep 2 20:57:57 2021 UTC (3 years, 8 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +15 -20 lines
apple: derive CPU speed from mpidr_el1

According to https://github.com/AsahiLinux/docs/wiki/HW%3AARM-System-Registers,
MPIDR_EL1 Aff2 determines whether a core is an efficiency or performance
core. Replace the compat data table with code that uses the aff2 value
for fake DMIPS/MHz value, to hopefully maintain compatibility with future
cores.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Sep 1 23:05:03 2021 UTC (3 years, 8 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +27 -2 lines
Make the scheduler aware of the differences between efficiency and
performance cores.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 30 23:26:26 2021 UTC (3 years, 8 months ago) by jmcneill
Branches: MAIN
Add initial support for Apple M1.

Currently supported devices:
 - Interrupt controller
 - IOMMU
 - PCIe (USB3 and ethernet)
 - Reboot via watchdog
 - Framebuffer console

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>