/device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/ |
D | GenericMemoryTestDxe.uni | 2 // This driver first constructs the non-tested memory range, then performs the R/W/V memory test. 4 // This driver first constructs the non-tested memory range, then performs the R/W/V memory test. 19 … #language en-US "Constructs the non-tested memory range, then performs the R/W/V memory… 21 …ge en-US "This driver first constructs the non-tested memory range, then performs the R/W/V memory…
|
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/ |
D | Stack.nasm | 14 ; Switch the stack from temporary memory to permanent memory. 40 ; migration of whole temporary memory, so need save it to permanent 41 ; memory at first! 48 ; Save this function's return address into permanent memory at first. 49 ; Then, Fixup the esp point to permanent memory 54 mov edx, [esp] ; copy pushed register's value to permanent memory 62 mov edx, [esp + 16] ; Update return address into permanent memory 64 mov esp, eax ; From now, esp is pointed to permanent memory 67 ; Fixup the ebp point to permenent memory 72 mov ebp, eax ; From now, ebp is pointed to permanent memory
|
D | Stack.S | 14 # Switch the stack from temporary memory to permenent memory. 46 # Save this function's return address into permenent memory at first. 47 # Then, Fixup the esp point to permenent memory 60 movl 16(%esp), %edx # Update this function's return address into permenent memory 62 movl %eax, %esp # From now, esp is pointed to permenent memory 65 # Fixup the ebp point to permenent memory 70 movl %eax, %ebp # From now, ebp is pointed to permenent memory
|
D | Stack.asm | 14 ; Switch the stack from temporary memory to permenent memory. 49 ; Save this function's return address into permenent memory at first. 50 ; Then, Fixup the esp point to permenent memory 63 mov edx, dword ptr [esp + 16] ; Update this function's return address into permenent memory 65 mov esp, eax ; From now, esp is pointed to permenent memory 68 ; Fixup the ebp point to permenent memory 73 mov ebp, eax ; From now, ebp is pointed to permenent memory
|
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/ |
D | Stack.nasm | 14 ; Switch the stack from temporary memory to permenent memory. 40 ; migration of whole temporary memory, so need save it to permanent 41 ; memory at first! 48 ; Save this function's return address into permanent memory at first. 49 ; Then, Fixup the esp point to permanent memory 54 mov edx, dword [esp] ; copy pushed register's value to permanent memory 62 mov edx, dword [esp + 16] ; Update this function's return address into permanent memory 64 mov esp, eax ; From now, esp is pointed to permanent memory 67 ; Fixup the ebp point to permanent memory 72 mov ebp, eax ; From now, ebp is pointed to permanent memory
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Ia32/ |
D | Stack.nasm | 14 ; Switch the stack from temporary memory to permanent memory. 40 ; migration of whole temporary memory, so need save it to permanent 41 ; memory at first! 48 ; Save this function's return address into permanent memory at first. 49 ; Then, Fixup the esp point to permanent memory 54 mov edx, dword [esp] ; copy pushed register's value to permanent memory 62 mov edx, dword [esp + 16] ; Update this function's return address into permanent memory 64 mov esp, eax ; From now, esp is pointed to permanent memory 67 ; Fixup the ebp point to permenent memory 72 mov ebp, eax ; From now, ebp is pointed to permanent memory
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
D | Stack.S | 14 # Switch the stack from temporary memory to permenent memory. 46 # Save this function's return address into permenent memory at first. 47 # Then, Fixup the esp point to permenent memory 60 movl 16(%esp), %edx # Update this function's return address into permenent memory 62 movl %eax, %esp # From now, esp is pointed to permenent memory 65 # Fixup the ebp point to permenent memory 70 movl %eax, %ebp # From now, ebp is pointed to permenent memory
|
D | Stack.asm | 14 ; Switch the stack from temporary memory to permenent memory. 49 ; Save this function's return address into permenent memory at first. 50 ; Then, Fixup the esp point to permenent memory 63 mov edx, dword ptr [esp + 16] ; Update this function's return address into permenent memory 65 mov esp, eax ; From now, esp is pointed to permenent memory 68 ; Fixup the ebp point to permenent memory 73 mov ebp, eax ; From now, ebp is pointed to permenent memory
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/ |
D | Stack.asm | 14 ; Switch the stack from temporary memory to permenent memory. 49 ; Save this function's return address into permenent memory at first. 50 ; Then, Fixup the esp point to permenent memory 63 mov edx, dword ptr [esp + 16] ; Update this function's return address into permenent memory 65 mov esp, eax ; From now, esp is pointed to permenent memory 68 ; Fixup the ebp point to permenent memory 73 mov ebp, eax ; From now, ebp is pointed to permenent memory
|
D | Stack.S | 14 # Switch the stack from temporary memory to permenent memory. 46 # Save this function's return address into permenent memory at first. 47 # Then, Fixup the esp point to permenent memory 60 movl 16(%esp), %edx # Update this function's return address into permenent memory 62 movl %eax, %esp # From now, esp is pointed to permenent memory 65 # Fixup the ebp point to permenent memory 70 movl %eax, %ebp # From now, ebp is pointed to permenent memory
|
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/ |
D | Stack.asm | 18 ; Switch the stack from temporary memory to permenent memory. 53 ; Save this function's return address into permenent memory at first. 54 ; Then, Fixup the esp point to permenent memory 67 mov edx, dword ptr [esp + 16] ; Update this function's return address into permenent memory 69 mov esp, eax ; From now, esp is pointed to permenent memory 72 ; Fixup the ebp point to permenent memory 77 mov ebp, eax ; From now, ebp is pointed to permenent memory
|
D | StackX64.asm | 18 ; Switch the stack from temporary memory to permenent memory. 54 ; Save this function's return address into permenent memory at first. 55 ; Then, Fixup the esp point to permenent memory 68 … mov rdx, qword ptr [rsp + 20h] ; Update this function's return address into permenent memory 70 mov rsp, rax ; From now, esp is pointed to permenent memory 73 ; Fixup the ebp point to permenent memory 78 mov rbp, rax ; From now, ebp is pointed to permenent memory
|
/device/linaro/bootloader/edk2/EmulatorPkg/Sec/Ia32/ |
D | SwitchRam.asm | 18 ; Switch the stack from temporary memory to permenent memory. 53 ; Save this function's return address into permenent memory at first. 54 ; Then, Fixup the esp point to permenent memory 67 mov edx, dword ptr [esp + 16] ; Update this function's return address into permenent memory 69 mov esp, eax ; From now, esp is pointed to permenent memory 72 ; Fixup the ebp point to permenent memory 77 mov ebp, eax ; From now, ebp is pointed to permenent memory
|
D | SwitchRam.S | 18 # Switch the stack from temporary memory to permenent memory. 53 # Save this function's return address into permenent memory at first. 54 # Then, Fixup the esp point to permenent memory 87 …ovl %eax, (%ebp) # From now, Temporary's PPI caller's stack is in permenent memory
|
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/ |
D | Stack.asm | 14 ; Switch the stack from temporary memory to permenent memory. 49 ; Save this function's return address into permenent memory at first. 50 ; Then, Fixup the esp point to permenent memory 63 mov edx, dword ptr [esp + 16] ; Update this function's return address into permenent memory 65 mov esp, eax ; From now, esp is pointed to permenent memory 68 ; Fixup the ebp point to permenent memory 73 mov ebp, eax ; From now, ebp is pointed to permenent memory
|
D | Stacks.s | 14 # Switch the stack from temporary memory to permenent memory. 48 # Save this function's return address into permenent memory at first. 49 # Then, Fixup the esp point to permenent memory 63 movl 16(%esp), %edx # Update this function's return address into permenent memory 65 movl %eax, %esp # From now, esp is pointed to permenent memory 68 # Fixup the ebp point to permenent memory 73 movl %eax, %ebp # From now, ebp is pointed to permenent memory
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/ |
D | SmmMemoryAllocationProfileLib.uni | 3 // with memory profile support. 6 // allocate and free memory, with memory profile support. 20 …en-US "Instance of Memory Allocation Library using SMM Services Table, with memory profile support" 22 …ary uses services from the SMM Services Table to allocate and free memory, with memory profile sup…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/ |
D | UefiMemoryAllocationProfileLib.uni | 3 // with memory profile support. 6 // and free memory, with memory profile support. 20 … en-US "Instance of Memory Allocation Library using EFI Boot Services, with memory profile support" 22 …ory Allocation Library uses EFI Boot Services to allocate and free memory, with memory profile sup…
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/ |
D | PlatformPei.inf | 23 # This PEIM includes 3 parts, pre memory initialization, MRC 24 # wrapper and post memory initialization. 25 # On pre memory, following action is performed, 29 # memory. 31 # After that MRC wrapper calls MRC to initialize memory and install a PPI 32 # notify to do post memory 36 # 3. Create HOB of system memory. 40 # On post memory, following action is performed, 43 # 3. Install ResetSystem and FinvFv PPI, relocate Stall to memory on 54 # MemoryCallback.c - Includes a memory call back function notified when
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/ |
D | PlatformEarlyInit.inf | 4 # This PEIM includes 3 parts, pre memory initialization, MRC 5 # wrapper and post memory initialization. 6 # On pre memory, following action is performed, 10 # memory. 12 # After that MRC wrapper calls MRC to initialize memory and install a PPI 13 # notify to do post memory 16 # 2. Create HOB of system memory. 18 # On post memory, following action is performed, 21 # 3. Install ResetSystem and FinvFv PPI, relocate Stall to memory on 32 # MemoryCallback.c - Includes a memory call back function notified when [all …]
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/ |
D | QNC.asi | 26 // PCIEXBAR memory range 29 // RCRB memory range 32 // Option ROM shadow memory range 35 // BIOS ROM shadow memory range 38 // BIOS Firmware just below 4GByte of memory 8MBytes
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/ |
D | NullMemoryTestDxe.uni | 2 // This driver installs Generic Memory Test Protocol which does not perform real memory test. 4 // This driver installs Generic Memory Test Protocol, which does not perform a real memory test. 19 … #language en-US "Installs Generic Memory Test Protocol, which does not perform real memory test" 21 …-US "This driver installs Generic Memory Test Protocol, which does not perform a real memory test."
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/ |
D | MemoryProfileInfo.uni | 2 // Shell application to dump UEFI memory and SMRAM profile information. 5 // the application will not display memory profile information. 19 #string STR_MODULE_ABSTRACT #language en-US "Shell application to dump UEFI memory and … 21 …y setting PcdMemoryProfilePropertyMask, the application will not display memory profile informatio…
|
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/ |
D | Strings.uni | 21 #string STR_PERFORM_MEM_TEST #language en-US "Perform memory test (ESC to skip)" 23 #string STR_MEMORY_TEST_PERCENT #language en-US "% of the system memory tested OK" 25 #string STR_ESC_TO_SKIP_MEM_TEST #language en-US "Press ESC key to skip memory test" 27 #string STR_MEM_TEST_COMPLETED #language en-US " bytes of system memory tested OK\r\n" 29 #string STR_SYSTEM_MEM_ERROR #language en-US "System encounters memory errors"
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/ |
D | README.txt | 3 …memory available in your system. Allow your system to boot to the point that the DXE core is init… 7 There is no way to autodetect where these images reside so you must pass an address for the memory-…
|