Changeset 28800 in vbox for trunk/src/VBox/Devices/EFI
- Timestamp:
- Apr 27, 2010 8:22:32 AM (15 years ago)
- Location:
- trunk/src/VBox/Devices/EFI
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/DevEFI.cpp
r28580 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2009 Sun Microsystems, Inc.7 * Copyright (C) 2006-2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.h
r26464 r28800 9 9 10 10 /* 11 * Copyright (C) 2009 Sun Microsystems, Inc.11 * Copyright (C) 2009 Oracle Corporation 12 12 * 13 13 * This file is part of VirtualBox Open Source Edition (OSE), as … … 18 18 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 19 19 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 20 *21 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa22 * Clara, CA 95054 USA or visit http://www.sun.com if you need23 * additional information or have any questions.24 20 */ 25 21 -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.mac
r24798 r28800 5 5 6 6 ; 7 ; Copyright (C) 2009 Sun Microsystems, Inc.7 ; Copyright (C) 2009 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ;17 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 ; Clara, CA 95054 USA or visit http://www.sun.com if you need19 ; additional information or have any questions.20 16 ; 21 17 -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxDebugLib.h
r26448 r28800 5 5 6 6 /* 7 * Copyright (C) 2009 Sun Microsystems, Inc.7 * Copyright (C) 2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxMemLayout.h
r26448 r28800 5 5 6 6 /* 7 * Copyright (C) 2009 Sun Microsystems, Inc.7 * Copyright (C) 2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxPkg.h
r26448 r28800 5 5 6 6 /* 7 * Copyright (C) 2009 Sun Microsystems, Inc.7 * Copyright (C) 2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.c
r26441 r28800 5 5 6 6 /* 7 * Copyright (C) 2009-2010 Sun Microsystems, Inc.7 * Copyright (C) 2009-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
r26441 r28800 6 6 7 7 # 8 # Copyright (C) 2009-2010 Sun Microsystems, Inc.8 # Copyright (C) 2009-2010 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 #18 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa19 # Clara, CA 95054 USA or visit http://www.sun.com if you need20 # additional information or have any questions.21 17 # 22 18 #/ -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintChar.c
r26441 r28800 5 5 6 6 /* 7 * Copyright (C) 2009-2010 Sun Microsystems, Inc.7 * Copyright (C) 2009-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintGuid.c
r26441 r28800 5 5 6 6 /* 7 * Copyright (C) 2009-2010 Sun Microsystems, Inc.7 * Copyright (C) 2009-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHex.c
r26441 r28800 5 5 6 6 /* 7 * Copyright (C) 2009-2010 Sun Microsystems, Inc.7 * Copyright (C) 2009-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHexDump.c
r26441 r28800 5 5 6 6 /* 7 * Copyright (C) 2009-2010 Sun Microsystems, Inc.7 * Copyright (C) 2009-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.c
r26441 r28800 6 6 7 7 /* 8 * Copyright (C) 2009-2010 Sun Microsystems, Inc.8 * Copyright (C) 2009-2010 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa19 * Clara, CA 95054 USA or visit http://www.sun.com if you need20 * additional information or have any questions.21 17 */ 22 18 -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.inf
r26441 r28800 5 5 6 6 # 7 # Copyright (C) 2009-2010 Sun Microsystems, Inc.7 # Copyright (C) 2009-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 #/ -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsole.c
r26495 r28800 5 5 6 6 /* 7 * Copyright (C) 2009-2010 Sun Microsystems, Inc.7 * Copyright (C) 2009-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsole.h
r26441 r28800 5 5 6 6 /* 7 * Copyright (C) 2009-2010 Sun Microsystems, Inc.7 * Copyright (C) 2009-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsoleDxe.inf
r26441 r28800 5 5 6 6 # 7 # Copyright (C) 2009-2010 Sun Microsystems, Inc.7 # Copyright (C) 2009-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 #/ -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxMisc/Makefile
r26441 r28800 5 5 # 6 6 # 7 # Copyright (C) 2009-2010 Sun Microsystems, Inc.7 # Copyright (C) 2009-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 #/ -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxOSELogo/VBoxOSELogo.inf
r27353 r28800 8 8 # Copyright (C) 2009.2010 Sun Microsystems, Inc. 9 9 # 10 # Copyright (C) Sun Microsystems, Inc.10 # Copyright (C) Oracle Corporation 11 11 # 12 12 # This file is part of VirtualBox Open Source Edition (OSE), as … … 17 17 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 18 18 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 19 #20 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa21 # Clara, CA 95054 USA or visit http://www.sun.com if you need22 # additional information or have any questions.23 19 # 24 20 **/ -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.c
r26441 r28800 6 6 7 7 /* 8 * Copyright (C) 2009-2010 Sun Microsystems, Inc.8 * Copyright (C) 2009-2010 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa19 * Clara, CA 95054 USA or visit http://www.sun.com if you need20 * additional information or have any questions.21 17 */ 22 18 -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.inf
r26441 r28800 6 6 7 7 # 8 # Copyright (C) 2009-2010 Sun Microsystems, Inc.8 # Copyright (C) 2009-2010 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 #18 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa19 # Clara, CA 95054 USA or visit http://www.sun.com if you need20 # additional information or have any questions.21 17 # 22 18 #/ -
trunk/src/VBox/Devices/EFI/Thunk/EfiThunk.asm
r24839 r28800 9 9 10 10 ; 11 ; Copyright (C) 2009 Sun Microsystems, Inc.11 ; Copyright (C) 2009 Oracle Corporation 12 12 ; 13 13 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 18 18 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 19 19 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 20 ;21 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa22 ; Clara, CA 95054 USA or visit http://www.sun.com if you need23 ; additional information or have any questions.24 20 ; 25 21 -
trunk/src/VBox/Devices/EFI/Thunk/Makefile.kmk
r25950 r28800 9 9 10 10 # 11 # Copyright (C) 2009 Sun Microsystems, Inc.11 # Copyright (C) 2009 Oracle Corporation 12 12 # 13 13 # This file is part of VirtualBox Open Source Edition (OSE), as … … 18 18 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 19 19 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 20 #21 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa22 # Clara, CA 95054 USA or visit http://www.sun.com if you need23 # additional information or have any questions.24 20 # 25 21
Note:
See TracChangeset
for help on using the changeset viewer.