From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Date: Wed, 25 Feb 2015 11:58:39 -0800 Subject: [U-Boot] [PATCH v4 03/10] Exynos542x: Add workaround for ARM errata 798870 In-Reply-To: <1424852860-29943-1-git-send-email-akshay.s@samsung.com> (Akshay Saraswat's message of "Wed, 25 Feb 2015 13:57:40 +0530") References: <1424852860-29943-1-git-send-email-akshay.s@samsung.com> Message-ID: <7hd24xix00.fsf@deeprootsystems.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Akshay Saraswat writes: [...] > I don't think it hurts to have a generic function with ARM errata > workaround implementation. Whoever wish to use it can call it in their > boot path. And it's not even getting executed right now for any SoC > other than Exynos542x, so those who don't want it need not bother > about it. This was the intention. :) What about exynos542x platforms which also have secure firmware? Are you testing this on any of those (e.g. exynos5422-odroid-xu3?) Kevin