CVS log for src/sys/arch/arm/imx/fdt/Attic/imx6_pcie.c
Up to [cvs.NetBSD.org] / src / sys / arch / arm / imx / fdt
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8.2.1
Sun Jan 3 16:34:52 2021 UTC (4 years ago) by thorpej
Branches: thorpej-futex
FILE REMOVED
Changes since revision 1.8: +2 -2
lines
Sync w/ HEAD.
Revision 1.9
Wed Dec 23 14:42:38 2020 UTC (4 years ago) by skrll
Branches: MAIN
CVS tags: thorpej-futex-base,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
FILE REMOVED
Changes since revision 1.8: +2 -2
lines
Tidyup the i.MX SoC support by
- Moving the FDTised code to sys/arch/arm/nxp to match the
sys/arch/{cpu}/{vendor} convention
- FDTise some more drivers
- Secure Non-Volatile Storage
- watchdog driver
- On chip OTP
- Match fsl,imx6dl
- Add some more drivers to GENERIC that will be supported by i.MX 6
boards
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jul 7 03:38:45 2020 UTC (4 years, 6 months ago) by thorpej
Branches: MAIN
Branch point for: thorpej-futex
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -15
lines
Overhaul the interface to pci_configure_bus():
- Don't expose how PCI bus configuration resource management is implemented.
Provide a new resource provider API:
==> pciconf_resource_init() -- Initialize a PCI configuration resources
container.
==> pciconf_resource_add() -- Add a PCI configuration resource to the
container (I/O, MEM, or prefetchable MEM). Multiple resources of
each type may be added.
==> pciconf_resource_fini() -- Tear down the PCI configurtation resources
container once the bus has been configured.
This is much easier to use than the previous method of providing an
extent map for each kind of resource, and works better for e.g. ACPI
platforms that provide potentially multiple PCI resources in tables
provided by firmware.
- Re-implement PCI configuration resource management using vmem arenas,
rather than extent maps.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jun 14 01:40:03 2020 UTC (4 years, 7 months ago) by chs
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4
lines
replace EX_NOWAIT with EX_WAITOK in device attach methods.
remove checks for failures that can no longer occur.
Revision 1.6.8.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:35 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.6.8.1: preferred, colored; branchpoint 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.8.1: +278 -0
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.6.8.1
Thu Dec 5 00:31:14 2019 UTC (5 years, 1 month ago) by martin
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.6: +0 -278
lines
file imx6_pcie.c was added on branch phil-wifi on 2020-04-13 08:03:35 +0000
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Dec 5 00:31:14 2019 UTC (5 years, 1 month ago) by hkenken
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Branch point for: phil-wifi
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -6
lines
Remove unnecessary code.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Oct 16 11:16:30 2019 UTC (5 years, 3 months ago) by hkenken
Branches: MAIN
CVS tags: phil-wifi-20191119
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +8 -20
lines
Fixed bug when using PCIe external clock.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Sep 2 01:28:41 2019 UTC (5 years, 4 months ago) by hkenken
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +52 -6
lines
Add support for imx6qp-pcie.
+ Add vpcie-supply support
+ Add ext_osc support
Tested on SABRESD i.MX 6QP.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Aug 19 03:45:51 2019 UTC (5 years, 4 months ago) by hkenken
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -3
lines
Enable FDT_INTR_MPSAFE flag.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jul 26 06:57:54 2019 UTC (5 years, 5 months ago) by skrll
Branches: MAIN
CVS tags: netbsd-9-base,
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,
netbsd-9
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -3
lines
Fix builds
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jul 24 13:12:33 2019 UTC (5 years, 5 months ago) by hkenken
Branches: MAIN
Add support for device tree.
+ CCM (clk)
+ COM (uart)
+ GPIO
+ IOMUX (pin control)
+ PCIe
+ SDHC
+ USB Host
+ USB phy
CVSweb <webmaster@jp.NetBSD.org>