[coreboot] buildrom: libpayload patch, version 2

Ward Vandewege ward at gnu.org
Fri Apr 11 21:50:52 CEST 2008


On Fri, Apr 11, 2008 at 01:00:09PM -0600, Jordan Crouse wrote:
> A new copy of the libpayload patch for buildrom that includes the latest
> version of libpayload plus a specific patch for building Geode.  Also,
> you know, this one actually... um.. works.

Thanks :)

Acked-by: Ward Vandewege <ward at gnu.org>

(but see one change below)

> +$(LIBPAYLOAD_SRC_DIR)/lib/libpayload.a: $(LIBPAYLOAD_SRC_DIR)/.config
> +	@ echo "Building libpayload..."

Please add

ifeq ($(findstring customconfig,$(LIBPAYLOAD_CONFIG)),customconfig)
  @ echo "Using custom config $(LIBPAYLOAD_CONFIG)"
endif

here.

> +	@ make -C $(LIBPAYLOAD_SRC_DIR) > $(LIBPAYLOAD_BUILD_LOG) 2>&1
> +	@ mkdir -p $(OUTPUT_DIR)/config/libpayload
> +	@ cp $(LIBPAYLOAD_SRC_DIR)/.config $(OUTPUT_DIR)/config/libpayload

Thanks,
Ward.

-- 
Ward Vandewege <ward at fsf.org>
Free Software Foundation - Senior System Administrator




More information about the coreboot mailing list