From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Sat, 12 Nov 2011 21:28:43 +1100 Subject: [U-Boot] [PATCH] Import the glibc implementation of x86 memset into u-boot In-Reply-To: <1320746365-4023-1-git-send-email-gabeblack@chromium.org> References: <1320746365-4023-1-git-send-email-gabeblack@chromium.org> Message-ID: <4EBE4A5B.6080104@gmail.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 Gabe, On 08/11/11 20:59, Gabe Black wrote: > The new implementation is about twice as fast as the old. > > Signed-off-by: Gabe Black > --- > arch/x86/include/asm/string.h | 2 +- > arch/x86/lib/Makefile | 1 + > arch/x86/lib/string.c | 87 +++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 89 insertions(+), 1 deletions(-) > create mode 100644 arch/x86/lib/string.c > Can you please rebase against u-boot-x86/master and re-submit Thanks, Graeme