public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] sunxi: FEL mode fixes
@ 2015-01-30 11:58 Siarhei Siamashka
  2015-01-30 11:58 ` [U-Boot] [PATCH 1/4] sunxi: Make FEL mode usable again Siarhei Siamashka
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Siarhei Siamashka @ 2015-01-30 11:58 UTC (permalink / raw)
  To: u-boot

The recent u-boot changes broke FEL mode support on sunxi hardware.
This patch series fixes the regression and also introduces some other
cleanups.

Siarhei Siamashka (4):
  sunxi: Make FEL mode usable again
  sunxi: Use Thumb2 for the FEL mode SPL
  sunxi: Get rid of u-boot-spl-fel.lds
  sunxi: Use more realistic size limit for FEL SPL

 arch/arm/cpu/armv7/sunxi/Makefile           |  1 +
 arch/arm/cpu/armv7/sunxi/board.c            | 26 ++++-----
 arch/arm/cpu/armv7/sunxi/start_fel.S        | 16 ++++++
 arch/arm/cpu/armv7/sunxi/u-boot-spl-fel.lds | 82 -----------------------------
 arch/arm/cpu/armv7/sunxi/u-boot-spl.lds     |  4 +-
 include/configs/sunxi-common.h              | 18 ++++---
 6 files changed, 39 insertions(+), 108 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/sunxi/start_fel.S
 delete mode 100644 arch/arm/cpu/armv7/sunxi/u-boot-spl-fel.lds

-- 
2.0.5

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

end of thread, other threads:[~2015-02-02 18:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-30 11:58 [U-Boot] [PATCH 0/4] sunxi: FEL mode fixes Siarhei Siamashka
2015-01-30 11:58 ` [U-Boot] [PATCH 1/4] sunxi: Make FEL mode usable again Siarhei Siamashka
2015-01-30 18:46   ` Siarhei Siamashka
2015-02-01 16:28   ` Simon Glass
2015-02-01 18:48     ` Siarhei Siamashka
2015-02-01 20:59       ` Simon Glass
2015-02-01 23:59         ` Siarhei Siamashka
2015-02-02 18:45           ` Simon Glass
2015-01-30 11:58 ` [U-Boot] [PATCH 2/4] sunxi: Use Thumb2 for the FEL mode SPL Siarhei Siamashka
2015-01-30 11:58 ` [U-Boot] [PATCH 3/4] sunxi: Get rid of u-boot-spl-fel.lds Siarhei Siamashka
2015-01-30 11:58 ` [U-Boot] [PATCH 4/4] sunxi: Use more realistic size limit for FEL SPL Siarhei Siamashka
2015-02-02 15:10 ` [U-Boot] [PATCH 0/4] sunxi: FEL mode fixes Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox