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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot