The NetBSD Project

CVS log for src/sys/arch/arm/fdt/gicv3_fdt.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Nov 17 21:46:12 2021 UTC (3 years, 4 months ago) by jmcneill
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, 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, bouyer-sunxi-drm-base, bouyer-sunxi-drm, HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +11 -7 lines
gicv3: add support for mbi-alias property

The mbi-alias property, if present, contains the base address of a GICD
alias frame that contains only SET/CLRSPI registers. Use this instead of
the GICD register frame if present.

Revision 1.8.10.2: download - view: text, markup, annotated - select for diffs
Sat Apr 3 22:28:16 2021 UTC (3 years, 11 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.8.10.1: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.10.1: +30 -29 lines
Sync with HEAD.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jan 27 03:10:19 2021 UTC (4 years, 1 month ago) by thorpej
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -5 lines
Rename of_match_compat_data() to of_compatible_match().  Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all call sites.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jan 27 01:54:06 2021 UTC (4 years, 1 month ago) by thorpej
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -5 lines
Use DEVICE_COMPAT_EOL.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jan 25 14:20:38 2021 UTC (4 years, 1 month ago) by thorpej
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -5 lines
Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jan 19 00:40:17 2021 UTC (4 years, 2 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +24 -23 lines
Use device_compatible_entry / of_search_compatible() for the GICv3
quirk table.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jan 15 00:38:22 2021 UTC (4 years, 2 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -8 lines
Add 'const char *xname' arg to fdtbus_interrupt_controller_func .establish

Revision 1.8.10.1: download - view: text, markup, annotated - select for diffs
Mon Dec 14 14:37:48 2020 UTC (4 years, 3 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +80 -9 lines
Sync w/ HEAD.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Nov 25 21:02:35 2020 UTC (4 years, 3 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +62 -8 lines
Add support for message-based interrupts.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Nov 24 23:31:55 2020 UTC (4 years, 3 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +20 -3 lines
Improve detection of NS vs S views of priorities.

For PMR, write a 0 to bit7 and see if it sticks. This is only possible from
NS EL1 if we have a non-secure view of ICC_PMR_EL1.

For int priorities (GICD/GICR interfaces and LPIs), assume that the
GICD_CTLR.DS bit is telling us the truth.

RK3399 is special here when using the vendor bootloader, so keep the
auto-detection from the previous commit but limit the scope to only run
on RK3399 SOCs.

Revision 1.7.4.3: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:34 2020 UTC (4 years, 11 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.7.4.2: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.4.2: +5 -5 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jul 19 12:14:15 2019 UTC (5 years, 8 months ago) by hkenken
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, 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, 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: thorpej-futex
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -5 lines
Fixed compile error.

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

Revision 1.2.2.5: download - view: text, markup, annotated - select for diffs
Sat Jan 26 22:00:00 2019 UTC (6 years, 1 month ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.2.2.4: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.4: +4 -3 lines
Sync with HEAD

Revision 1.7.4.1
Sat Jan 26 14:43:46 2019 UTC (6 years, 1 month ago) by christos
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.7: +0 -404 lines
file gicv3_fdt.c was added on branch phil-wifi on 2019-06-10 22:05:53 +0000

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jan 26 14:43:46 2019 UTC (6 years, 1 month ago) by thorpej
Branches: MAIN
CVS tags: phil-wifi-20190609, pgoyette-compat-20190127, isaki-audio2-base, isaki-audio2
Branch point for: phil-wifi
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -3 lines
Define constants for representing the standard interrupt types
({pos,neg,double}-edge, {high,low}-level) from the FDT "interrupts"
bindings.  Use these defined constants rather than magic numbers.

Revision 1.2.2.4: download - view: text, markup, annotated - select for diffs
Mon Nov 26 01:52:18 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.2.2.3: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.3: +45 -3 lines
Sync with HEAD, resolve a couple of conflicts

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Nov 24 22:18:57 2018 UTC (6 years, 3 months ago) by jakllsch
Branches: MAIN
CVS tags: pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +43 -2 lines
attach GICv3 ITS where applicable

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 19 13:54:15 2018 UTC (6 years, 4 months ago) by jakllsch
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
avoid NULL deref in gicv3_fdt_disestablish()

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Nov 10 01:24:06 2018 UTC (6 years, 4 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2 lines
Initialize gic softc dma tag

Revision 1.2.2.3: download - view: text, markup, annotated - select for diffs
Sun Sep 30 01:45:38 2018 UTC (6 years, 5 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.2.2.2: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.2: +15 -8 lines
Ssync with HEAD

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Sep 29 18:27:36 2018 UTC (6 years, 5 months ago) by jmcneill
Branches: MAIN
CVS tags: pgoyette-compat-1020, pgoyette-compat-0930
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +15 -8 lines
Stop searching for redistributors in a region after we find a redistributor
with the Last bit set in GICR_TYPER.

Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:55:26 2018 UTC (6 years, 6 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.1: +354 -0 lines
Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

Revision 1.2.2.1
Sun Aug 12 21:44:17 2018 UTC (6 years, 7 months ago) by pgoyette
Branches: pgoyette-compat
FILE REMOVED
Changes since revision 1.2: +0 -354 lines
file gicv3_fdt.c was added on branch pgoyette-compat on 2018-09-06 06:55:26 +0000

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Aug 12 21:44:17 2018 UTC (6 years, 7 months ago) by jmcneill
Branches: MAIN
CVS tags: pgoyette-compat-0906
Branch point for: pgoyette-compat
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Use aprint_debug for redist count print

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Aug 8 19:03:08 2018 UTC (6 years, 7 months ago) by jmcneill
Branches: MAIN
Add GICv3 FDT glue

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>