All of lore.kernel.org
 help / color / mirror / Atom feed
From: Don Slutz <dslutz@verizon.com>
To: Ian Campbell <ian.campbell@citrix.com>,
	xen-devel@lists.xen.org, ian.jackson@eu.citrix.com
Cc: roger.pau@citrix.com
Subject: Re: [PATCH 2/2] tools: Use SeaBIOS's defconfig
Date: Fri, 30 May 2014 04:59:45 -0400	[thread overview]
Message-ID: <53884881.7030300@terremark.com> (raw)
In-Reply-To: <1400058604-1345-2-git-send-email-ian.campbell@citrix.com>

Looks good to me.

Reviewed-by <dslutz@verizon.com>

On 5/14/2014 5:10 AM, Ian Campbell wrote:
> Compared with our local config this enables CONFIG_BOOTSPLASH and disables
> CONFIG_ATA_DMA and CONFIG_ATA_PIO32.
>
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> ---
>   tools/firmware/Makefile       |    2 +-
>   tools/firmware/seabios-config |  103 -----------------------------------------
>   2 files changed, 1 insertion(+), 104 deletions(-)
>   delete mode 100644 tools/firmware/seabios-config
>
> diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile
> index dcb56e5..9d1fdec 100644
> --- a/tools/firmware/Makefile
> +++ b/tools/firmware/Makefile
> @@ -23,7 +23,7 @@ ovmf-dir:
>   
>   seabios-dir:
>   	GIT=$(GIT) $(XEN_ROOT)/scripts/git-checkout.sh $(SEABIOS_UPSTREAM_URL) $(SEABIOS_UPSTREAM_TAG) seabios-dir
> -	cp seabios-config seabios-dir/.config;
> +	$(MAKE) -C seabios-dir defconfig
>   
>   .PHONY: all
>   all: $(SUBDIRS-y)
> diff --git a/tools/firmware/seabios-config b/tools/firmware/seabios-config
> deleted file mode 100644
> index f42d497..0000000
> --- a/tools/firmware/seabios-config
> +++ /dev/null
> @@ -1,103 +0,0 @@
> -#
> -# Automatically generated file; DO NOT EDIT.
> -# SeaBIOS Configuration
> -#
> -
> -#
> -# General Features
> -#
> -# CONFIG_COREBOOT is not set
> -CONFIG_QEMU=y
> -# CONFIG_CSM is not set
> -CONFIG_QEMU_HARDWARE=y
> -CONFIG_XEN=y
> -CONFIG_THREADS=y
> -# CONFIG_THREAD_OPTIONROMS is not set
> -CONFIG_RELOCATE_INIT=y
> -CONFIG_BOOTMENU=y
> -# CONFIG_BOOTSPLASH is not set
> -CONFIG_BOOTORDER=y
> -CONFIG_ENTRY_EXTRASTACK=y
> -CONFIG_MALLOC_UPPERMEMORY=y
> -CONFIG_ROM_SIZE=0
> -
> -#
> -# Hardware support
> -#
> -CONFIG_ATA=y
> -CONFIG_ATA_DMA=y
> -CONFIG_ATA_PIO32=y
> -CONFIG_AHCI=y
> -CONFIG_VIRTIO_BLK=y
> -CONFIG_VIRTIO_SCSI=y
> -CONFIG_PVSCSI=y
> -CONFIG_ESP_SCSI=y
> -CONFIG_LSI_SCSI=y
> -CONFIG_MEGASAS=y
> -CONFIG_FLOPPY=y
> -CONFIG_PS2PORT=y
> -CONFIG_USB=y
> -CONFIG_USB_UHCI=y
> -CONFIG_USB_OHCI=y
> -CONFIG_USB_EHCI=y
> -CONFIG_USB_XHCI=y
> -CONFIG_USB_MSC=y
> -CONFIG_USB_UAS=y
> -CONFIG_USB_HUB=y
> -CONFIG_USB_KEYBOARD=y
> -CONFIG_USB_MOUSE=y
> -CONFIG_SERIAL=y
> -CONFIG_LPT=y
> -CONFIG_USE_SMM=y
> -CONFIG_MTRR_INIT=y
> -CONFIG_PMTIMER=y
> -
> -#
> -# BIOS interfaces
> -#
> -CONFIG_DRIVES=y
> -CONFIG_CDROM_BOOT=y
> -CONFIG_CDROM_EMU=y
> -CONFIG_PCIBIOS=y
> -CONFIG_APMBIOS=y
> -CONFIG_PNPBIOS=y
> -CONFIG_OPTIONROMS=y
> -# CONFIG_OPTIONROMS_DEPLOYED is not set
> -CONFIG_PMM=y
> -CONFIG_BOOT=y
> -CONFIG_KEYBOARD=y
> -CONFIG_KBD_CALL_INT15_4F=y
> -CONFIG_MOUSE=y
> -CONFIG_S3_RESUME=y
> -CONFIG_VGAHOOKS=y
> -# CONFIG_DISABLE_A20 is not set
> -# CONFIG_WRITABLE_UPPERMEMORY is not set
> -
> -#
> -# BIOS Tables
> -#
> -CONFIG_PIRTABLE=y
> -CONFIG_MPTABLE=y
> -CONFIG_SMBIOS=y
> -CONFIG_ACPI=y
> -CONFIG_ACPI_DSDT=y
> -CONFIG_FW_ROMFILE_LOAD=y
> -
> -#
> -# VGA ROM
> -#
> -CONFIG_NO_VGABIOS=y
> -# CONFIG_VGA_STANDARD_VGA is not set
> -# CONFIG_VGA_CIRRUS is not set
> -# CONFIG_VGA_BOCHS is not set
> -# CONFIG_VGA_GEODEGX2 is not set
> -# CONFIG_VGA_GEODELX is not set
> -# CONFIG_BUILD_VGABIOS is not set
> -CONFIG_VGA_EXTRA_STACK_SIZE=512
> -
> -#
> -# Debugging
> -#
> -CONFIG_DEBUG_LEVEL=1
> -# CONFIG_DEBUG_SERIAL is not set
> -CONFIG_DEBUG_IO=y

  reply	other threads:[~2014-05-30  8:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-14  9:09 [PATCH 0/2] tools: update to SeaBIOS 1.7.4 Ian Campbell
2014-05-14  9:10 ` [PATCH 1/2] tools: update to seabios rel-1.7.4 Ian Campbell
2014-06-02 14:05   ` Ian Jackson
2014-06-02 14:42     ` Ian Campbell
2014-05-14  9:10 ` [PATCH 2/2] tools: Use SeaBIOS's defconfig Ian Campbell
2014-05-30  8:59   ` Don Slutz [this message]
2014-06-02 14:07   ` Ian Jackson
2014-05-30  8:57 ` [PATCH 0/2] tools: update to SeaBIOS 1.7.4 Don Slutz
2014-05-30  9:12   ` Ian Campbell
2014-05-30 10:01     ` Fabio Fantoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53884881.7030300@terremark.com \
    --to=dslutz@verizon.com \
    --cc=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=roger.pau@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.