|
|
d1fe48 |
From 1dac05a1674c42def54d77f17ca2ba73b31beaf8 Mon Sep 17 00:00:00 2001
|
|
|
d1fe48 |
From: Peter Jones <pjones@redhat.com>
|
|
|
d1fe48 |
Date: Thu, 19 Jul 2018 13:12:44 -0400
|
|
|
d1fe48 |
Subject: [PATCH] Get rid of some unused junk that has the BSD 4-clause
|
|
|
d1fe48 |
license.
|
|
|
d1fe48 |
|
|
|
d1fe48 |
We don't need any of this, and its license is not GPL compatible.
|
|
|
d1fe48 |
|
|
|
d1fe48 |
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
|
d1fe48 |
---
|
|
|
d1fe48 |
inc/protocol/efidbg.h | 210 ---------------------------------
|
|
|
d1fe48 |
inc/protocol/ia64/eficontext.h | 208 --------------------------------
|
|
|
d1fe48 |
inc/protocol/makefile.hdr | 4 +-
|
|
|
d1fe48 |
3 files changed, 1 insertion(+), 421 deletions(-)
|
|
|
d1fe48 |
delete mode 100644 inc/protocol/efidbg.h
|
|
|
d1fe48 |
delete mode 100644 inc/protocol/ia64/eficontext.h
|
|
|
d1fe48 |
|
|
|
d1fe48 |
diff --git a/inc/protocol/efidbg.h b/inc/protocol/efidbg.h
|
|
|
d1fe48 |
deleted file mode 100644
|
|
|
d1fe48 |
index 1f95a70bb42..00000000000
|
|
|
d1fe48 |
--- a/inc/protocol/efidbg.h
|
|
|
d1fe48 |
+++ /dev/null
|
|
|
d1fe48 |
@@ -1,210 +0,0 @@
|
|
|
d1fe48 |
-/*
|
|
|
d1fe48 |
- * Copyright (c) 1999, 2000
|
|
|
d1fe48 |
- * Intel Corporation.
|
|
|
d1fe48 |
- * All rights reserved.
|
|
|
d1fe48 |
- *
|
|
|
d1fe48 |
- * Redistribution and use in source and binary forms, with or without
|
|
|
d1fe48 |
- * modification, are permitted provided that the following conditions
|
|
|
d1fe48 |
- * are met:
|
|
|
d1fe48 |
- *
|
|
|
d1fe48 |
- * 1. Redistributions of source code must retain the above copyright
|
|
|
d1fe48 |
- * notice, this list of conditions and the following disclaimer.
|
|
|
d1fe48 |
- *
|
|
|
d1fe48 |
- * 2. Redistributions in binary form must reproduce the above copyright
|
|
|
d1fe48 |
- * notice, this list of conditions and the following disclaimer in the
|
|
|
d1fe48 |
- * documentation and/or other materials provided with the distribution.
|
|
|
d1fe48 |
- *
|
|
|
d1fe48 |
- * 3. All advertising materials mentioning features or use of this software
|
|
|
d1fe48 |
- * must display the following acknowledgement:
|
|
|
d1fe48 |
- *
|
|
|
d1fe48 |
- * This product includes software developed by Intel Corporation and
|
|
|
d1fe48 |
- * its contributors.
|
|
|
d1fe48 |
- *
|
|
|
d1fe48 |
- * 4. Neither the name of Intel Corporation or its contributors may be
|
|
|
d1fe48 |
- * used to endorse or promote products derived from this software
|
|
|
d1fe48 |
- * without specific prior written permission.
|
|
|
d1fe48 |
- *
|
|
|
d1fe48 |
- * THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION AND CONTRIBUTORS ``AS IS''
|
|
|
d1fe48 |
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
d1fe48 |
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
d1fe48 |
- * ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION OR CONTRIBUTORS BE
|
|
|
d1fe48 |
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
d1fe48 |
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
d1fe48 |
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
d1fe48 |
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
d1fe48 |
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
d1fe48 |
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
|
|
d1fe48 |
- * THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
d1fe48 |
- *
|
|
|
d1fe48 |
- */
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-#ifndef _EFIDBG_H_
|
|
|
d1fe48 |
-#define _EFIDBG_H_
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-#include "eficontext.h"
|
|
|
d1fe48 |
-#include "efiser.h"
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-typedef struct _DEBUGPORT_16550_CONFIG_DATA {
|
|
|
d1fe48 |
- UINT32 PortAddress;
|
|
|
d1fe48 |
- UINT64 BaudRate;
|
|
|
d1fe48 |
- UINT32 ReceiveFifoDepth;
|
|
|
d1fe48 |
- UINT32 Timeout;
|
|
|
d1fe48 |
- UINT8 Parity;
|
|
|
d1fe48 |
- UINT8 DataBits;
|
|
|
d1fe48 |
- UINT8 StopBits;
|
|
|
d1fe48 |
- UINT32 ControlMask;
|
|
|
d1fe48 |
- BOOLEAN RtsCtsEnable; // RTS, CTS control
|
|
|
d1fe48 |
-} DEBUGPORT_16550_CONFIG_DATA;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-typedef struct _DEBUGPORT_16550_DEVICE_PATH {
|
|
|
d1fe48 |
- EFI_DEVICE_PATH Header;
|
|
|
d1fe48 |
- DEBUGPORT_16550_CONFIG_DATA ConfigData;
|
|
|
d1fe48 |
-} DEBUGPORT_16550_DEVICE_PATH;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-typedef union {
|
|
|
d1fe48 |
- EFI_DEVICE_PATH DevPath;
|
|
|
d1fe48 |
- DEBUGPORT_16550_DEVICE_PATH Uart;
|
|
|
d1fe48 |
- // add new types of debugport device paths to this union...
|
|
|
d1fe48 |
-} DEBUGPORT_DEV_PATH;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-//
|
|
|
d1fe48 |
-// Debug Support protocol {2755590C-6F3C-42FA-9EA4-A3BA543CDA25}
|
|
|
d1fe48 |
-//
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-#define DEBUG_SUPPORT_PROTOCOL \
|
|
|
d1fe48 |
-{ 0x2755590C, 0x6F3C, 0x42fa, 0x9E, 0xA4, 0xA3, 0xBA, 0x54, 0x3C, 0xDA, 0x25 }
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-typedef UINTN EXCEPTION_TYPE;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-typedef
|
|
|
d1fe48 |
-VOID
|
|
|
d1fe48 |
-(*EXCEPTION_HANDLER) (
|
|
|
d1fe48 |
- IN EXCEPTION_TYPE ExceptionType,
|
|
|
d1fe48 |
- IN SYSTEM_CONTEXT *SystemContext
|
|
|
d1fe48 |
- );
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-typedef
|
|
|
d1fe48 |
-EFI_STATUS
|
|
|
d1fe48 |
-(EFIAPI *EFI_REGISTER_TIMER_TICK_CALLBACK) (
|
|
|
d1fe48 |
- IN struct _EFI_DEBUG_SUPPORT_INTERFACE *This,
|
|
|
d1fe48 |
- IN EXCEPTION_HANDLER TimerTickCallback
|
|
|
d1fe48 |
- );
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-typedef
|
|
|
d1fe48 |
-EFI_STATUS
|
|
|
d1fe48 |
-(EFIAPI *EFI_REGISTER_EXCEPTION_HANDLER) (
|
|
|
d1fe48 |
- IN struct _EFI_DEBUG_SUPPORT_INTERFACE *This,
|
|
|
d1fe48 |
- IN EXCEPTION_HANDLER ExceptionHandler,
|
|
|
d1fe48 |
- IN EXCEPTION_TYPE ExceptionType
|
|
|
d1fe48 |
- );
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-typedef
|
|
|
d1fe48 |
-EFI_STATUS
|
|
|
d1fe48 |
-(EFIAPI *EFI_IP_CALL_TRACE) (
|
|
|
d1fe48 |
- IN struct _EFI_DEBUG_SUPPORT_INTERFACE *This
|
|
|
d1fe48 |
- );
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-#define EFI_DEBUG_SUPPORT_INTERFACE_REVISION 0x00010000
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-typedef struct _EFI_DEBUG_SUPPORT_INTERFACE {
|
|
|
d1fe48 |
- UINT32 Revision;
|
|
|
d1fe48 |
- EFI_REGISTER_TIMER_TICK_CALLBACK RegisterTimerTickCallback;
|
|
|
d1fe48 |
- EFI_REGISTER_EXCEPTION_HANDLER RegisterExceptionHandler;
|
|
|
d1fe48 |
- EFI_IP_CALL_TRACE IpCallTrace;
|
|
|
d1fe48 |
-} EFI_DEBUG_SUPPORT_INTERFACE;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-//
|
|
|
d1fe48 |
-// Debugport io protocol {EBA4E8D2-3858-41EC-A281-2647BA9660D0}
|
|
|
d1fe48 |
-//
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-#define DEBUGPORT_IO_PROTOCOL \
|
|
|
d1fe48 |
-{ 0XEBA4E8D2, 0X3858, 0X41EC, 0XA2, 0X81, 0X26, 0X47, 0XBA, 0X96, 0X60, 0XD0 }
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-typedef
|
|
|
d1fe48 |
-EFI_STATUS
|
|
|
d1fe48 |
-(EFIAPI *EFI_DEBUGPORT_IO_RESET) (
|
|
|
d1fe48 |
- IN struct _EFI_DEBUGPORT_IO_INTERFACE *This
|
|
|
d1fe48 |
- );
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-typedef
|
|
|
d1fe48 |
-EFI_STATUS
|
|
|
d1fe48 |
-(EFIAPI *EFI_DEBUGPORT_IO_READ) (
|
|
|
d1fe48 |
- IN struct _EFI_DEBUGPORT_IO_INTERFACE *This,
|
|
|
d1fe48 |
- IN OUT UINTN *BufferSize,
|
|
|
d1fe48 |
- OUT VOID *Buffer
|
|
|
d1fe48 |
- );
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-typedef
|
|
|
d1fe48 |
-EFI_STATUS
|
|
|
d1fe48 |
-(EFIAPI *EFI_DEBUGPORT_IO_WRITE) (
|
|
|
d1fe48 |
- IN struct _EFI_DEBUGPORT_IO_INTERFACE *This,
|
|
|
d1fe48 |
- IN OUT UINTN *BufferSize,
|
|
|
d1fe48 |
- IN VOID *Buffer
|
|
|
d1fe48 |
- );
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-#define EFI_DEBUGPORT_IO_INTERFACE_REVISION 0x00010000
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-typedef struct _EFI_DEBUGPORT_IO_INTERFACE {
|
|
|
d1fe48 |
- UINT32 Revision;
|
|
|
d1fe48 |
- EFI_DEBUGPORT_IO_READ Read;
|
|
|
d1fe48 |
- EFI_DEBUGPORT_IO_WRITE Write;
|
|
|
d1fe48 |
- EFI_DEBUGPORT_IO_RESET Reset;
|
|
|
d1fe48 |
-} EFI_DEBUGPORT_IO_INTERFACE;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-//
|
|
|
d1fe48 |
-// Debugport UART16550 control protocol {628EA978-4C26-4605-BC02-A42A496917DD}
|
|
|
d1fe48 |
-//
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-#define DEBUGPORT_UART16550_CONTROL_PROTOCOL \
|
|
|
d1fe48 |
-{ 0X628EA978, 0X4C26, 0X4605, 0XBC, 0X2, 0XA4, 0X2A, 0X49, 0X69, 0X17, 0XDD }
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-// Note: The definitions for EFI_PARITY_TYPE, EFI_STOP_BITS_TYPE, and
|
|
|
d1fe48 |
-// SERIAL_IO_MODE are included from efiser.h
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-typedef
|
|
|
d1fe48 |
-EFI_STATUS
|
|
|
d1fe48 |
-(EFIAPI *EFI_UART16550_SET_ATTRIBUTES) (
|
|
|
d1fe48 |
- IN struct _EFI_DEBUGPORT_UART16550_CONTROL_INTERFACE *This,
|
|
|
d1fe48 |
- IN UINT64 BaudRate,
|
|
|
d1fe48 |
- IN UINT32 ReceiveFifoDepth,
|
|
|
d1fe48 |
- IN UINT32 Timeout,
|
|
|
d1fe48 |
- IN EFI_PARITY_TYPE Parity,
|
|
|
d1fe48 |
- IN UINT8 DataBits,
|
|
|
d1fe48 |
- IN EFI_STOP_BITS_TYPE StopBits
|
|
|
d1fe48 |
- );
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-typedef
|
|
|
d1fe48 |
-EFI_STATUS
|
|
|
d1fe48 |
-(EFIAPI *EFI_UART16550_SET_CONTROL_BITS) (
|
|
|
d1fe48 |
- IN struct _EFI_DEBUGPORT_UART16550_CONTROL_INTERFACE *This,
|
|
|
d1fe48 |
- IN UINT32 Control
|
|
|
d1fe48 |
- );
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-typedef
|
|
|
d1fe48 |
-EFI_STATUS
|
|
|
d1fe48 |
-(EFIAPI *EFI_UART16550_GET_CONTROL_BITS) (
|
|
|
d1fe48 |
- IN struct _EFI_DEBUGPORT_UART16550_CONTROL_INTERFACE *This,
|
|
|
d1fe48 |
- OUT UINT32 *Control
|
|
|
d1fe48 |
- );
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-#define EFI_DEBUGPORT_UART16550_CONTROL_INTERFACE_REVISION 0x00010000
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-typedef struct _EFI_DEBUGPORT_UART16550_CONTROL_INTERFACE {
|
|
|
d1fe48 |
- UINT32 Revision;
|
|
|
d1fe48 |
- EFI_UART16550_SET_ATTRIBUTES SetAttributes;
|
|
|
d1fe48 |
- EFI_UART16550_SET_CONTROL_BITS SetControl;
|
|
|
d1fe48 |
- EFI_UART16550_GET_CONTROL_BITS GetControl;
|
|
|
d1fe48 |
- DEBUGPORT_16550_CONFIG_DATA *Mode;
|
|
|
d1fe48 |
-} EFI_DEBUGPORT_UART16550_CONTROL_INTERFACE;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-#define DEVICE_PATH_DEBUGPORT DEBUGPORT_IO_PROTOCOL
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-#endif /* _EFIDBG_H_ */
|
|
|
d1fe48 |
diff --git a/inc/protocol/ia64/eficontext.h b/inc/protocol/ia64/eficontext.h
|
|
|
d1fe48 |
deleted file mode 100644
|
|
|
d1fe48 |
index 1a39a6db1e4..00000000000
|
|
|
d1fe48 |
--- a/inc/protocol/ia64/eficontext.h
|
|
|
d1fe48 |
+++ /dev/null
|
|
|
d1fe48 |
@@ -1,208 +0,0 @@
|
|
|
d1fe48 |
-/*
|
|
|
d1fe48 |
- * Copyright (c) 1999, 2000
|
|
|
d1fe48 |
- * Intel Corporation.
|
|
|
d1fe48 |
- * All rights reserved.
|
|
|
d1fe48 |
- *
|
|
|
d1fe48 |
- * Redistribution and use in source and binary forms, with or without
|
|
|
d1fe48 |
- * modification, are permitted provided that the following conditions
|
|
|
d1fe48 |
- * are met:
|
|
|
d1fe48 |
- *
|
|
|
d1fe48 |
- * 1. Redistributions of source code must retain the above copyright
|
|
|
d1fe48 |
- * notice, this list of conditions and the following disclaimer.
|
|
|
d1fe48 |
- *
|
|
|
d1fe48 |
- * 2. Redistributions in binary form must reproduce the above copyright
|
|
|
d1fe48 |
- * notice, this list of conditions and the following disclaimer in the
|
|
|
d1fe48 |
- * documentation and/or other materials provided with the distribution.
|
|
|
d1fe48 |
- *
|
|
|
d1fe48 |
- * 3. All advertising materials mentioning features or use of this software
|
|
|
d1fe48 |
- * must display the following acknowledgement:
|
|
|
d1fe48 |
- *
|
|
|
d1fe48 |
- * This product includes software developed by Intel Corporation and
|
|
|
d1fe48 |
- * its contributors.
|
|
|
d1fe48 |
- *
|
|
|
d1fe48 |
- * 4. Neither the name of Intel Corporation or its contributors may be
|
|
|
d1fe48 |
- * used to endorse or promote products derived from this software
|
|
|
d1fe48 |
- * without specific prior written permission.
|
|
|
d1fe48 |
- *
|
|
|
d1fe48 |
- * THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION AND CONTRIBUTORS ``AS IS''
|
|
|
d1fe48 |
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
d1fe48 |
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
d1fe48 |
- * ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION OR CONTRIBUTORS BE
|
|
|
d1fe48 |
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
d1fe48 |
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
d1fe48 |
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
d1fe48 |
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
d1fe48 |
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
d1fe48 |
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
|
|
d1fe48 |
- * THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
d1fe48 |
- *
|
|
|
d1fe48 |
- */
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-#ifndef _EFICONTEXT_H_
|
|
|
d1fe48 |
-#define _EFICONTEXT_H_
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-//
|
|
|
d1fe48 |
-// IA-64 processor exception types
|
|
|
d1fe48 |
-//
|
|
|
d1fe48 |
-#define EXCPT_ALT_DTLB 4
|
|
|
d1fe48 |
-#define EXCPT_DNESTED_TLB 5
|
|
|
d1fe48 |
-#define EXCPT_BREAKPOINT 11
|
|
|
d1fe48 |
-#define EXCPT_EXTERNAL_INTERRUPT 12
|
|
|
d1fe48 |
-#define EXCPT_GEN_EXCEPT 24
|
|
|
d1fe48 |
-#define EXCPT_NAT_CONSUMPTION 26
|
|
|
d1fe48 |
-#define EXCPT_DEBUG_EXCEPT 29
|
|
|
d1fe48 |
-#define EXCPT_UNALIGNED_ACCESS 30
|
|
|
d1fe48 |
-#define EXCPT_FP_FAULT 32
|
|
|
d1fe48 |
-#define EXCPT_FP_TRAP 33
|
|
|
d1fe48 |
-#define EXCPT_TAKEN_BRANCH 35
|
|
|
d1fe48 |
-#define EXCPT_SINGLE_STEP 36
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-//
|
|
|
d1fe48 |
-// IA-64 processor context definition - must be 512 byte aligned!!!
|
|
|
d1fe48 |
-//
|
|
|
d1fe48 |
-typedef
|
|
|
d1fe48 |
-struct {
|
|
|
d1fe48 |
- UINT64 reserved; // necessary to preserve alignment for the correct bits in UNAT and to insure F2 is 16 byte aligned...
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
- UINT64 r1;
|
|
|
d1fe48 |
- UINT64 r2;
|
|
|
d1fe48 |
- UINT64 r3;
|
|
|
d1fe48 |
- UINT64 r4;
|
|
|
d1fe48 |
- UINT64 r5;
|
|
|
d1fe48 |
- UINT64 r6;
|
|
|
d1fe48 |
- UINT64 r7;
|
|
|
d1fe48 |
- UINT64 r8;
|
|
|
d1fe48 |
- UINT64 r9;
|
|
|
d1fe48 |
- UINT64 r10;
|
|
|
d1fe48 |
- UINT64 r11;
|
|
|
d1fe48 |
- UINT64 r12;
|
|
|
d1fe48 |
- UINT64 r13;
|
|
|
d1fe48 |
- UINT64 r14;
|
|
|
d1fe48 |
- UINT64 r15;
|
|
|
d1fe48 |
- UINT64 r16;
|
|
|
d1fe48 |
- UINT64 r17;
|
|
|
d1fe48 |
- UINT64 r18;
|
|
|
d1fe48 |
- UINT64 r19;
|
|
|
d1fe48 |
- UINT64 r20;
|
|
|
d1fe48 |
- UINT64 r21;
|
|
|
d1fe48 |
- UINT64 r22;
|
|
|
d1fe48 |
- UINT64 r23;
|
|
|
d1fe48 |
- UINT64 r24;
|
|
|
d1fe48 |
- UINT64 r25;
|
|
|
d1fe48 |
- UINT64 r26;
|
|
|
d1fe48 |
- UINT64 r27;
|
|
|
d1fe48 |
- UINT64 r28;
|
|
|
d1fe48 |
- UINT64 r29;
|
|
|
d1fe48 |
- UINT64 r30;
|
|
|
d1fe48 |
- UINT64 r31;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
- UINT64 f2[2];
|
|
|
d1fe48 |
- UINT64 f3[2];
|
|
|
d1fe48 |
- UINT64 f4[2];
|
|
|
d1fe48 |
- UINT64 f5[2];
|
|
|
d1fe48 |
- UINT64 f6[2];
|
|
|
d1fe48 |
- UINT64 f7[2];
|
|
|
d1fe48 |
- UINT64 f8[2];
|
|
|
d1fe48 |
- UINT64 f9[2];
|
|
|
d1fe48 |
- UINT64 f10[2];
|
|
|
d1fe48 |
- UINT64 f11[2];
|
|
|
d1fe48 |
- UINT64 f12[2];
|
|
|
d1fe48 |
- UINT64 f13[2];
|
|
|
d1fe48 |
- UINT64 f14[2];
|
|
|
d1fe48 |
- UINT64 f15[2];
|
|
|
d1fe48 |
- UINT64 f16[2];
|
|
|
d1fe48 |
- UINT64 f17[2];
|
|
|
d1fe48 |
- UINT64 f18[2];
|
|
|
d1fe48 |
- UINT64 f19[2];
|
|
|
d1fe48 |
- UINT64 f20[2];
|
|
|
d1fe48 |
- UINT64 f21[2];
|
|
|
d1fe48 |
- UINT64 f22[2];
|
|
|
d1fe48 |
- UINT64 f23[2];
|
|
|
d1fe48 |
- UINT64 f24[2];
|
|
|
d1fe48 |
- UINT64 f25[2];
|
|
|
d1fe48 |
- UINT64 f26[2];
|
|
|
d1fe48 |
- UINT64 f27[2];
|
|
|
d1fe48 |
- UINT64 f28[2];
|
|
|
d1fe48 |
- UINT64 f29[2];
|
|
|
d1fe48 |
- UINT64 f30[2];
|
|
|
d1fe48 |
- UINT64 f31[2];
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
- UINT64 pr;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
- UINT64 b0;
|
|
|
d1fe48 |
- UINT64 b1;
|
|
|
d1fe48 |
- UINT64 b2;
|
|
|
d1fe48 |
- UINT64 b3;
|
|
|
d1fe48 |
- UINT64 b4;
|
|
|
d1fe48 |
- UINT64 b5;
|
|
|
d1fe48 |
- UINT64 b6;
|
|
|
d1fe48 |
- UINT64 b7;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
- // application registers
|
|
|
d1fe48 |
- UINT64 ar_rsc;
|
|
|
d1fe48 |
- UINT64 ar_bsp;
|
|
|
d1fe48 |
- UINT64 ar_bspstore;
|
|
|
d1fe48 |
- UINT64 ar_rnat;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
- UINT64 ar_fcr;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
- UINT64 ar_eflag;
|
|
|
d1fe48 |
- UINT64 ar_csd;
|
|
|
d1fe48 |
- UINT64 ar_ssd;
|
|
|
d1fe48 |
- UINT64 ar_cflg;
|
|
|
d1fe48 |
- UINT64 ar_fsr;
|
|
|
d1fe48 |
- UINT64 ar_fir;
|
|
|
d1fe48 |
- UINT64 ar_fdr;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
- UINT64 ar_ccv;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
- UINT64 ar_unat;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
- UINT64 ar_fpsr;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
- UINT64 ar_pfs;
|
|
|
d1fe48 |
- UINT64 ar_lc;
|
|
|
d1fe48 |
- UINT64 ar_ec;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
- // control registers
|
|
|
d1fe48 |
- UINT64 cr_dcr;
|
|
|
d1fe48 |
- UINT64 cr_itm;
|
|
|
d1fe48 |
- UINT64 cr_iva;
|
|
|
d1fe48 |
- UINT64 cr_pta;
|
|
|
d1fe48 |
- UINT64 cr_ipsr;
|
|
|
d1fe48 |
- UINT64 cr_isr;
|
|
|
d1fe48 |
- UINT64 cr_iip;
|
|
|
d1fe48 |
- UINT64 cr_ifa;
|
|
|
d1fe48 |
- UINT64 cr_itir;
|
|
|
d1fe48 |
- UINT64 cr_iipa;
|
|
|
d1fe48 |
- UINT64 cr_ifs;
|
|
|
d1fe48 |
- UINT64 cr_iim;
|
|
|
d1fe48 |
- UINT64 cr_iha;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
- // debug registers
|
|
|
d1fe48 |
- UINT64 dbr0;
|
|
|
d1fe48 |
- UINT64 dbr1;
|
|
|
d1fe48 |
- UINT64 dbr2;
|
|
|
d1fe48 |
- UINT64 dbr3;
|
|
|
d1fe48 |
- UINT64 dbr4;
|
|
|
d1fe48 |
- UINT64 dbr5;
|
|
|
d1fe48 |
- UINT64 dbr6;
|
|
|
d1fe48 |
- UINT64 dbr7;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
- UINT64 ibr0;
|
|
|
d1fe48 |
- UINT64 ibr1;
|
|
|
d1fe48 |
- UINT64 ibr2;
|
|
|
d1fe48 |
- UINT64 ibr3;
|
|
|
d1fe48 |
- UINT64 ibr4;
|
|
|
d1fe48 |
- UINT64 ibr5;
|
|
|
d1fe48 |
- UINT64 ibr6;
|
|
|
d1fe48 |
- UINT64 ibr7;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
- // virtual registers
|
|
|
d1fe48 |
- UINT64 int_nat; // nat bits for R1-R31
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-} SYSTEM_CONTEXT;
|
|
|
d1fe48 |
-
|
|
|
d1fe48 |
-#endif /* _EFI_CONTEXT_H_ */
|
|
|
d1fe48 |
diff --git a/inc/protocol/makefile.hdr b/inc/protocol/makefile.hdr
|
|
|
d1fe48 |
index 118d6ba3a08..e66e67889c2 100644
|
|
|
d1fe48 |
--- a/inc/protocol/makefile.hdr
|
|
|
d1fe48 |
+++ b/inc/protocol/makefile.hdr
|
|
|
d1fe48 |
@@ -9,8 +9,7 @@
|
|
|
d1fe48 |
INC_DEPS = $(INC_DEPS) \
|
|
|
d1fe48 |
$(SDK_INSTALL_DIR)\include\efi\protocol\efivar.h \
|
|
|
d1fe48 |
$(SDK_INSTALL_DIR)\include\efi\protocol\legacyboot.h \
|
|
|
d1fe48 |
- $(SDK_INSTALL_DIR)\include\efi\protocol\vgaclass.h \
|
|
|
d1fe48 |
- $(SDK_INSTALL_DIR)\include\efi\protocol\efidbg.h \
|
|
|
d1fe48 |
+ $(SDK_INSTALL_DIR)\include\efi\protocol\vgaclass.h
|
|
|
d1fe48 |
|
|
|
d1fe48 |
|
|
|
d1fe48 |
!IF "$(PROCESSOR)" == "Ia32"
|
|
|
d1fe48 |
@@ -22,7 +21,6 @@ INC_DEPS = $(INC_DEPS) \
|
|
|
d1fe48 |
|
|
|
d1fe48 |
!IF "$(PROCESSOR)" == "Ia64"
|
|
|
d1fe48 |
INC_DEPS = $(INC_DEPS) \
|
|
|
d1fe48 |
- $(SDK_INSTALL_DIR)\include\efi\protocol\$(PROCESSOR)\eficontext.h \
|
|
|
d1fe48 |
|
|
|
d1fe48 |
|
|
|
d1fe48 |
!ENDIF
|
|
|
d1fe48 |
--
|
|
|
d1fe48 |
2.17.1
|
|
|
d1fe48 |
|