From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 13 Aug 2012 15:21:00 -0600 Subject: [U-Boot] [PATCH v2 0/9] enable thumb for tegra20 In-Reply-To: <1343853146-15498-1-git-send-email-amartin@nvidia.com> References: <1343853146-15498-1-git-send-email-amartin@nvidia.com> Message-ID: <50296FBC.3010008@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/01/2012 02:32 PM, Allen Martin wrote: > Add changes necessary to enable thumb compilation for tegra20. This > series includes two patches to work around a bug in gas that > incorrectly optimizes short jumps in thumb mode that were posted > separately. They can be dropped from this series when they are applied. Sorry for the slow response. I tested this on a few boards and found that while some work fine with this patch, others don't. OK: Springbank, Ventana, Harmony Hang with no output at all: Whistler, Paz00, TrimSlice. I haven't yet attempted to investigate why I'm seeing this problem. I did validate that simply removing your patch series yielded a working U-Boot in all cases (working and non-working above) without any other changes (flashing process, toolchain, ...)