[arch-commits] Commit in seabios/trunk (PKGBUILD config.seabios-128k)

Anatol Pomozov anatolik at archlinux.org
Tue Nov 17 17:40:01 UTC 2015


    Date: Tuesday, November 17, 2015 @ 18:40:01
  Author: anatolik
Revision: 251134

upgpkg: seabios 1.9.0-1

Modified:
  seabios/trunk/PKGBUILD
  seabios/trunk/config.seabios-128k

---------------------+
 PKGBUILD            |    6 +++---
 config.seabios-128k |    4 +++-
 2 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-17 16:21:09 UTC (rev 251133)
+++ PKGBUILD	2015-11-17 17:40:01 UTC (rev 251134)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=seabios
-pkgver=1.8.2
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="A 16-bit x86 bios"
 arch=('any')
@@ -20,9 +20,9 @@
         config.vga.cirrus
         config.vga.qxl
         config.vga.vmware)
-sha1sums=('def1c4b44f2aa852d7aeabcb5b0c0e6ca31b0cf5'
+sha1sums=('810c8f2ab6e61133e3ebe03f783bfb2b9d7e8606'
           '5f2adb09c9006def1719b8cbd4792f14a7c7f7c9'
-          'ca47a5bcab73dca8e6ff0d9c51f3f63fd2d2fd98'
+          '39c2f98d3662933d3ce3360bc89421ec9c42612f'
           '05b912a291994226049103cbe6754976cc03532d'
           'd56482f6ee0bf9633c551b10e99e24c74d9ece1e'
           '54d4edf6eccf30883aedca348b9d2f125502fcdb'

Modified: config.seabios-128k
===================================================================
--- config.seabios-128k	2015-11-17 16:21:09 UTC (rev 251133)
+++ config.seabios-128k	2015-11-17 17:40:01 UTC (rev 251134)
@@ -1,7 +1,9 @@
 # for qemu machine types 1.7 + older
-# need to turn off features (xhci) to make it fit into 128k
+# need to turn off features (xhci,debug) to make it fit into 128k
 CONFIG_QEMU=y
 CONFIG_ROM_SIZE=128
 CONFIG_XEN=n
 CONFIG_USB_XHCI=n
 CONFIG_USB_UAS=n
+CONFIG_DEBUG_LEVEL=0
+CONFIG_DEBUG_IO=n



More information about the arch-commits mailing list