mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/6] archosg9: improve support for tablet
@ 2012-10-15  0:22 Vicente Bergas
  2012-10-15  0:22 ` [PATCH 1/6] ArchosG9: changed serial port and env Vicente Bergas
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Vicente Bergas @ 2012-10-15  0:22 UTC (permalink / raw)
  To: barebox; +Cc: Vicente Bergas

This patch series solves/improves/implements:
 ttyOxxx are 0 based, so change ttyO1 to ttyO0
 change speed to 115200, there are some issues at Mbaud speed in linux
 make the archos environment more flexible: initrd and zImage names are overwritable
 added definition of PSR_I_BIT and some others, remaining PSR bits renamed to match the linux ones
 disable interrupts at barebox exit
 speed up initrd transfer
 cleaner voltage switching

For the "OMAP4: clean voltage switch" patch I'm not sure if the changes are compatible with other boards.

Vicente Bergas (6):
  ArchosG9: changed serial port and env
  ARM: add rename PSR bits to match linux names
  ARM: ensure irqs are disabled at barebox exit
  UIMAGE: improve transfer speed
  ARM: use arm setup stack function on archosg9
  OMAP4: clean voltage switch

 arch/arm/boards/archosg9/env/config             |  4 +-
 arch/arm/boards/archosg9/env/init/usbboot       |  9 ++--
 arch/arm/boards/archosg9/lowlevel.c             |  5 +--
 arch/arm/boards/archosg9/mux.c                  |  9 +---
 arch/arm/configs/archosg9_defconfig             |  2 +-
 arch/arm/cpu/cpu.c                              | 11 +++++
 arch/arm/cpu/exceptions.S                       |  1 -
 arch/arm/cpu/interrupts.c                       |  6 +--
 arch/arm/include/asm/ptrace.h                   | 55 ++++++++++++++-----------
 arch/arm/mach-omap/include/mach/omap4-clock.h   |  2 +-
 arch/arm/mach-omap/include/mach/omap4-silicon.h |  2 +-
 arch/arm/mach-omap/omap4_clock.c                | 37 ++++++++++++++++-
 arch/arm/mach-omap/omap4_generic.c              | 52 ++++-------------------
 common/uimage.c                                 |  2 +-
 14 files changed, 101 insertions(+), 96 deletions(-)

-- 
1.7.12.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2012-10-18 22:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-15  0:22 [PATCH 0/6] archosg9: improve support for tablet Vicente Bergas
2012-10-15  0:22 ` [PATCH 1/6] ArchosG9: changed serial port and env Vicente Bergas
2012-10-15  0:22 ` [PATCH 2/6] ARM: add rename PSR bits to match linux names Vicente Bergas
2012-10-15  0:22 ` [PATCH 3/6] ARM: ensure irqs are disabled at barebox exit Vicente Bergas
2012-10-15  0:22 ` [PATCH 4/6] UIMAGE: improve transfer speed Vicente Bergas
2012-10-15  0:22 ` [PATCH 5/6] ARM: use arm setup stack function on archosg9 Vicente Bergas
2012-10-15  0:22 ` [PATCH 6/6] OMAP4: clean voltage switch Vicente Bergas
2012-10-15  7:17   ` Sascha Hauer
2012-10-15  7:27 ` [PATCH 0/6] archosg9: improve support for tablet Sascha Hauer
2012-10-18 22:22   ` vj

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