On Wed, Oct 24, 2007 at 04:56:47PM +0200, [EMAIL PROTECTED] wrote:
> Modified: buildrom-devel/config/platforms/Config.in
> ===================================================================
> --- buildrom-devel/config/platforms/Config.in 2007-10-18 00:10:57 UTC (rev 45)
> +++ buildrom-devel/config/platforms/Config.in 2007-10-24 14:56:47 UTC (rev 46)
> @@ -34,5 +34,8 @@
>         bool "Tyan S2891"
>         select PLATFORM
>  
> +config PLATFORM_SERENGETI_CHEETAH
> +       bool "AMD Serengeti_Cheetah"

No underscore needed here, I think.


> Added: buildrom-devel/config/platforms/serengeti_cheetah.conf
> ===================================================================
> --- buildrom-devel/config/platforms/serengeti_cheetah.conf                    
>         (rev 0)
> +++ buildrom-devel/config/platforms/serengeti_cheetah.conf    2007-10-24 
> 14:56:47 UTC (rev 46)
> @@ -0,0 +1,39 @@
> +# Support for the AMD Serengeti_Cheetah Platform

Ditto.


> Modified: buildrom-devel/packages/linuxbios/generic-linuxbios.mk
> ===================================================================
> --- buildrom-devel/packages/linuxbios/generic-linuxbios.mk    2007-10-18 
> 00:10:57 UTC (rev 45)
> +++ buildrom-devel/packages/linuxbios/generic-linuxbios.mk    2007-10-24 
> 14:56:47 UTC (rev 46)
> @@ -9,9 +9,18 @@
>  LINUXBIOS_BASE_DIR=svn
>  LINUXBIOS_URL=svn://openbios.org/repos/trunk/LinuxBIOSv2
>  LINUXBIOS_TARBALL=linuxbios-svn-$(LINUXBIOS_TAG).tar.gz
> -LINUXBIOS_PAYLOAD_TARGET=/tmp/payload.elf
> +LINUXBIOS_PAYLOAD_TARGET=$(LINUXBIOS_BUILD_DIR)/payload.elf
>  TARGET_ROM = $(LINUXBIOS_VENDOR)-$(LINUXBIOS_BOARD).rom
>  
> +# Make sure we have the tools we need to accomplish this
> +HAVE_IASL:=$(call find-tool,iasl)
> +
> +ifeq ($(HAVE_IASL),n)
> +$(error To build LinuxBIOS, you need to install the 'iasl' tool)
> +endif

This is not true for all boards, maybe we should make this a requirement
only for those boards which actually require it.

Another tool to check for might be bzip2 btw, it's not guaranteed to
be installed by default everywhere.


Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org

Attachment: signature.asc
Description: Digital signature

-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to