The NetBSD Project

CVS log for src/sys/arch/arm/acpi/acpi_platform.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Dec 8 20:55:18 2024 UTC (3 days, 18 hours ago) by jmcneill
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +7 -6 lines
acpi: Try PSCI before UEFI RT for shutdown/reset.

BSA says that an OS can use either UEFI RT or PSCI, and that the RT
implementation should just call PSCI.

Given the amount of implementation issues with UEFI RT, let's try PSCI
first, because it's nice to be able to reboot and poweroff even with
buggy firmware.

Revision 1.36.6.1: download - view: text, markup, annotated - select for diffs
Mon Jul 1 01:01:13 2024 UTC (5 months, 1 week ago) by perseant
Branches: perseant-exfatfs
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +12 -2 lines
Sync with HEAD.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Jun 30 17:58:08 2024 UTC (5 months, 1 week ago) by jmcneill
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +12 -2 lines
aarch64: Add NUMA awareness for ACPI systems with SRAT tables.

On an Ampere Altra w/ hemisphere mode enabled:

[   1.0000000] cpu0: package 16, core 0, smt 0, numa 0
[...]
[   1.0000000] cpu32: package 22, core 0, smt 0, numa 1

[     1.000004] SRAT: 2 NUMA nodes
[     1.000004] SRAT: node 0 memory range 0 (0x88300000 - 0x88400000 flags 1)
[     1.000004] SRAT: node 0 memory range 1 (0x90000000 - 0x100000000 flags 1)
[     1.000004] SRAT: node 0 memory range 2 (0x80000000000 - 0x80080000000 flags 1)
[     1.000004] SRAT: node 0 memory range 3 (0x80100000000 - 0x81000000000 flags 1)
[     1.000004] SRAT: node 1 memory range 0 (0xc0000000000 - 0xc1000000000 flags 1)

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Apr 7 08:55:29 2023 UTC (20 months ago) by skrll
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base
Branch point for: perseant-exfatfs
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +12 -13 lines
Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jan 24 06:56:40 2023 UTC (22 months, 2 weeks ago) by mlelstv
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +6 -3 lines
Add support for FIFOs and hardware flow-control to plcom driver.
Add a PLCOM_TYPE_GENERIC_UART variant to match SBSA requirements.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Nov 16 11:54:26 2022 UTC (2 years ago) by skrll
Branches: MAIN
CVS tags: 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
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
typo in comment

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Sep 6 11:55:51 2022 UTC (2 years, 3 months ago) by skrll
Branches: MAIN
CVS tags: bouyer-sunxi-drm-base, bouyer-sunxi-drm
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -5 lines
Use the ACPICA define ACPI_DBG2_16550_WITH_GAS

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Oct 24 11:58:23 2021 UTC (3 years, 1 month ago) by jmcneill
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +31 -7 lines
More SPCR cleanup:

 - For 16550 style UARTs, always honour GAS if BitWidth != 0
 - Use BitWidth instead of AccessWidth to determine register stride
 - For baud rate ID of 0, assume 115200 until we have a way of probing
   the baud rate configured by firmware.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Oct 23 17:45:55 2021 UTC (3 years, 1 month ago) by jmcneill
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +13 -4 lines
It seems that there are three 16550 types for SPCR:

 - 0x0000: Fully 16550-compatible (1-byte I/O)
 - 0x0001: 16550 subset compatible with DBGP Revision 1 (4-byte MMIO)
 - 0x0012: 16550-compatible with parameters defined in GAS

So assume reg_width for types 0 and 1, and only look at GAS for type 12h.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Oct 21 00:09:28 2021 UTC (3 years, 1 month ago) by jmcneill
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3 lines
baud_rate is signed now

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Oct 20 23:03:40 2021 UTC (3 years, 1 month ago) by jakllsch
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
SPCR_BAUD_DEFAULT maps better to -1 than 0

Suggested by jmcneill@

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Aug 7 21:24:56 2021 UTC (3 years, 4 months ago) by jmcneill
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -2 lines
acpi: call smccc_probe() after PSCI init

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Aug 6 19:38:53 2021 UTC (3 years, 4 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -2 lines
Arm: Add support for SMC Calling Convention

Arm DEN0028 defines a calling mechanism used with Secure Monitor Call (SMC)
and Hypervisor Call (HVC) instructions. To discover SMCCC, we must:

 1) Find the PSCI conduit (either via ACPI FADT, or Device Tree)
 2) Use PSCI_VERSION to determine whether PSCI_FEATURES is supported
 3) Call PSCI_FEATURES with SMCCC_VERSION to determine the implementation
    version.

Revision 1.25.4.1: download - view: text, markup, annotated - select for diffs
Mon May 31 22:15:10 2021 UTC (3 years, 6 months ago) by cjep
Branches: cjep_staticlib_x
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +2 -4 lines
sync with head

Revision 1.25.2.1: download - view: text, markup, annotated - select for diffs
Thu May 13 00:47:23 2021 UTC (3 years, 7 months ago) by thorpej
Branches: thorpej-i2c-spi-conf
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +2 -4 lines
Sync with HEAD.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed May 12 23:22:32 2021 UTC (3 years, 7 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf-base, thorpej-futex2-base, thorpej-futex2, thorpej-cfargs2-base, thorpej-cfargs2, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -4 lines
- Define a device call for PCI bus instances to fetch a direct child's
  device handle given the device's device/function #s (extracted from
  a pcitag_t).  Use it to associate the handle with the child device
  at config_found() time.
- Implement this device call for ACPI and OpenFirmware.
- Enable the OpenFirmware variant for evbarm FDT, macppc, ofppc, sparc64.
- Obsolete acpi_device_register(); it is no longer needed.
- Obsolete setting the OpenFirmware handle in PCI devices in the
  sparc64 device_register(); it is no longer needed.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Apr 24 23:36:25 2021 UTC (3 years, 7 months ago) by thorpej
Branches: MAIN
CVS tags: cjep_staticlib_x-base
Branch point for: thorpej-i2c-spi-conf, cjep_staticlib_x
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -4 lines
Merge thorpej-cfargs branch:

Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.

Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
  actually needed.
- Don't be explicit about what interface attribute is attaching if
  the device only has one.  (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
  situations, making is visibly easier to see when indirect config is
  in play, and allowing for future change in semantics.  (As of now,
  this is just a wrapper around config_match(), but that is an
  implementation detail.)

Remove unnecessary or redundant interface attributes where they're not
needed.

There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)

...and a sentinel value CFARG_EOL.

Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.

Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance.  This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).

Revision 1.21.2.2: download - view: text, markup, annotated - select for diffs
Sat Apr 3 22:28:15 2021 UTC (3 years, 8 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.21.2.1: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21.2.1: +14 -2 lines
Sync with HEAD.

Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Sat Apr 3 21:21:07 2021 UTC (3 years, 8 months ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +2 -4 lines
- FDT device enumeration now sets the device handle using CFARG_DEVHANDLE.
- fdtbus_device_register() is now obsolete, so G/C it.
- of_device_register() is now obsolete, so G/C it.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Feb 12 12:26:09 2021 UTC (3 years, 9 months ago) by jmcneill
Branches: MAIN
CVS tags: thorpej-futex-base, thorpej-cfargs-base
Branch point for: thorpej-cfargs
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +10 -2 lines
Reset serial terminal to default state at boot.

UEFI may leave the serial console in an undesireable state (incorrect
foreground and background colour, etc) when exiting. Send ANSI escape
sequences when setting up the early console attachments to turn off
character attributes and erase from the cursor to the end of the screen.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Feb 4 22:36:52 2021 UTC (3 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -2 lines
Call acpi_device_register() / fdtbus_device_register() as approrpriate.

Revision 1.21.2.1: download - view: text, markup, annotated - select for diffs
Mon Dec 14 14:37:47 2020 UTC (3 years, 11 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +124 -73 lines
Sync w/ HEAD.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Dec 6 14:01:40 2020 UTC (4 years ago) by jmcneill
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +124 -73 lines
acpi: Cleanup SPCR setup and style fixes.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Oct 10 15:25:31 2020 UTC (4 years, 2 months ago) by jmcneill
Branches: MAIN
Branch point for: thorpej-futex
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -17 lines
Support early FB console attachment when booting with a devicetree
(non-ACPI mode). Inform the pciconf code about the framebuffer to
prevent pciconf from changing resources out from under us when framebuffer
memory is in VRAM.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Sep 28 11:54:22 2020 UTC (4 years, 2 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -4 lines
Get rid of a4x bus_space tag from fdtbus_attach_args. The only consumer
of this was various com(4) glue so modify all of that to use the new
com_init_regs_stride instead.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Sep 13 21:41:17 2020 UTC (4 years, 2 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +12 -12 lines
Make Arm MD ACPI code big endian friendly.

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

Revision 1.15.2.2: download - view: text, markup, annotated - select for diffs
Mon Sep 23 07:06:31 2019 UTC (5 years, 2 months 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.15.2.1: preferred, colored; branchpoint 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15.2.1: +13 -116 lines
Pull up following revision(s) (requested by jmcneill in ticket #231):

	sys/arch/arm/acpi/acpi_platform.c: revision 1.18
	sys/arch/arm/acpi/files.acpi: revision 1.7
	sys/arch/arm/acpi/acpi_simplefb.c: revision 1.1
	sys/arch/arm/acpi/acpi_simplefb.h: revision 1.1

Use vcons for simplefb preattach to speed up early console messages.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Sep 22 18:31:59 2019 UTC (5 years, 2 months ago) by jmcneill
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, 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
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +13 -116 lines
Use vcons for simplefb preattach to speed up early console messages.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Aug 19 10:53:31 2019 UTC (5 years, 3 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Use a unique name for the acpi ARM_PLATFORM definition

Revision 1.15.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 4 19:24:18 2019 UTC (5 years, 4 months ago) by martin
Branches: netbsd-9
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -8 lines
Pull up following revision(s) (requested by jmcneill in ticket #17):

	sys/arch/arm/acpi/acpi_platform.c: revision 1.16

Ignore AccessWidth (PL011 and SBSA console always needs 32-bit access)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Aug 2 19:49:17 2019 UTC (5 years, 4 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -8 lines
Ignore AccessWidth (PL011 and SBSA console always needs 32-bit access)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jul 24 19:37:52 2019 UTC (5 years, 4 months ago) by jmcneill
Branches: MAIN
CVS tags: netbsd-9-base
Branch point for: netbsd-9
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +120 -2 lines
Add early fb console support

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jun 22 19:47:27 2019 UTC (5 years, 5 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +8 -22 lines
Finish the job

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jun 19 13:39:18 2019 UTC (5 years, 5 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +32 -4 lines
Provide a 64-bit dma tag and use a coherent tag unless CCA=0

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

Revision 1.12.2.1
Thu May 23 15:54:28 2019 UTC (5 years, 6 months ago) by christos
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.12: +0 -320 lines
file acpi_platform.c was added on branch phil-wifi on 2019-06-10 22:05:50 +0000

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu May 23 15:54:28 2019 UTC (5 years, 6 months ago) by ryo
Branches: MAIN
CVS tags: phil-wifi-20190609
Branch point for: phil-wifi
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -2 lines
fix build without options MULTIPROCESSOR

Revision 1.4.2.4: download - view: text, markup, annotated - select for diffs
Wed Dec 26 14:01:32 2018 UTC (5 years, 11 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.4.2.3: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.2.3: +76 -12 lines
Sync with HEAD, resolve a few conflicts

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Dec 21 14:50:18 2018 UTC (5 years, 11 months ago) by jmcneill
Branches: MAIN
CVS tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, isaki-audio2-base, isaki-audio2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +35 -11 lines
Use SPCR to force console selection for com@acpi. This is needed because
we may use a non-standard bus_space tag (a4x) to attach the console early,
which breaks com_is_console.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Nov 28 22:29:36 2018 UTC (6 years ago) by jmcneill
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +37 -2 lines
Force a matching com@puc by seg/bus/dev/func to be the console device if specified in SPCR

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Nov 28 03:17:13 2018 UTC (6 years ago) by jmcneill
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +9 -16 lines
Replace SPCR_INTERFACE_TYPE_* defines with ACPI_DBG2_* from acpica. Suggested by msaitoh@

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Nov 27 18:29:17 2018 UTC (6 years ago) by jmcneill
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +14 -2 lines
Add support for SPCR 16550 and 16450 interface types

Revision 1.4.2.3: download - view: text, markup, annotated - select for diffs
Mon Nov 26 01:52:17 2018 UTC (6 years ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.4.2.2: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.2.2: +16 -9 lines
Sync with HEAD, resolve a couple of conflicts

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Nov 24 22:17:12 2018 UTC (6 years ago) by rjs
Branches: MAIN
CVS tags: pgoyette-compat-1126
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -2 lines
Allow building when plcom isn't used.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Oct 30 16:41:51 2018 UTC (6 years, 1 month ago) by skrll
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -8 lines
Retire fdt_putchar and ap_early_put_char in favour of uartputc.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Oct 28 10:21:42 2018 UTC (6 years, 1 month ago) by jmcneill
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +14 -3 lines
Add support for EFI runtime services on aarch64.

Revision 1.4.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
Diff to: previous 1.4.2.1: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.2.1: +244 -0 lines
Sync with head

Revision 1.4.2.1
Fri Oct 19 15:29:00 2018 UTC (6 years, 1 month ago) by pgoyette
Branches: pgoyette-compat
FILE REMOVED
Changes since revision 1.4: +0 -244 lines
file acpi_platform.c was added on branch pgoyette-compat on 2018-10-20 06:58:24 +0000

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Oct 19 15:29:00 2018 UTC (6 years, 1 month ago) by jmcneill
Branches: MAIN
CVS tags: pgoyette-compat-1020
Branch point for: pgoyette-compat
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +37 -19 lines
Fix BCM2835 console support.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 15 20:09:06 2018 UTC (6 years, 1 month ago) by jmcneill
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +48 -12 lines
Handle more plcom-style console types

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Oct 13 00:08:29 2018 UTC (6 years, 2 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -3 lines
Don't rely on PSCI node in FDT to reboot

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Oct 12 22:20:04 2018 UTC (6 years, 2 months ago) by jmcneill
Branches: MAIN
Add ACPI platform glue and basic device drivers (CPU, GIC, Generic Timer,
SBSA UART).

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>