From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lubomir Popov Date: Tue, 11 Jun 2013 17:22:17 +0300 Subject: [U-Boot] [PATCH v3 0/6] Optimize ARM relocation In-Reply-To: <20130611144729.5bbf542b@lilith> References: <1369724512-4047-1-git-send-email-albert.u.boot@aribaud.net> <1370953055-13482-1-git-send-email-albert.u.boot@aribaud.net> <20130611144729.5bbf542b@lilith> Message-ID: <51B73299.2050002@mm-sol.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 Albert, On 11/06/13 15:47, Albert ARIBAUD wrote: > Hi Albert, > > On Tue, 11 Jun 2013 14:17:29 +0200, Albert ARIBAUD > wrote: > >> This series optimizes relocation by ensuring ARM >> binaries only use one type of relocation record, >> R_ARM_RELATIVE., then optimizing relocation code >> accordingly. > > This is a cosmetic version only; if no one complains loudly, this > will be the final version too. > > So people, as this touches ARM relocation, I would appreciate it if a > few people could test it on their own ARM HW target and see if they > still get a prompt, if command completion still works, etc. Applied the series to a relatively fresh (yesterday's) u-boot-ti/master and tested on a custom OMAP5430 board. Boots normally. USB storage and Ethernet (dhcp & ping), SD/MMC, I2C are all working. Tested-by: Lubomir Popov Regards, Lubo