Package: u-boot Version: 2014.04+dfsg1-1 Severity: wishlist -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Dear Maintainer, I do own a UDOO-Quad board[0] and would like to see it fully supproted on Debian. The attached patch adds the board target and an example file for the fw_* utilities. I tested it on my board and it workes. [0] http://www.udoo.org/ - -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: armhf (armv7l) Kernel: Linux 3.15-trunk-armmp (SMP w/4 CPU cores) Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTslv9AAoJEGlMre9Rx7W29jgQAMGQBSqof60rSiceGFn01C9J BcQB44ME6hOLG+y37zwHjWthGKXQPCPgWhGCk07Mf4zCGIzZPrrRZroloGbgimp+ lTpWEAoL3TaquI+aDx6JpYkLJWHI2GWVoIO+h2T36X6yTcC/Klfa78JbOwb5nmzC Or6FW63R32Dh1EkraK9DdyahnSJWDGAbQjhMc5LeFE3P+W7EzijtIqDDXCTom4rF OQkp5vQa89UnGN5oLyK3rLv69KyMu0wkm1O0P1dxBz4eoVeqnMiiWyI/pYwSeBev Ba/u0rfDJoHJfz1oSG6cH0bFjHJwOR0aHfypoHo//ciHPh/QgyiiIEsIJOi0QpHI IkxXTTXvGixoIJM8GRNdiT6rgQIZ94bWmmopsWnmcsPo6ZgigIe+esozy9/DKCoY QpzrAJPwPm1YFX+1jkIqzUAxCmUE28y0DFp4wdwa96v5zdP3SqubIEv3l5r21ily PftqmYM6DGSqZ7zq+qJhZ0GFzuq0IPuisbstfykYEhYd60w+E2YkkIhp6w+mvy2j Euexl2NHlmRDHPui4hT4FIo8PTp21eLqmZvESrizeB6SL2gIYlQthyrpj5LzMkVW cBuTMXlbnJpRJdCLL8VmiS8WQ3En3yPDfGFVjhNYQimv/Im0PzCAVwzs9jZbtoX2 Z3fHck6MOOIKlW9YD49L =bUUp -----END PGP SIGNATURE-----
diff --git a/debian/env-configs/udoo_quad.config b/debian/env-configs/udoo_quad.config new file mode 100644 index 0000000..9ffdf9f --- /dev/null +++ b/debian/env-configs/udoo_quad.config @@ -0,0 +1,9 @@ +# Configuration file for fw_(printenv/saveenv) utility. +# Up to two entries are valid, in this case the redundant +# environment sector is assumed present. +# +# XXX this configuration might miss a fifth parameter for the "Number of +# sectors" + +# MTD device name Device offset Env. size Flash sector size +/dev/mmcblk0 0xC0000 0x2000 diff --git a/debian/targets b/debian/targets index a11546b..7b8c7dc 100644 --- a/debian/targets +++ b/debian/targets @@ -17,6 +17,7 @@ armhf mx6_cubox-i u-boot.img spl/u-boot-spl.bin SPL armhf nokia_rx51 u-boot.bin armhf omap3_beagle u-boot.bin spl/u-boot-spl.bin MLO armhf omap4_panda u-boot.bin spl/u-boot-spl.bin MLO +armhf udoo_quad u-boot.imx armhf wandboard_dl u-boot.imx armhf wandboard_quad u-boot.imx armhf wandboard_solo u-boot.imx

