/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 26 Add complete support for 3 new ACPI tables - MRRM,ERDT and RIMT (Tony Luck & V L Sunil) 123 Added support for _DSC (Deepest State for Configuration) as per ACPI 6.5. 181 Add support for Arm's MPAM ACPI table version 2. 182 ACPI 6.5: MADT: add support for trace buffer extension in GICC. 204 Function Hardware) Opregion is approved to be added in ACPI 6.5 via code 229 this isn't technically an ACPI table (It doesn't go into the XSDT), it is 285 executer/exsystem: Inform users about ACPI spec violation for the Stall() 286 operator. Values greater than 100 microseconds violate the ACPI 287 specification, so warn users about it. From the ACPI Specification 333 ACPI 6.4, Section 16.2, the CPU cache flushing is required on entering to [all …]
|
/freebsd/release/packages/ucl/ |
H A D | acpi-all.ucl | 1 comment = "ACPI Utilities" 3 ACPI Utilities
|
/freebsd/tools/boot/ |
H A D | TEST-NOTES | 17 o aarch64 Will test UEFI+ACPI on MBR/GPT, UEFI+ACPI+kboot, DTB+kboot 21 o riscv UEFI+ACPI with GPT and serial console
|
/freebsd/sys/x86/conf/ |
H A D | NOTES | 146 # ACPI support using the Intel ACPI Component Architecture reference 157 # ACPI WMI Mapping driver 160 # ACPI Asus Extras (LCD backlight/brightness, video output, etc.) 163 # ACPI Fujitsu Extras (Buttons) 166 # ACPI extras driver for HP laptops 169 # ACPI extras driver for IBM laptops 172 # ACPI Panasonic Extras (LCD backlight/brightness, video output, etc.) 175 # ACPI SBL Firmware Update 178 # ACPI Sony extra (LCD brightness) 181 # ACPI Toshiba Extras (LCD backlight/brightness, video output, etc.) [all …]
|
/freebsd/sys/i386/conf/ |
H A D | NOTES | 23 # the ACPI case, ACPI only correctly tells us about any HTT CPUs if
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_if.m | 74 # EISA PNP IDs or ACPI _HID/_CID values. 98 # Evaluate an ACPI method or object, given its path. 103 # Specify NULL to begin the search at the ACPI root. 171 # Specify NULL to begin the scan at the ACPI root.
|
H A D | acpivar.h | 311 __ACPI_BUS_ACCESSOR(acpi, handle, ACPI, HANDLE, ACPI_HANDLE) 312 __ACPI_BUS_ACCESSOR(acpi, private, ACPI, PRIVATE, void *) 313 __ACPI_BUS_ACCESSOR(acpi, flags, ACPI, FLAGS, int) 314 __ACPI_BUS_ACCESSOR(acpi, domain, ACPI, DOMAIN, int)
|
H A D | acpi_quirks | 2 # Quirks for ACPI tables can be added here. 57 # Testing indicates that the ACPI timer runs twice as fast but otherwise 263 # Testing indicates that the ACPI timer runs twice as fast but otherwise
|
H A D | acpi_bus_if.m | 53 # Map an interrupt from ACPI space to the FreeBSD IRQ space. Note that
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8992-msft-lumia-talkman.dts | 23 * acpi=no is required due to WP platforms having ACPI support, but
|
H A D | msm8994-msft-lumia-octagon.dtsi | 38 * acpi=no is required due to WP platforms having ACPI support, but 227 * Value obtained from the device original ACPI DSDT table 551 /* These values were taken from the original firmware ACPI tables */
|
H A D | msm8998-clamshell.dtsi | 61 * not advertised as enabled in ACPI, and enabling it in DT can cause boot
|
/freebsd/libexec/rc/rc.d/ |
H A D | Makefile | 150 CONFGROUPS+= ACPI 151 ACPI= power_profile macro
|
/freebsd/release/tools/ |
H A D | gce.conf | 50 kern.timecounter.hardware=ACPI-safe
|
/freebsd/share/dict/ |
H A D | freebsd | 3 ACPI
|
/freebsd/stand/forth/ |
H A D | menu.4th | 149 : acpipresent? ( -- flag ) \ Returns TRUE if ACPI is present, FALSE otherwise 158 : acpienabled? ( -- flag ) \ Returns TRUE if ACPI is enabled, FALSE otherwise 245 \ ACPI option is to be presented to the user, otherwise returns -1. Used 524 \ Initialize the ACPI option status. 624 \ If this is the ACPI menu option, act accordingly. 1149 \ Adjust for missing ACPI menuitem on non-i386 1178 \ Re-adjust for missing ACPI menuitem 1262 s" menu_acpi" unsetenv \ ACPI menu option flag
|
H A D | menu-commands.4th | 85 \ ACPI
|
/freebsd/sys/contrib/xen/arch-x86/ |
H A D | cpufeatureset.h | 114 XEN_CPUFEATURE(ACPI, 0*32+22) /*A ACPI via MSR */
|
/freebsd/share/mk/ |
H A D | src.opts.mk | 61 ACPI \
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | intel | 278 >8 ubyte <17 ACPI Machine Language file 279 # assume that ACPI tables size are lower than 16 MiB
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_console.c | 460 #ifdef ACPI
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-g4.dtsi | 694 function = "ACPI"; 695 groups = "ACPI";
|
H A D | aspeed-g5.dtsi | 812 function = "ACPI"; 813 groups = "ACPI";
|
/freebsd/sys/dev/vnic/ |
H A D | thunder_bgx.c | 1132 #ifdef ACPI in bgx_init_phy()
|
/freebsd/ |
H A D | UPDATING | 397 We now lean more heavily on ACPI enumeration for some traditional 472 If you have an arm64 system that uses ACPI, you will need to update your 473 loader.efi in the ESP when you update past this point. Detection of ACPI 475 binaries don't have this, so we default to 'no ACPI' in this case. You can 476 undisable ACPI by doing 1846 into apm. It was a no-op on ACPI in current for a while now (but was
|