=== added directory 'build/config/arm64' === added file 'build/config/arm64.cfg' --- build/config/arm64.cfg 1970-01-01 00:00:00 +0000 +++ build/config/arm64.cfg 2013-12-23 23:00:23 +0000 @@ -0,0 +1,14 @@ +SUBARCH_SUPPORTED = generic + +MKLIBS = mklibs-copy + +KERNELMAJOR = 2.6 +KERNELVERSION = 3.12.0-7 +KERNEL_FLAVOUR = di +KERNELIMAGEVERSION = $(KERNELVERSION) +KERNELNAME = $(foreach ver,$(KERNELVERSION),vmlinuz-$(ver)) + +VERSIONED_SYSTEM_MAP = t + +arch_boot_screens: +arch_tree: === added directory 'build/config/arm64/generic' === added file 'build/config/arm64/generic.cfg' --- build/config/arm64/generic.cfg 1970-01-01 00:00:00 +0000 +++ build/config/arm64/generic.cfg 2013-12-23 23:00:23 +0000 @@ -0,0 +1,7 @@ +MEDIUM_SUPPORTED = netboot + +# The version of the kernel to use. +KERNELVERSION := $(KERNELVERSION)-generic +# we use non-versioned filenames in the generic kernel udeb +KERNELNAME = vmlinuz +VERSIONED_SYSTEM_MAP = === added file 'build/config/arm64/generic/netboot.cfg' --- build/config/arm64/generic/netboot.cfg 1970-01-01 00:00:00 +0000 +++ build/config/arm64/generic/netboot.cfg 2013-12-23 23:00:23 +0000 @@ -0,0 +1,14 @@ +MEDIA_TYPE = netboot image +TARGET = $(TEMP_INITRD) $(TEMP_KERNEL) generic +EXTRANAME = $(MEDIUM)/ +INITRD_FS = initramfs + +MANIFEST-INITRD = "netboot initrd" +MANIFEST-KERNEL = "kernel image to netboot" + +generic: + mkdir -p $(SOME_DEST)/$(EXTRANAME)/ + cp $(TEMP_KERNEL) $(SOME_DEST)/$(EXTRANAME)/vmlinuz + cp $(TEMP_INITRD) $(SOME_DEST)/$(EXTRANAME)/initrd.gz + update-manifest $(SOME_DEST)/$(EXTRANAME)vmlinuz "Linux kernel for generic ARM64" + update-manifest $(SOME_DEST)/$(EXTRANAME)initrd.gz "initrd for generic ARM64" === added file 'build/pkg-lists/netboot/arm64.cfg' --- build/pkg-lists/netboot/arm64.cfg 1970-01-01 00:00:00 +0000 +++ build/pkg-lists/netboot/arm64.cfg 2013-12-23 23:00:23 +0000 @@ -0,0 +1,15 @@ +console-setup-pc-ekmap + +console-setup-udeb +bogl-bterm-udeb +hw-detect +ethdetect +netcfg + +nic-modules-${kernel:Version} ? + +fb-modules-${kernel:Version} ? +input-modules-${kernel:Version} ? + +#for all targets + === modified file 'debian/changelog' --- debian/changelog 2013-12-18 22:11:29 +0000 +++ debian/changelog 2013-12-23 23:00:23 +0000 @@ -1,3 +1,9 @@ +debian-installer (20101020ubuntu282) UNRELEASED; urgency=medium + + * Add netboot build for arm64/generic + + -- dann frazier Mon, 23 Dec 2013 15:59:20 -0700 + debian-installer (20101020ubuntu281) trusty; urgency=medium * No-change rebuild against eglibc 2.18. === modified file 'debian/control' --- debian/control 2013-07-12 13:16:33 +0000 +++ debian/control 2013-12-23 23:00:23 +0000 @@ -98,7 +98,7 @@ # For ARM OMAP images. # - slugimage (>= 0.10+r58-6) [armeb armel] # For building nslu2 firmware images. -# - u-boot-tools [armel armhf] +# - u-boot-tools [arm64 armel armhf] # For creating u-boot images # # Boot loaders: @@ -156,7 +156,7 @@ # - python3 (>= 3.1) [i386 amd64] # For building gfxboot help texts. # -# - module-init-tools [i386 armeb armel armhf amd64 alpha hppa ia64 m68k mips mipsel powerpc s390 sh4 sparc sparc64] +# - module-init-tools [i386 arm64 armeb armel armhf amd64 alpha hppa ia64 m68k mips mipsel powerpc s390 sh4 sparc sparc64] # depmod for 2.6 kernels on the arches that support 2.6. # # - bf-utf-source [!s390 !s390x]