The NetBSD Project

CVS log for src/sys/arch/arm/acpi/acpi_pci_machdep.h

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Aug 7 21:27:53 2021 UTC (3 years, 3 months ago) by jmcneill
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, 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, bouyer-sunxi-drm-base, bouyer-sunxi-drm, HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -1 lines
arm: acpi: Add support for SMCCC based PCI config access.

Revision 1.2.6.3: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:32 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.2.6.2: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.6.2: +23 -1 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.5.2.2: download - view: text, markup, annotated - select for diffs
Sat Feb 29 20:18:17 2020 UTC (4 years, 9 months ago) by ad
Branches: ad-namecache
Diff to: previous 1.5.2.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.2.1: +3 -1 lines
Sync with head.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Feb 1 13:26:43 2020 UTC (4 years, 10 months ago) by jmcneill
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1 lines
Add support for NXP Layerscape PCIe Gen4 (not ECAM compliant)

Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Fri Jan 17 21:47:23 2020 UTC (4 years, 10 months ago) by ad
Branches: ad-namecache
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +15 -2 lines
Sync with head.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jan 17 17:06:33 2020 UTC (4 years, 10 months ago) by jmcneill
Branches: MAIN
CVS tags: ad-namecache-base2, ad-namecache-base1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +15 -2 lines
Add support for Arm N1 SDP PCIe host controller.

The N1 SDP has a few bugs that we need to work around:
 - PCIe root port config space lives in a non-standard location.
 - Access to PCIe config space of devices that do not exist results in
   an sync SError. Firmware creates a "known devices" table at a fixed
   physical address that we use to filter PCI conf access to only known
   devices.

This change splits the Arm ACPI PCI quirks into separate files for each
host controller, and allows per-segment quirks to be applied.

These changes exposed some bugs in the MI ACPI layer related to
multi-segment support. The MI ACPI PCI code was using a shared PCI
chipset tag to access devices, and these accesses can happen before our
PCI host bridge drivers are attached! The global chipset tag is now gone,
and an MD callback can provide a custom tag on a per-segment basis.

Revision 1.2.8.1: download - view: text, markup, annotated - select for diffs
Tue Oct 15 19:37:58 2019 UTC (5 years, 1 month ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +9 -1 lines
Pull up following revision(s) (requested by jmcneill in ticket #332):

	sys/arch/arm/acpi/acpipchb.c: revision 1.10
	sys/arch/arm/acpi/acpipchb.c: revision 1.11
	sys/arch/arm/acpi/acpipchb.c: revision 1.12
	sys/arch/arm/acpi/acpi_pci_machdep.h: revision 1.3
	sys/arch/arm/acpi/acpi_pci_machdep.h: revision 1.4
	sys/arch/arm/acpi/acpi_pci_machdep.c: revision 1.10
	sys/arch/arm/acpi/acpi_pci_machdep.c: revision 1.11

Add quirks for Amazon Graviton PCIe root ports. Configuration space for the
root port is found in a child AMZN0001 resource, not the MCFG table.

 -

More Amazon Graviton quirks:
 - Ignore devno > 0 on the PCIe root port.
 - Fixup PCIe bridge bus number register on the root port.
 - Move quirk handling to acpipchb so it can be applied before the bus
   is configured.

 -

Fix detection of root port resources for Graviton and remove no longer required bridge fixup

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 15 13:27:50 2019 UTC (5 years, 1 month ago) by jmcneill
Branches: MAIN
CVS tags: phil-wifi-20191119, ad-namecache-base
Branch point for: ad-namecache
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
Amazon Graviton maxdevs quirk no longer required as of pci.c r1.155

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Oct 14 22:59:15 2019 UTC (5 years, 1 month ago) by jmcneill
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1 lines
More Amazon Graviton quirks:
 - Ignore devno > 0 on the PCIe root port.
 - Fixup PCIe bridge bus number register on the root port.
 - Move quirk handling to acpipchb so it can be applied before the bus
   is configured.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 14 00:16:29 2019 UTC (5 years, 1 month ago) by jmcneill
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -1 lines
Add quirks for Amazon Graviton PCIe root ports. Configuration space for the
root port is found in a child AMZN0001 resource, not the MCFG table.

Revision 1.2.6.2: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:05:50 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.2.6.1: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.6.1: +42 -0 lines
Sync with HEAD

Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Sat Oct 20 06:58:24 2018 UTC (6 years, 1 month ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.1: +42 -0 lines
Sync with head

Revision 1.2.6.1
Fri Oct 19 11:40:27 2018 UTC (6 years, 1 month ago) by christos
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.2: +0 -42 lines
file acpi_pci_machdep.h was added on branch phil-wifi on 2019-06-10 22:05:50 +0000

Revision 1.2.2.1
Fri Oct 19 11:40:27 2018 UTC (6 years, 1 month ago) by pgoyette
Branches: pgoyette-compat
FILE REMOVED
Changes since revision 1.2: +0 -42 lines
file acpi_pci_machdep.h was added on branch pgoyette-compat on 2018-10-20 06:58:24 +0000

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Oct 19 11:40:27 2018 UTC (6 years, 1 month ago) by jmcneill
Branches: MAIN
CVS tags: phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, netbsd-9-base, isaki-audio2-base, isaki-audio2
Branch point for: phil-wifi, pgoyette-compat, netbsd-9
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -1 lines
Add support for PCI Segment Groups.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Oct 15 11:35:03 2018 UTC (6 years, 1 month ago) by jmcneill
Branches: MAIN
Add ARM ACPI PCI support.

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>