summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/PC
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2012-07-09 12:54:37 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2012-07-09 12:54:37 +0000
commit474e8f83ca77c066377effd8199c676e2aaeb86c (patch)
tree58dcdef8339ec214b45defbb21ecae15a7e3b057 /src/VBox/Devices/PC
parente0a7b0e0b4b91cf38cd858847d707f70d2477470 (diff)
downloadVirtualBox-svn-474e8f83ca77c066377effd8199c676e2aaeb86c.tar.gz
Renamed PC/BIOS-new to PC/BIOS and dropped the VBOX_WITH_NEW_BIOS makefile variable.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@42057 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Devices/PC')
-rw-r--r--src/VBox/Devices/PC/BIOS/MakeDebianBiosAssembly.cpp (renamed from src/VBox/Devices/PC/BIOS-new/MakeDebianBiosAssembly.cpp)0
-rw-r--r--src/VBox/Devices/PC/BIOS/Makefile.kmk (renamed from src/VBox/Devices/PC/BIOS-new/Makefile.kmk)4
-rw-r--r--src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm (renamed from src/VBox/Devices/PC/BIOS-new/VBoxBiosAlternative.asm)0
-rw-r--r--src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.md5sum (renamed from src/VBox/Devices/PC/BIOS-new/VBoxBiosAlternative.md5sum)0
-rw-r--r--src/VBox/Devices/PC/BIOS/ahci.c (renamed from src/VBox/Devices/PC/BIOS-new/ahci.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/ata.c (renamed from src/VBox/Devices/PC/BIOS-new/ata.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/ata.h (renamed from src/VBox/Devices/PC/BIOS-new/ata.h)0
-rw-r--r--src/VBox/Devices/PC/BIOS/bios.c (renamed from src/VBox/Devices/PC/BIOS-new/bios.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/biosint.h (renamed from src/VBox/Devices/PC/BIOS-new/biosint.h)0
-rw-r--r--src/VBox/Devices/PC/BIOS/boot.c (renamed from src/VBox/Devices/PC/BIOS-new/boot.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/disk.c (renamed from src/VBox/Devices/PC/BIOS-new/disk.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/ebda.h (renamed from src/VBox/Devices/PC/BIOS-new/ebda.h)0
-rw-r--r--src/VBox/Devices/PC/BIOS/eltorito.c (renamed from src/VBox/Devices/PC/BIOS-new/eltorito.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/floppy.c (renamed from src/VBox/Devices/PC/BIOS-new/floppy.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/font8x8.inc (renamed from src/VBox/Devices/PC/BIOS-new/font8x8.inc)0
-rw-r--r--src/VBox/Devices/PC/BIOS/inlines.h (renamed from src/VBox/Devices/PC/BIOS-new/inlines.h)0
-rw-r--r--src/VBox/Devices/PC/BIOS/keyboard.c (renamed from src/VBox/Devices/PC/BIOS-new/keyboard.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/logo.c (renamed from src/VBox/Devices/PC/BIOS-new/logo.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/makefile (renamed from src/VBox/Devices/PC/BIOS-new/makefile)0
-rw-r--r--src/VBox/Devices/PC/BIOS/notes.txt (renamed from src/VBox/Devices/PC/BIOS-new/notes.txt)0
-rw-r--r--src/VBox/Devices/PC/BIOS/orgs.asm (renamed from src/VBox/Devices/PC/BIOS-new/orgs.asm)0
-rw-r--r--src/VBox/Devices/PC/BIOS/parallel.c (renamed from src/VBox/Devices/PC/BIOS-new/parallel.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/pcibio32.asm (renamed from src/VBox/Devices/PC/BIOS-new/pcibio32.asm)0
-rw-r--r--src/VBox/Devices/PC/BIOS/pcibios.c (renamed from src/VBox/Devices/PC/BIOS-new/pcibios.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/pcibios.inc (renamed from src/VBox/Devices/PC/BIOS-new/pcibios.inc)0
-rw-r--r--src/VBox/Devices/PC/BIOS/pcicfg.inc (renamed from src/VBox/Devices/PC/BIOS-new/pcicfg.inc)0
-rw-r--r--src/VBox/Devices/PC/BIOS/pciutil.c (renamed from src/VBox/Devices/PC/BIOS-new/pciutil.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/pciutil.h (renamed from src/VBox/Devices/PC/BIOS-new/pciutil.h)0
-rw-r--r--src/VBox/Devices/PC/BIOS/pirq.inc (renamed from src/VBox/Devices/PC/BIOS-new/pirq.inc)0
-rw-r--r--src/VBox/Devices/PC/BIOS/pmode.inc (renamed from src/VBox/Devices/PC/BIOS-new/pmode.inc)0
-rw-r--r--src/VBox/Devices/PC/BIOS/pmsetup.inc (renamed from src/VBox/Devices/PC/BIOS-new/pmsetup.inc)0
-rw-r--r--src/VBox/Devices/PC/BIOS/print.c (renamed from src/VBox/Devices/PC/BIOS-new/print.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/ps2mouse.c (renamed from src/VBox/Devices/PC/BIOS-new/ps2mouse.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/scsi.c (renamed from src/VBox/Devices/PC/BIOS-new/scsi.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/serial.c (renamed from src/VBox/Devices/PC/BIOS-new/serial.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/smidmi.inc (renamed from src/VBox/Devices/PC/BIOS-new/smidmi.inc)0
-rw-r--r--src/VBox/Devices/PC/BIOS/support.asm (renamed from src/VBox/Devices/PC/BIOS-new/support.asm)0
-rw-r--r--src/VBox/Devices/PC/BIOS/system.c (renamed from src/VBox/Devices/PC/BIOS-new/system.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/timepci.c (renamed from src/VBox/Devices/PC/BIOS-new/timepci.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/vbdmismi.inc (renamed from src/VBox/Devices/PC/BIOS-new/vbdmismi.inc)0
-rw-r--r--src/VBox/Devices/PC/BIOS/vds.c (renamed from src/VBox/Devices/PC/BIOS-new/vds.c)0
-rw-r--r--src/VBox/Devices/PC/BIOS/vds.h (renamed from src/VBox/Devices/PC/BIOS-new/vds.h)0
42 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Devices/PC/BIOS-new/MakeDebianBiosAssembly.cpp b/src/VBox/Devices/PC/BIOS/MakeDebianBiosAssembly.cpp
index df98dc21b0d..df98dc21b0d 100644
--- a/src/VBox/Devices/PC/BIOS-new/MakeDebianBiosAssembly.cpp
+++ b/src/VBox/Devices/PC/BIOS/MakeDebianBiosAssembly.cpp
diff --git a/src/VBox/Devices/PC/BIOS-new/Makefile.kmk b/src/VBox/Devices/PC/BIOS/Makefile.kmk
index dc5db90c6dd..c91109af55e 100644
--- a/src/VBox/Devices/PC/BIOS-new/Makefile.kmk
+++ b/src/VBox/Devices/PC/BIOS/Makefile.kmk
@@ -100,10 +100,10 @@ ifdef VBOX_WITH_OPEN_WATCOM
--output $(VBoxPcBios_0_OUTDIR)/VBoxBiosAlternative.asm
$(QUIET)yasm -f bin -o $(VBoxPcBios_0_OUTDIR)/VBoxBiosAlternative.bin $(VBoxPcBios_0_OUTDIR)/VBoxBiosAlternative.asm
$(VBOX_VBOXCMP) $< $(VBoxPcBios_0_OUTDIR)/VBoxBiosAlternative.bin
- $(CP) --changed -- $(VBoxPcBios_0_OUTDIR)/VBoxBiosAlternative.asm $(PATH_ROOT)/src/VBox/Devices/PC/BIOS-new/VBoxBiosAlternative.asm
+ $(CP) --changed -- $(VBoxPcBios_0_OUTDIR)/VBoxBiosAlternative.asm $(PATH_ROOT)/src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm
$(REDIRECT) -C $(dir $(VBoxPcBios_1_TARGET)) -- \
$(MD5SUM_EXT) -bo $(VBoxPcBios_0_OUTDIR)/VBoxBiosAlternative.md5sum $(notdir $(VBoxPcBios_1_TARGET))
- $(CP) --changed -- $(VBoxPcBios_0_OUTDIR)/VBoxBiosAlternative.md5sum $(PATH_ROOT)/src/VBox/Devices/PC/BIOS-new/VBoxBiosAlternative.md5sum
+ $(CP) --changed -- $(VBoxPcBios_0_OUTDIR)/VBoxBiosAlternative.md5sum $(PATH_ROOT)/src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.md5sum
$(RM) -f -- $(VBoxPcBios_0_OUTDIR)/VBoxBiosAlternative.asm $(VBoxPcBios_0_OUTDIR)/VBoxBiosAlternative.bin $(VBoxPcBios_0_OUTDIR)/VBoxBiosAlternative.md5sum
else
$(QUIET)$(ECHO) "Fatal error: Can only update VBoxBiosAlternative.asm/md5sum with a release build."
diff --git a/src/VBox/Devices/PC/BIOS-new/VBoxBiosAlternative.asm b/src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm
index 0664ca42423..0664ca42423 100644
--- a/src/VBox/Devices/PC/BIOS-new/VBoxBiosAlternative.asm
+++ b/src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm
diff --git a/src/VBox/Devices/PC/BIOS-new/VBoxBiosAlternative.md5sum b/src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.md5sum
index 564e3dafc14..564e3dafc14 100644
--- a/src/VBox/Devices/PC/BIOS-new/VBoxBiosAlternative.md5sum
+++ b/src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.md5sum
diff --git a/src/VBox/Devices/PC/BIOS-new/ahci.c b/src/VBox/Devices/PC/BIOS/ahci.c
index e87c13d1683..e87c13d1683 100644
--- a/src/VBox/Devices/PC/BIOS-new/ahci.c
+++ b/src/VBox/Devices/PC/BIOS/ahci.c
diff --git a/src/VBox/Devices/PC/BIOS-new/ata.c b/src/VBox/Devices/PC/BIOS/ata.c
index c20f46682a3..c20f46682a3 100644
--- a/src/VBox/Devices/PC/BIOS-new/ata.c
+++ b/src/VBox/Devices/PC/BIOS/ata.c
diff --git a/src/VBox/Devices/PC/BIOS-new/ata.h b/src/VBox/Devices/PC/BIOS/ata.h
index 75b9edfa208..75b9edfa208 100644
--- a/src/VBox/Devices/PC/BIOS-new/ata.h
+++ b/src/VBox/Devices/PC/BIOS/ata.h
diff --git a/src/VBox/Devices/PC/BIOS-new/bios.c b/src/VBox/Devices/PC/BIOS/bios.c
index 2b485594a6a..2b485594a6a 100644
--- a/src/VBox/Devices/PC/BIOS-new/bios.c
+++ b/src/VBox/Devices/PC/BIOS/bios.c
diff --git a/src/VBox/Devices/PC/BIOS-new/biosint.h b/src/VBox/Devices/PC/BIOS/biosint.h
index 8633d806992..8633d806992 100644
--- a/src/VBox/Devices/PC/BIOS-new/biosint.h
+++ b/src/VBox/Devices/PC/BIOS/biosint.h
diff --git a/src/VBox/Devices/PC/BIOS-new/boot.c b/src/VBox/Devices/PC/BIOS/boot.c
index fa06b1dea45..fa06b1dea45 100644
--- a/src/VBox/Devices/PC/BIOS-new/boot.c
+++ b/src/VBox/Devices/PC/BIOS/boot.c
diff --git a/src/VBox/Devices/PC/BIOS-new/disk.c b/src/VBox/Devices/PC/BIOS/disk.c
index 763b72835e4..763b72835e4 100644
--- a/src/VBox/Devices/PC/BIOS-new/disk.c
+++ b/src/VBox/Devices/PC/BIOS/disk.c
diff --git a/src/VBox/Devices/PC/BIOS-new/ebda.h b/src/VBox/Devices/PC/BIOS/ebda.h
index b46f412d838..b46f412d838 100644
--- a/src/VBox/Devices/PC/BIOS-new/ebda.h
+++ b/src/VBox/Devices/PC/BIOS/ebda.h
diff --git a/src/VBox/Devices/PC/BIOS-new/eltorito.c b/src/VBox/Devices/PC/BIOS/eltorito.c
index 6e12fc4a11d..6e12fc4a11d 100644
--- a/src/VBox/Devices/PC/BIOS-new/eltorito.c
+++ b/src/VBox/Devices/PC/BIOS/eltorito.c
diff --git a/src/VBox/Devices/PC/BIOS-new/floppy.c b/src/VBox/Devices/PC/BIOS/floppy.c
index 3262cbe870e..3262cbe870e 100644
--- a/src/VBox/Devices/PC/BIOS-new/floppy.c
+++ b/src/VBox/Devices/PC/BIOS/floppy.c
diff --git a/src/VBox/Devices/PC/BIOS-new/font8x8.inc b/src/VBox/Devices/PC/BIOS/font8x8.inc
index 8fee29377a5..8fee29377a5 100644
--- a/src/VBox/Devices/PC/BIOS-new/font8x8.inc
+++ b/src/VBox/Devices/PC/BIOS/font8x8.inc
diff --git a/src/VBox/Devices/PC/BIOS-new/inlines.h b/src/VBox/Devices/PC/BIOS/inlines.h
index 01bf6ae2476..01bf6ae2476 100644
--- a/src/VBox/Devices/PC/BIOS-new/inlines.h
+++ b/src/VBox/Devices/PC/BIOS/inlines.h
diff --git a/src/VBox/Devices/PC/BIOS-new/keyboard.c b/src/VBox/Devices/PC/BIOS/keyboard.c
index 67b7a8b571b..67b7a8b571b 100644
--- a/src/VBox/Devices/PC/BIOS-new/keyboard.c
+++ b/src/VBox/Devices/PC/BIOS/keyboard.c
diff --git a/src/VBox/Devices/PC/BIOS-new/logo.c b/src/VBox/Devices/PC/BIOS/logo.c
index dfc6f7c617a..dfc6f7c617a 100644
--- a/src/VBox/Devices/PC/BIOS-new/logo.c
+++ b/src/VBox/Devices/PC/BIOS/logo.c
diff --git a/src/VBox/Devices/PC/BIOS-new/makefile b/src/VBox/Devices/PC/BIOS/makefile
index 750540956cc..750540956cc 100644
--- a/src/VBox/Devices/PC/BIOS-new/makefile
+++ b/src/VBox/Devices/PC/BIOS/makefile
diff --git a/src/VBox/Devices/PC/BIOS-new/notes.txt b/src/VBox/Devices/PC/BIOS/notes.txt
index 636d2fe5b32..636d2fe5b32 100644
--- a/src/VBox/Devices/PC/BIOS-new/notes.txt
+++ b/src/VBox/Devices/PC/BIOS/notes.txt
diff --git a/src/VBox/Devices/PC/BIOS-new/orgs.asm b/src/VBox/Devices/PC/BIOS/orgs.asm
index 67d4d40edb6..67d4d40edb6 100644
--- a/src/VBox/Devices/PC/BIOS-new/orgs.asm
+++ b/src/VBox/Devices/PC/BIOS/orgs.asm
diff --git a/src/VBox/Devices/PC/BIOS-new/parallel.c b/src/VBox/Devices/PC/BIOS/parallel.c
index d86612d59fd..d86612d59fd 100644
--- a/src/VBox/Devices/PC/BIOS-new/parallel.c
+++ b/src/VBox/Devices/PC/BIOS/parallel.c
diff --git a/src/VBox/Devices/PC/BIOS-new/pcibio32.asm b/src/VBox/Devices/PC/BIOS/pcibio32.asm
index b3348468845..b3348468845 100644
--- a/src/VBox/Devices/PC/BIOS-new/pcibio32.asm
+++ b/src/VBox/Devices/PC/BIOS/pcibio32.asm
diff --git a/src/VBox/Devices/PC/BIOS-new/pcibios.c b/src/VBox/Devices/PC/BIOS/pcibios.c
index ce0c0593729..ce0c0593729 100644
--- a/src/VBox/Devices/PC/BIOS-new/pcibios.c
+++ b/src/VBox/Devices/PC/BIOS/pcibios.c
diff --git a/src/VBox/Devices/PC/BIOS-new/pcibios.inc b/src/VBox/Devices/PC/BIOS/pcibios.inc
index d2d3b207d61..d2d3b207d61 100644
--- a/src/VBox/Devices/PC/BIOS-new/pcibios.inc
+++ b/src/VBox/Devices/PC/BIOS/pcibios.inc
diff --git a/src/VBox/Devices/PC/BIOS-new/pcicfg.inc b/src/VBox/Devices/PC/BIOS/pcicfg.inc
index ef5f3336373..ef5f3336373 100644
--- a/src/VBox/Devices/PC/BIOS-new/pcicfg.inc
+++ b/src/VBox/Devices/PC/BIOS/pcicfg.inc
diff --git a/src/VBox/Devices/PC/BIOS-new/pciutil.c b/src/VBox/Devices/PC/BIOS/pciutil.c
index 45c9e200be2..45c9e200be2 100644
--- a/src/VBox/Devices/PC/BIOS-new/pciutil.c
+++ b/src/VBox/Devices/PC/BIOS/pciutil.c
diff --git a/src/VBox/Devices/PC/BIOS-new/pciutil.h b/src/VBox/Devices/PC/BIOS/pciutil.h
index 6f60071e8a5..6f60071e8a5 100644
--- a/src/VBox/Devices/PC/BIOS-new/pciutil.h
+++ b/src/VBox/Devices/PC/BIOS/pciutil.h
diff --git a/src/VBox/Devices/PC/BIOS-new/pirq.inc b/src/VBox/Devices/PC/BIOS/pirq.inc
index ec834674b3a..ec834674b3a 100644
--- a/src/VBox/Devices/PC/BIOS-new/pirq.inc
+++ b/src/VBox/Devices/PC/BIOS/pirq.inc
diff --git a/src/VBox/Devices/PC/BIOS-new/pmode.inc b/src/VBox/Devices/PC/BIOS/pmode.inc
index 981d98ea89b..981d98ea89b 100644
--- a/src/VBox/Devices/PC/BIOS-new/pmode.inc
+++ b/src/VBox/Devices/PC/BIOS/pmode.inc
diff --git a/src/VBox/Devices/PC/BIOS-new/pmsetup.inc b/src/VBox/Devices/PC/BIOS/pmsetup.inc
index c354f24d853..c354f24d853 100644
--- a/src/VBox/Devices/PC/BIOS-new/pmsetup.inc
+++ b/src/VBox/Devices/PC/BIOS/pmsetup.inc
diff --git a/src/VBox/Devices/PC/BIOS-new/print.c b/src/VBox/Devices/PC/BIOS/print.c
index 7d549949f7f..7d549949f7f 100644
--- a/src/VBox/Devices/PC/BIOS-new/print.c
+++ b/src/VBox/Devices/PC/BIOS/print.c
diff --git a/src/VBox/Devices/PC/BIOS-new/ps2mouse.c b/src/VBox/Devices/PC/BIOS/ps2mouse.c
index a7eb2237d65..a7eb2237d65 100644
--- a/src/VBox/Devices/PC/BIOS-new/ps2mouse.c
+++ b/src/VBox/Devices/PC/BIOS/ps2mouse.c
diff --git a/src/VBox/Devices/PC/BIOS-new/scsi.c b/src/VBox/Devices/PC/BIOS/scsi.c
index 85178e4ebc1..85178e4ebc1 100644
--- a/src/VBox/Devices/PC/BIOS-new/scsi.c
+++ b/src/VBox/Devices/PC/BIOS/scsi.c
diff --git a/src/VBox/Devices/PC/BIOS-new/serial.c b/src/VBox/Devices/PC/BIOS/serial.c
index 6a401ac007c..6a401ac007c 100644
--- a/src/VBox/Devices/PC/BIOS-new/serial.c
+++ b/src/VBox/Devices/PC/BIOS/serial.c
diff --git a/src/VBox/Devices/PC/BIOS-new/smidmi.inc b/src/VBox/Devices/PC/BIOS/smidmi.inc
index 68be74d8296..68be74d8296 100644
--- a/src/VBox/Devices/PC/BIOS-new/smidmi.inc
+++ b/src/VBox/Devices/PC/BIOS/smidmi.inc
diff --git a/src/VBox/Devices/PC/BIOS-new/support.asm b/src/VBox/Devices/PC/BIOS/support.asm
index 4665cc03a80..4665cc03a80 100644
--- a/src/VBox/Devices/PC/BIOS-new/support.asm
+++ b/src/VBox/Devices/PC/BIOS/support.asm
diff --git a/src/VBox/Devices/PC/BIOS-new/system.c b/src/VBox/Devices/PC/BIOS/system.c
index bcc9f3d6b9f..bcc9f3d6b9f 100644
--- a/src/VBox/Devices/PC/BIOS-new/system.c
+++ b/src/VBox/Devices/PC/BIOS/system.c
diff --git a/src/VBox/Devices/PC/BIOS-new/timepci.c b/src/VBox/Devices/PC/BIOS/timepci.c
index 3a71651a586..3a71651a586 100644
--- a/src/VBox/Devices/PC/BIOS-new/timepci.c
+++ b/src/VBox/Devices/PC/BIOS/timepci.c
diff --git a/src/VBox/Devices/PC/BIOS-new/vbdmismi.inc b/src/VBox/Devices/PC/BIOS/vbdmismi.inc
index ab3130e586e..ab3130e586e 100644
--- a/src/VBox/Devices/PC/BIOS-new/vbdmismi.inc
+++ b/src/VBox/Devices/PC/BIOS/vbdmismi.inc
diff --git a/src/VBox/Devices/PC/BIOS-new/vds.c b/src/VBox/Devices/PC/BIOS/vds.c
index 151ef44659d..151ef44659d 100644
--- a/src/VBox/Devices/PC/BIOS-new/vds.c
+++ b/src/VBox/Devices/PC/BIOS/vds.c
diff --git a/src/VBox/Devices/PC/BIOS-new/vds.h b/src/VBox/Devices/PC/BIOS/vds.h
index 71bf0d86573..71bf0d86573 100644
--- a/src/VBox/Devices/PC/BIOS-new/vds.h
+++ b/src/VBox/Devices/PC/BIOS/vds.h