Lines Matching +full:smbus +full:- +full:timeout +full:- +full:disable

7 # Copyright (c) 2007 - 2024, Intel Corporation. All rights reserved.<BR>
8 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
9 # (C) Copyright 2016 - 2021 Hewlett Packard Enterprise Development LP<BR>
11 # Copyright (c) 2021 - 2022, Arm Limited. All rights reserved.<BR>
16 # SPDX-License-Identifier: BSD-2-Clause-Patent
25 PACKAGE_GUID = 1E73767F-8F52-4603-AEB4-F29B510B6766
91 ## @libraryclass Provides library functions to access SMBUS devices.
92 # Libraries of this class must be ported to a specific SMBUS controller.
95 …## @libraryclass Provides the functions to submit Scsi commands defined in SCSI-2 specification …
233 ## @libraryclass Smbus Library Services that do SMBus transactions and also
273 ## @libraryclass This library provides an interface to request non-MMRAM pages to be mapped
295 ## @libraryclass Provides APIs for third-party library libfdt.
299 ## @libraryclass Provides general mipi sys-T services.
337 ## @libraryclass Provides services to enable/disable periodic SMI handlers.
2017 # TRUE - Does not install component name protocol.<BR>
2018 # FALSE - Install component name protocol.<BR>
2019 # @Prompt Disable Component Name Protocol.
2023 # TRUE - Does not install diagnostics name protocol.<BR>
2024 # FALSE - Install diagnostics name protocol.<BR>
2025 # @Prompt Disable Diagnostics Name protocol.
2029 # TRUE - Does not install component name2 protocol.<BR>
2030 # FALSE - Install component name2 protocol.<BR>
2031 # @Prompt Disable Component Name2 Protocol.
2035 # TRUE - Does not install diagnostics2 name protocol.<BR>
2036 # FALSE - Install diagnostics2 name protocol.<BR>
2037 # @Prompt Disable Diagnostics2 Name Protocol.
2040 ## Indicates if EFI 1.1 ISO 639-2 language supports are obsolete<BR><BR>
2041 # TRUE - Deprecate global variable LangCodes.<BR>
2042 # FALSE - Does not deprecate global variable LangCodes.<BR>
2047 # TRUE - Consume UGA Draw protocol.<BR>
2048 # FALSE - Does not consume UGA Draw protocol.<BR>
2054 # TRUE - Verify a specified node is a member of linked list.<BR>
2055 # FALSE - Does not verify a specified node is a member of linked list.<BR>
2129 # @Prompt Progress Code for Disable Mouse Device.
2141 # @Prompt Progress Code for Disable Keyboard Device.
2163 ## Status code value for keyboard device self-test.
2241 ## This flag is used to control fixed-at-build optimization of DEBUG_PRINT macros.<BR><BR>
2244 # messages, you might set this to a more restrictive value like 0x80000002 (optimize-out
2250 # BIT0 - Initialization message.<BR>
2251 # BIT1 - Warning message.<BR>
2252 # BIT2 - Load Event message.<BR>
2253 # BIT3 - File System message.<BR>
2254 # BIT4 - Allocate or Free Pool message.<BR>
2255 # BIT5 - Allocate or Free Page message.<BR>
2256 # BIT6 - Information message.<BR>
2257 # BIT7 - Dispatcher message.<BR>
2258 # BIT8 - Variable message.<BR>
2259 # BIT10 - Boot Manager message.<BR>
2260 # BIT12 - BlockIo Driver message.<BR>
2261 # BIT14 - Network Driver message.<BR>
2262 # BIT16 - UNDI Driver message.<BR>
2263 # BIT17 - LoadFile message.<BR>
2264 # BIT19 - Event message.<BR>
2265 # BIT20 - Global Coherency Database changes message.<BR>
2266 # BIT21 - Memory range cachability changes message.<BR>
2267 # BIT22 - Detailed debug message.<BR>
2268 # BIT23 - Manageability debug message.<BR>
2269 # BIT31 - Error message.<BR>
2275 # BIT0 - SMM CET Shadow Stack is enabled.<BR>
2276 # Other - reserved
2282 # 0x00 - No operation.<BR>
2283 # 0x01 - LFENCE (IA32/X64).<BR>
2284 # 0x02 - CPUID (IA32/X64).<BR>
2285 # Other - reserved
2293 # TRUE - Enforce the use of Secure UEFI spec defined RNG algorithms.
2294 …# FALSE - Do not enforce and depend on the default implementation of RNG algorithm from the provid…
2301 # 0 - No length check for unicode string.<BR>
2302 # >0 - Maximum length of unicode string.<BR>
2309 # 0 - No length check for ascii string.<BR>
2310 # >0 - Maximum length of ascii string.<BR>
2315 # 0 - No node number check for linked list.<BR>
2316 # >0 - Maximum node number of linked list.<BR>
2321 # 0 - No node number check for device path.<BR>
2322 # >0 - Maximum node number of device path.<BR>
2326 ## Indicates the timeout tick of holding spin lock.<BR><BR>
2327 # 0 - No timeout.<BR>
2328 # >0 - Timeout tick of holding spin lock.<BR>
2329 # @Prompt Spin Lock Timeout (us).
2334 # no-ops regardless of this value.<BR>
2336 # BIT0 - ASSERT_ENABLED: Enable the ASSERT*** and CR macros.<BR>
2337 # BIT1 - PRINT_ENABLED: Enable the DEBUG macro (does not affect the DEBUG_PRINT macro).<BR>
2338 # BIT2 - CODE_ENABLED: Enable the DEBUG_CODE_BEGIN macro.<BR>
2339 # BIT3 - CLEAR_MEMORY_ENABLED: Enable the DEBUG_CLEAR_MEMORY macro.<BR>
2340 # BIT4 - ASSERT_BREAKPOINT_ENABLED: Enable BreakPoint for failed ASSERT.<BR>
2341 # BIT5 - ASSERT_DEADLOOP_ENABLED: Enable DeadLoop for failed ASSERT.<BR>
2357 # BIT0 - Initialization message.<BR>
2358 # BIT1 - Warning message.<BR>
2359 # BIT2 - Load Event message.<BR>
2360 # BIT3 - File System message.<BR>
2361 # BIT4 - Allocate or Free Pool message.<BR>
2362 # BIT5 - Allocate or Free Page message.<BR>
2363 # BIT6 - Information message.<BR>
2364 # BIT7 - Dispatcher message.<BR>
2365 # BIT8 - Variable message.<BR>
2366 # BIT10 - Boot Manager message.<BR>
2367 # BIT12 - BlockIo Driver message.<BR>
2368 # BIT14 - Network Driver message.<BR>
2369 # BIT16 - UNDI Driver message.<BR>
2370 # BIT17 - LoadFile message.<BR>
2371 # BIT19 - Event message.<BR>
2372 # BIT20 - Global Coherency Database changes message.<BR>
2373 # BIT21 - Memory range cachability changes message.<BR>
2374 # BIT22 - Detailed debug message.<BR>
2375 # BIT23 - Manageability messages.<BR>
2376 # BIT31 - Error message.<BR>
2382 # BIT0 - Enable Progress Code.<BR>
2383 # BIT1 - Enable Error Code.<BR>
2384 # BIT2 - Enable Debug Code.<BR>
2394 # BIT0 - Enable Performance Measurement.<BR>
2395 # BIT1 - Disable Start Image Logging.<BR>
2396 # BIT2 - Disable Load Image logging.<BR>
2397 # BIT3 - Disable Binding Support logging.<BR>
2398 # BIT4 - Disable Binding Start logging.<BR>
2399 # BIT5 - Disable Binding Stop logging.<BR>
2400 # BIT6 - Disable all other general Perfs.<BR>
2401 # BIT1-BIT6 are evaluated when BIT0 is set.<BR>
2407 # BIT0 - Enable Post Code.<BR>
2408 # BIT1 - Enable Post Code with Description.<BR>
2433 # @Prompt USB Transfer Timeout (ms).
2446 ## This is SMBus slave address for the SSIF to the BMC.
2448 # @Prompt IPMI SSIF SMBus slave address
2469 # @Prompt Time-out for a response, internal
2497 # @Prompt Time-out for a request, internal
2507 # Configurability to override RISC-V CPU Features
2509 # previous stage has feature enabled and user wants to disable it.
2511 # previous stage has feature enabled and user wants to disable it.
2512 # BIT 2 = Page-Based Memory Types (Pbmt). This bit is relevant only if
2513 # previous stage has feature enabled and user wants to disable it.
2515 # previous stage has feature enabled and user wants to disable it.
2528 ## This value is used for the 32-bit PCI memory map I/O base address translation.
2529 # @Prompt 32-bit PCI Memory Map I/O Base Address translation.
2532 ## This value is used for the 64-bit PCI memory map I/O base address translation.
2533 # @Prompt 64-bit PCI Memory Map I/O Base Address translation.
2540 ## Default current ISO 639-2 language: English & French.
2544 ## Default current ISO 639-2 language: English.
2550 …gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes|"en;fr;en-US;fr-FR"|VOID*|0x00000…
2554 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang|"en-US"|VOID*|0x0000001f
2563 # @ValidRange 0x80000001 | 5 - 8
2567 # 0 - Default Parity.<BR>
2568 # 1 - No Parity.<BR>
2569 # 2 - Even Parity.<BR>
2570 # 3 - Odd Parity.<BR>
2571 # 4 - Mark Parity.<BR>
2572 # 5 - Space Parity.<BR>
2574 # @ValidRange 0x80000001 | 0 - 5
2578 # 0 - Default Stop Bits.<BR>
2579 # 1 - One Stop Bit.<BR>
2580 # 2 - One Five Stop Bits.<BR>
2581 # 3 - Two Stop Bits.<BR>
2583 # @ValidRange 0x80000001 | 0 - 3
2587 # 0 - PCANSI<BR>
2588 # 1 - VT100<BR>
2589 # 2 - VT100+<BR>
2590 # 3 - UTF8<BR>
2591 # 4 - TTYTERM, NOT defined in UEFI SPEC<BR>
2593 # @ValidRange 0x80000001 | 0 - 4
2608 # @Prompt Boot Timeout (s)