mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	UefiPayloadPkg: update stack address print to 64 bit
Signed-off-by: Akshay Behl <cap2k4@rivosinc.com> Co-authored-by: Dhaval Sharma <dhaval@rivosinc.com>
This commit is contained in:
		| @ -358,7 +358,7 @@ HandOffToDxeCore ( | ||||
|  | ||||
|     DEBUG (( | ||||
|       DEBUG_INFO, | ||||
|       "%a() Stack Base: 0x%lx, Stack Size: 0x%x\n", | ||||
|       "%a() Stack Base: 0x%llx, Stack Size: 0x%x\n", | ||||
|       __func__, | ||||
|       BaseOfStack, | ||||
|       STACK_SIZE | ||||
|  | ||||
| @ -356,7 +356,7 @@ HandOffToDxeCore ( | ||||
|  | ||||
|     DEBUG (( | ||||
|       DEBUG_INFO, | ||||
|       "%a() Stack Base: 0x%lx, Stack Size: 0x%x\n", | ||||
|       "%a() Stack Base: 0x%llx, Stack Size: 0x%x\n", | ||||
|       __func__, | ||||
|       BaseOfStack, | ||||
|       STACK_SIZE | ||||
|  | ||||
| @ -60,7 +60,7 @@ HandOffToDxeCore ( | ||||
|   // | ||||
|   UpdateStackHob ((EFI_PHYSICAL_ADDRESS)(UINTN)BaseOfStack, STACK_SIZE); | ||||
|  | ||||
|   DEBUG ((DEBUG_INFO, "DXE Core new stack at %x, stack pointer at %x\n", BaseOfStack, TopOfStack)); | ||||
|   DEBUG ((DEBUG_INFO, "DXE Core new stack at %llx, stack pointer at %llx\n", BaseOfStack, TopOfStack)); | ||||
|  | ||||
|   // | ||||
|   // Transfer the control to the entry point of DxeCore. | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Dhaval
					Dhaval