From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 26 Oct 2007 07:26:48 -0400 Subject: [U-Boot-Users] [PATCH] fdt: add common memory fixup function In-Reply-To: <77096504-D90D-4732-B0B1-25403C1DE331@kernel.crashing.org> References: <20071026000144.BD8FB247F5@gemini.denx.de> <77096504-D90D-4732-B0B1-25403C1DE331@kernel.crashing.org> Message-ID: <4721CEF8.8040709@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > On Oct 25, 2007, at 7:01 PM, Wolfgang Denk wrote: > >> In message >> <6A2E9F87-25A3-469E-9541-55D200F10296@kernel.crashing.org> you wrote: >>> Great, I've got a set of patches for using new libfdt, but I might >>> put them in a git tree since the libfdt import is big and difficult >>> to post to the list. >> You git tree will be likely ignored if you don't post the patches. > > I've posted two of the the three patches in my tree. > > Any suggestions on how to deal with the third, its beyond the size > limit for the list? > > - k Hi Kumar, Individually, the files will fit through the list. Based on sizes, even if the patches blow up to 2x the current file size, they should still fit through the list. $ ls -l total 88 -rw-r--r-- 1 vanbaren users 4572 2007-10-26 07:18 fdt.c -rw-r--r-- 1 vanbaren users 1691 2007-10-26 07:18 fdt.h -rw-r--r-- 1 vanbaren users 12281 2007-10-26 07:18 fdt_ro.c -rw-r--r-- 1 vanbaren users 9621 2007-10-26 07:18 fdt_rw.c -rw-r--r-- 1 vanbaren users 3321 2007-10-26 07:18 fdt_strerror.c -rw-r--r-- 1 vanbaren users 7087 2007-10-26 07:18 fdt_sw.c -rw-r--r-- 1 vanbaren users 4048 2007-10-26 07:18 fdt_wip.c -rw-r--r-- 1 vanbaren users 502 2007-10-26 07:18 libfdt_env.h -rw-r--r-- 1 vanbaren users 17522 2007-10-26 07:18 libfdt.h -rw-r--r-- 1 vanbaren users 3520 2007-10-26 07:18 libfdt_internal.h -rw-r--r-- 1 vanbaren users 436 2007-10-26 07:18 Makefile.libfdt -rw-r--r-- 1 vanbaren users 142 2007-10-26 07:18 TODO Best regards, gvb