All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Unbreak OMAP3530
@ 2017-03-06  1:16 Siarhei Siamashka
  2017-03-06  1:16 ` [U-Boot] [PATCH 1/2] arm: omap3: Compile clock.c with -marm option to unbreak OMAP3530 Siarhei Siamashka
  2017-03-06  1:16 ` [U-Boot] [PATCH 2/2] arm: omap3: Bring back ARM errata workaround 725233 Siarhei Siamashka
  0 siblings, 2 replies; 7+ messages in thread
From: Siarhei Siamashka @ 2017-03-06  1:16 UTC (permalink / raw)
  To: u-boot

OMAP3530 lost the erratum 725233 workaround since 2011 and even
became completely non-bootable since 2015. These two patches make
it usable again. The most notable hardware is the original
BeagleBoard.

Siarhei Siamashka (2):
  arm: omap3: Compile clock.c with -marm option to unbreak OMAP3530
  arm: omap3: Bring back ARM errata workaround 725233

 arch/arm/cpu/armv7/start.S             | 13 +++++++++++++
 arch/arm/include/asm/arch-omap3/omap.h |  1 +
 arch/arm/mach-omap2/omap3/Makefile     |  3 +++
 arch/arm/mach-omap2/omap3/board.c      | 10 ++++++++++
 include/configs/ti_omap3_common.h      |  1 +
 scripts/config_whitelist.txt           |  1 +
 6 files changed, 29 insertions(+)

-- 
2.7.3

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-03-10 16:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-06  1:16 [U-Boot] [PATCH 0/2] Unbreak OMAP3530 Siarhei Siamashka
2017-03-06  1:16 ` [U-Boot] [PATCH 1/2] arm: omap3: Compile clock.c with -marm option to unbreak OMAP3530 Siarhei Siamashka
2017-03-06 22:51   ` Tom Rini
2017-03-06  1:16 ` [U-Boot] [PATCH 2/2] arm: omap3: Bring back ARM errata workaround 725233 Siarhei Siamashka
2017-03-08 14:30   ` Tom Rini
2017-03-10 15:55     ` Siarhei Siamashka
2017-03-10 16:15       ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.