diff -urpN libdebian-installer-0.85ubuntu2.orig/src/system/subarch-arm-linux.c libdebian-installer-0.85ubuntu2/src/system/subarch-arm-linux.c --- libdebian-installer-0.85ubuntu2.orig/src/system/subarch-arm-linux.c 2012-11-25 07:56:17.000000000 -0700 +++ libdebian-installer-0.85ubuntu2/src/system/subarch-arm-linux.c 2013-04-08 22:59:24.000000000 -0600 @@ -15,7 +15,7 @@ struct map { static const char *supported_generic_subarches[] = { "armadaxp", "dove", - "highbank", + "generic", "omap", "omap4", "mx51", @@ -94,7 +94,7 @@ static struct map map_hardware[] = { { "OMAP4 Panda Board", "omap4" }, { "OMAP4430 Panda Board", "omap4" }, /* first OMAP4 hw platform, more to come */ { "OMAP4430 4430SDP board", "omap4" }, /* OMAP4 blaze platform */ - { "Highbank", "highbank" }, /* Calxeda Highbank Platform */ + { "Calxeda Highbank", "generic" }, { "ARM-Versatile Express", "vexpress" }, { NULL, NULL } }; --- libdebian-installer-0.85ubuntu2.orig/debian/changelog 2013-01-17 12:15:05.000000000 -0700 +++ libdebian-installer-0.85ubuntu3/debian/changelog 2013-04-08 23:57:13.159908705 -0600 @@ -1,3 +1,12 @@ +libdebian-installer (0.85ubuntu3) UNRELEASED; urgency=low + + * Switch to using the "generic" kernel flavor for Calxeda Highbank + * Update hardware map for Highbank to match the model string exposed by + /proc/device-tree/model since that takes precedent over /proc/cpuinfo + (LP: #1166595) + + -- dann frazier Mon, 08 Apr 2013 23:51:02 -0600 + libdebian-installer (0.85ubuntu2) raring; urgency=low * Add platform detection of "P4080 DS" and "QEMU e500" to produce