From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 29 Sep 2012 04:44:27 +0200 Subject: [U-Boot] [PATCH 0/5 V2] Linker-generated arrays In-Reply-To: <1348882503-20763-1-git-send-email-marex@denx.de> References: <1348589520-14395-1-git-send-email-marex@denx.de> <1348882503-20763-1-git-send-email-marex@denx.de> Message-ID: <201209290444.28019.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Marek Vasut, > This is a first stab at the linker-generated array. Basically, this > concept is a generic abstraction of how u_boot_cmd works today. The > patch 2/4 contains a huge pile of documentation which should clarify > most of the questions. > > I don't see size growth, I see size fluctiation in the order of tens > of bytes with these patches applied. Subsequent patch added to this > series removes the __u_boot_cmd section completely. > > V2: Flip over commands to the LG-arrays, inline the documentation with > kernel-doc (most people seems to be happy about KD, it's just a > matter of negotiating the rules). Add patch discarding the u_boot_cmd > section. [...] Argh, this should have obviously been V3 :-/ Best regards, Marek Vasut