public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] am335x_evm: Enable UART{1,2,4,5}
@ 2012-09-26 20:04 Andrew Bradford
  2012-09-26 20:04 ` [U-Boot] [PATCH 1/6] am33xx: Enable UART{1,2,4,5} clocks Andrew Bradford
                   ` (5 more replies)
  0 siblings, 6 replies; 25+ messages in thread
From: Andrew Bradford @ 2012-09-26 20:04 UTC (permalink / raw)
  To: u-boot

To support serial ports other than UART0 on am335x based systems like
the Beaglebone with the RS232 cape.

Patch 4 is not the proper way to do what I want to accomplish but
should give the idea I was going after.  If someone could give me some
pointers on the best way to do this, I'd welcome it.

Thanks

Andrew Bradford (6):
  am33xx: Enable UART{1,2,4,5} clocks
  am33xx: Enable UART{1,2,4,5} pin-mux
  serial: Enable up to 6 eserial devices
  console & omap-common/spl: Enable use of eserial
  am33xx: Enable eserial device usage for ns16550
  am335x_evm: Enable use of UART{1,2,4,5}

 arch/arm/cpu/armv7/am33xx/board.c            |   14 +++++++++
 arch/arm/cpu/armv7/am33xx/clock.c            |   28 +++++++++++++++++
 arch/arm/cpu/armv7/omap-common/spl.c         |    7 ++++-
 arch/arm/include/asm/arch-am33xx/sys_proto.h |    6 +++-
 board/ti/am335x/mux.c                        |   43 ++++++++++++++++++++++++++
 boards.cfg                                   |    4 +++
 common/console.c                             |   24 +++++++++++---
 common/serial.c                              |    6 ++++
 drivers/serial/serial.c                      |   39 ++++++++++++++++++++---
 include/common.h                             |    5 +++
 include/configs/am335x_evm.h                 |   28 ++++++++++++++++-
 include/serial.h                             |    4 ++-
 12 files changed, 196 insertions(+), 12 deletions(-)

-- 
1.7.10

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

end of thread, other threads:[~2012-10-21 14:54 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26 20:04 [U-Boot] [PATCH 0/6] am335x_evm: Enable UART{1,2,4,5} Andrew Bradford
2012-09-26 20:04 ` [U-Boot] [PATCH 1/6] am33xx: Enable UART{1,2,4,5} clocks Andrew Bradford
2012-09-27 12:48   ` Matt Porter
2012-09-27 16:13   ` Marek Vasut
2012-09-27 16:25     ` Tom Rini
2012-09-27 16:45       ` Marek Vasut
2012-09-27 17:07         ` Tom Rini
2012-09-27 17:11           ` Marek Vasut
2012-09-27 17:22             ` Tom Rini
2012-09-27 17:27               ` Marek Vasut
2012-09-27 17:53                 ` Tom Rini
2012-10-20  0:25                   ` Andrew Bradford
2012-10-20 17:48                     ` Tom Rini
2012-10-20 18:57                       ` Marek Vasut
2012-10-21 14:54                         ` Tom Rini
2012-09-26 20:04 ` [U-Boot] [PATCH 2/6] am33xx: Enable UART{1,2,4,5} pin-mux Andrew Bradford
2012-09-27 12:49   ` Matt Porter
2012-09-26 20:04 ` [U-Boot] [PATCH 3/6] serial: Enable up to 6 eserial devices Andrew Bradford
2012-09-26 20:04 ` [U-Boot] [PATCH 4/6] console & omap-common/spl: Enable use of eserial Andrew Bradford
2012-09-27 16:34   ` Marek Vasut
     [not found]     ` <20121010091028.01de813d@brick>
2012-10-10 14:53       ` Marek Vasut
2012-10-10 16:00       ` Tom Rini
2012-09-26 20:04 ` [U-Boot] [PATCH 5/6] am33xx: Enable eserial device usage for ns16550 Andrew Bradford
2012-09-26 20:04 ` [U-Boot] [PATCH 6/6] am335x_evm: Enable use of UART{1,2,4,5} Andrew Bradford
2012-09-27 12:50   ` Matt Porter

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