From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Tue, 05 Aug 2014 10:22:18 +0900 Subject: [U-Boot] Removing the need for boards.cfg In-Reply-To: <53DFD7F0.8050601@freescale.com> References: <20140801225339.D541.AA925319@jp.panasonic.com> <53DFD7F0.8050601@freescale.com> Message-ID: <20140805102217.D57A.AA925319@jp.panasonic.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi York, On Mon, 4 Aug 2014 11:58:56 -0700 York Sun wrote: > On 08/01/2014 06:53 AM, Masahiro Yamada wrote: > > > > If MAKEALL/buildman is invoked without any arguments > > (which means build all the board), > > boards.cfg is not necessary in the first place. > > > > It that case, can we skip generating boards.cfg ? > > (We can get the board list by 'ls configs' ) > > > > > > We need a database only when we want to select boards by CPU, Vendor, SoC. > > > > Dear Masahiro, > > What is the best way to replace "./MAKEALL -a powerpc" or "./MAKEALL -a arm"? > You must have verified compiling for all targets. I am wondering if you can > share your setup. I still heavily rely on MAKEALL to build all targets I care. > > York I think "./MAKEALL -a powerpc" or "./MAKEALL -a arm" is still working as it was. Isn't it on your machine? Best Regards Masahiro Yamada