[arch-commits] Commit in syslinux/trunk (3 files)

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Jul 8 13:04:07 UTC 2013


    Date: Monday, July 8, 2013 @ 15:04:07
  Author: tpowa
Revision: 189812

remove not needed patches

Deleted:
  syslinux/trunk/syslinux-6.00-efi-export-kbdmap.patch
  syslinux/trunk/syslinux-6.00-efi-fix-libcom32.patch
  syslinux/trunk/syslinux-dont-build-dos-windows-targets.patch

-----------------------------------------------+
 syslinux-6.00-efi-export-kbdmap.patch         |   38 --------------------
 syslinux-6.00-efi-fix-libcom32.patch          |   45 ------------------------
 syslinux-dont-build-dos-windows-targets.patch |   12 ------
 3 files changed, 95 deletions(-)

Deleted: syslinux-6.00-efi-export-kbdmap.patch
===================================================================
--- syslinux-6.00-efi-export-kbdmap.patch	2013-07-08 12:37:12 UTC (rev 189811)
+++ syslinux-6.00-efi-export-kbdmap.patch	2013-07-08 13:04:07 UTC (rev 189812)
@@ -1,38 +0,0 @@
-From 2a81889c7d680fbe51de63dbbeb4e8c290ec46fa Mon Sep 17 00:00:00 2001
-From: Matt Fleming <matt.fleming at intel.com>
-Date: Fri, 21 Jun 2013 07:14:24 +0000
-Subject: efi: Tag symbols with __export
-
-I missed some symbols previously that are required to be exported when
-loading vesamenu.c32.
-
-Signed-off-by: Matt Fleming <matt.fleming at intel.com>
----
-diff --git a/efi/main.c b/efi/main.c
-index 51ff9f3..71333a4 100644
---- a/efi/main.c
-+++ b/efi/main.c
-@@ -21,7 +21,7 @@ uint32_t _IdleTimer = 0;
- char __lowmem_heap[32];
- uint32_t BIOS_timer_next;
- uint32_t timer_irq;
--uint8_t KbdMap[256];
-+__export uint8_t KbdMap[256];
- char aux_seg[256];
- 
- static inline EFI_STATUS
-diff --git a/efi/vesa.c b/efi/vesa.c
-index d259f60..b4a541b 100644
---- a/efi/vesa.c
-+++ b/efi/vesa.c
-@@ -297,7 +297,7 @@ static int efi_vesacon_font_query(uint8_t **font)
-     return cp865_8x16_font_height;
- }
- 
--int __vesacon_i915resolution(int x, int y)
-+__export int __vesacon_i915resolution(int x, int y)
- {
- 	/* We don't support this function */
- 	return 1;
---
-cgit v0.9.2

Deleted: syslinux-6.00-efi-fix-libcom32.patch
===================================================================
--- syslinux-6.00-efi-fix-libcom32.patch	2013-07-08 12:37:12 UTC (rev 189811)
+++ syslinux-6.00-efi-fix-libcom32.patch	2013-07-08 13:04:07 UTC (rev 189812)
@@ -1,45 +0,0 @@
-From 013ef7679a573b3b3454f914f3a7f865991db9f2 Mon Sep 17 00:00:00 2001
-From: Matt Fleming <matt.fleming at intel.com>
-Date: Fri, 21 Jun 2013 07:13:16 +0000
-Subject: efi: Export __bcopyxx_len
-
-We need to provide a __bcopyxx_len symbol for EFI because it's
-referenced in generic code in libcom32.c32. Without this change,
-libcom32.c32 will fail to load under EFI.
-
-Signed-off-by: Matt Fleming <matt.fleming at intel.com>
----
-diff --git a/core/include/core.h b/core/include/core.h
-index 5736d39..127ac65 100644
---- a/core/include/core.h
-+++ b/core/include/core.h
-@@ -26,6 +26,7 @@ extern char cmd_line[];
- extern char ConfigFile[];
- extern char syslinux_banner[];
- extern char copyright_str[];
-+extern unsigned int __bcopyxx_len;
- 
- /*
-  * Mark symbols that are only used by BIOS as __weak until we can move
-@@ -35,7 +36,6 @@ extern char copyright_str[];
- extern __weak uint16_t BIOSName;
- extern __weak char KernelName[];
- extern __weak char StackBuf[];
--extern __weak unsigned int __bcopyxx_len;
- 
- extern uint8_t KbdMap[256];
- 
-diff --git a/efi/main.c b/efi/main.c
-index 438e88c..51ff9f3 100644
---- a/efi/main.c
-+++ b/efi/main.c
-@@ -153,6 +153,7 @@ void pxenv(void)
- uint16_t BIOS_fbm = 1;
- far_ptr_t InitStack;
- far_ptr_t PXEEntry;
-+__export unsigned int __bcopyxx_len = 0;
- 
- void gpxe_unload(void)
- {
---
-cgit v0.9.2

Deleted: syslinux-dont-build-dos-windows-targets.patch
===================================================================
--- syslinux-dont-build-dos-windows-targets.patch	2013-07-08 12:37:12 UTC (rev 189811)
+++ syslinux-dont-build-dos-windows-targets.patch	2013-07-08 13:04:07 UTC (rev 189812)
@@ -1,12 +0,0 @@
-diff -Nur syslinux-4.02.orig//Makefile syslinux-4.02//Makefile
---- syslinux-4.02.orig//Makefile	2010-07-21 21:33:13.000000000 +0200
-+++ syslinux-4.02//Makefile	2010-07-22 11:14:03.325522937 +0200
-@@ -54,7 +54,7 @@
- # files that depend only on the B phase, but may have to be regenerated
- # for "make installer".
- BSUBDIRS = codepage com32 lzo core memdisk mbr memdump gpxe sample \
--	   diag libinstaller dos win32 win64 dosutil txt
-+	   libinstaller txt
- ITARGET  =
- IOBJECTS = $(ITARGET) \
- 	utils/gethostip utils/isohybrid utils/mkdiskimage \




More information about the arch-commits mailing list