[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH 1/4] Support for building in a Xen binary



Hi Andre,

On 20/06/16 16:09, Andre Przywara wrote:
diff --git a/Makefile.am b/Makefile.am
index 692d2cc..1a801c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -85,7 +85,6 @@ TEXT_LIMIT    := 0x80080000
  endif

  LD_SCRIPT     := model.lds.S
-IMAGE          := linux-system.axf

  FS_OFFSET     := 0x10000000
  FILESYSTEM_START:= $(shell echo $$(($(PHYS_OFFSET) + $(FS_OFFSET))))
@@ -108,6 +107,11 @@ CHOSEN_NODE        := chosen {                             
                \
                   };
  endif

+if XEN
+XEN            := -DXEN=$(XEN_IMAGE)
+XEN_OFFSET     := 0x08200000
+endif
+
  CPPFLAGS      += $(INITRD_FLAGS)
  CFLAGS                += -Iinclude/ -I$(ARCH_SRC)/include/
  CFLAGS                += -Wall -fomit-frame-pointer
@@ -117,11 +121,11 @@ LDFLAGS           += --gc-sections
  OFILES                += boot_common.o bakery_lock.o platform.o $(GIC) 
cache.o lib.o
  OFILES                += $(addprefix $(ARCH_SRC),boot.o stack.o $(BOOTMETHOD) 
utils.o)

-all: $(IMAGE)
+all: $(IMAGE) $(XIMAGE)

I cannot find where XIMAGE is set. What XIMAGE is used for?

Regards,

--
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.