VirtualBox

Changeset 41752 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jun 15, 2012 11:38:51 AM (13 years ago)
Author:
vboxsync
Message:

iPXE: save a tiny bit more ROM space by ripping out the embedded image support, use it as the compiled in PXE ROM, but stick to Etherboot for OSE to avoid breakage until iPXE is included in the tree

Location:
trunk/src/VBox/Devices
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r41636 r41752  
    2424if defined(VBOX_WITH_INTEL_PXE) || defined(VBOX_ONLY_EXTPACKS)
    2525 include $(PATH_SUB_CURRENT)/PC/PXE/Makefile.kmk
    26 else if defined(VBOX_WITH_PXE_ROM) && !defined(VBOX_WITHOUT_ETHERBOOT)
    27  include $(PATH_SUB_CURRENT)/PC/Etherboot-src/Makefile.kmk
     26else if defined(VBOX_WITH_PXE_ROM)
     27 if !defined(VBOX_WITHOUT_ETHERBOOT)
     28  include $(PATH_SUB_CURRENT)/PC/Etherboot-src/Makefile.kmk
     29 endif
     30 if !defined(VBOX_WITHOUT_IPXE)
     31  include $(PATH_SUB_CURRENT)/PC/ipxe/Makefile.kmk
     32 endif
    2833endif
    2934if !defined(VBOX_ONLY_EXTPACKS)         # Goes on almost to the end of the file.
     
    254259        Graphics/DevVGA_VDMA.cpp
    255260 endif
    256  
     261
    257262 ifdef VBOX_VDMA_WITH_WATCHDOG
    258263  VBoxDD_DEFS           += VBOX_VDMA_WITH_WATCHDOG
     
    903908        $(PATH_STAGE_LIB)/PcBiosBin$(VBOX_SUFF_LIB) \
    904909        $(PATH_STAGE_LIB)/VgaBiosBin$(VBOX_SUFF_LIB) \
    905         $(if $(VBOX_WITH_PXE_ROM),$(PATH_STAGE_LIB)/NetBiosBin$(VBOX_SUFF_LIB),) \
     910        $(if $(VBOX_WITH_PXE_ROM),$(if $(VBOX_WITHOUT_IPXE),(PATH_STAGE_LIB)/NetBiosBin$(VBOX_SUFF_LIB),$(PATH_STAGE_LIB)/iPxeBiosBin$(VBOX_SUFF_LIB)),) \
    906911        $(LIB_VMM) \
    907912        $(LIB_RUNTIME)
  • trunk/src/VBox/Devices/build/VBoxDD2.cpp

    r35400 r41752  
    1 /* $Id $ */
     1/* $Id$ */
    22/** @file
    33 * VBoxDD2 - Built-in drivers & devices part 2.
     
    77
    88/*
    9  * Copyright (C) 2006-2010 Oracle Corporation
     9 * Copyright (C) 2006-2012 Oracle Corporation
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Devices/build/VBoxDD2.h

    r35400 r41752  
    77
    88/*
    9  * Copyright (C) 2006-2010 Oracle Corporation
     9 * Copyright (C) 2006-2012 Oracle Corporation
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette