From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ceresoli Date: Mon, 21 Mar 2011 18:30:20 +0100 Subject: [U-Boot] [PATCH] ARMV7: OMAP3: Add support for Comelit CPS board In-Reply-To: <4D877D80.6060506@comelit.it> References: <1300707767-15682-1-git-send-email-luca.ceresoli@comelit.it> <1300707767-15682-2-git-send-email-luca.ceresoli@comelit.it> <20110321115557.C4631DD9C74@gemini.denx.de> <4D877D80.6060506@comelit.it> Message-ID: <4D878B2C.5050604@comelit.it> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Il 21/03/2011 17:32, Luca Ceresoli ha scritto: ... >>> --- a/boards.cfg >>> +++ b/boards.cfg >>> @@ -117,6 +117,7 @@ omap3_pandora arm armv7 pandora - >>> igep0020 arm armv7 igep0020 isee omap3 >>> igep0030 arm armv7 igep0030 isee omap3 >>> am3517_evm arm armv7 am3517evm logicpd omap3 >>> +omap3_cps arm armv7 cps comelit omap3 >>> omap3_zoom1 arm armv7 zoom1 logicpd omap3 >>> omap3_zoom2 arm armv7 zoom2 logicpd omap3 >>> omap3_beagle arm armv7 beagle ti omap3 >> >> Please name your board just "cps" (or chose a better name). There >> shall be no SoC-prefix in the board names. > > Will be called dig297 in v2. Well, not so fast. The board is named OMAP3_CPS in the ARM Linux Machine Registry (http://www.arm.linux.org.uk/developer/machines/list.php?id=2751), which is reflected in mach-types.h. I don't know how exactly the registry info is used throughout U-Boot, and I didn't find documentation about it. Am I supposed to rename the board in the registry, then wait for mach-types to be updated in U-Boot before submitting a new patch? Or can I live with the current name in mach-types and rename elsewhere? Thanks, Luca