[LinuxBIOS] r46 - in buildrom-devel: config/platforms packages/filo/conf packages/kernel packages/kernel/conf packages/linuxbios scripts
Uwe Hermann
uwe at hermann-uwe.de
Wed Oct 24 17:27:02 CEST 2007
On Wed, Oct 24, 2007 at 04:56:47PM +0200, svn at openbios.org 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20071024/49928c47/attachment.sig>
More information about the coreboot
mailing list