From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Tue, 18 Sep 2012 18:40:49 -0700 Subject: [U-Boot] [PATCH 08/11] mx6: add plugin file for use with imximage.cfg In-Reply-To: <1348012989-19674-9-git-send-email-troy.kisky@boundarydevices.com> References: <1348012989-19674-1-git-send-email-troy.kisky@boundarydevices.com> <1348012989-19674-9-git-send-email-troy.kisky@boundarydevices.com> Message-ID: <505922A1.8000009@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 9/18/2012 5:03 PM, Troy Kisky wrote: > The "plugin" command of mkimage can take this > file as an argument. > > Signed-off-by: Troy Kisky > --- > arch/arm/cpu/armv7/mx6/Makefile | 5 +- > arch/arm/cpu/armv7/mx6/plugin.S | 141 +++++++++++++++++++++++++++++++++++++++ > 2 files changed, 145 insertions(+), 1 deletion(-) > create mode 100644 arch/arm/cpu/armv7/mx6/plugin.S > > Ok, I found the issue with Linux not booting, and I'll need to change this patch to add disabling of L2 cache and a cache clean.