public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] MIPS: call debug_uart_init right before board_init_f
@ 2017-04-23 10:50 Álvaro Fernández Rojas
  2017-04-23 10:50 ` [U-Boot] [PATCH 1/4] MIPS: QCA AP121: remove debug_uart_init call Álvaro Fernández Rojas
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: Álvaro Fernández Rojas @ 2017-04-23 10:50 UTC (permalink / raw)
  To: u-boot

All MIPS boards that support debug uart are calling debug_uart_init right at
the beginning of board_early_init_f.
Instead of doing that, let's provide a generic call to debug_uart_init right
before the call to board_init_f if debug uart is enabled.

Daniel Schwierzeck (1):
  MIPS: call debug_uart_init right before board_init_f

Álvaro Fernández Rojas (3):
  MIPS: QCA AP121: remove debug_uart_init call
  MIPS: QCA AP143: remove debug_uart_init call
  MIPS: tl-wdr4300: remove debug_uart_init call

 arch/mips/cpu/start.S          |  6 ++++++
 board/qca/ap121/ap121.c        |  3 ---
 board/qca/ap143/ap143.c        |  3 ---
 board/tplink/wdr4300/wdr4300.c | 18 ++++++++++++++----
 4 files changed, 20 insertions(+), 10 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2017-04-30 18:22 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-23 10:50 [U-Boot] [PATCH 0/4] MIPS: call debug_uart_init right before board_init_f Álvaro Fernández Rojas
2017-04-23 10:50 ` [U-Boot] [PATCH 1/4] MIPS: QCA AP121: remove debug_uart_init call Álvaro Fernández Rojas
2017-04-23 10:50 ` [U-Boot] [PATCH 2/4] MIPS: QCA AP143: " Álvaro Fernández Rojas
2017-04-23 10:50 ` [U-Boot] [PATCH 3/4] MIPS: tl-wdr4300: " Álvaro Fernández Rojas
2017-04-23 10:50 ` [U-Boot] [PATCH 4/4] MIPS: call debug_uart_init right before board_init_f Álvaro Fernández Rojas
2017-04-23 11:09   ` Marek Vasut
2017-04-23 11:31     ` Álvaro Fernández Rojas
2017-04-23 11:44       ` Marek Vasut
2017-04-23 12:04         ` Álvaro Fernández Rojas
2017-04-23 17:08           ` Marek Vasut
2017-04-23 19:04             ` Daniel Schwierzeck
2017-04-23 19:40               ` Marek Vasut
2017-04-23 19:09   ` Daniel Schwierzeck
2017-04-24 17:03 ` [U-Boot] [PATCH 0/4] " Álvaro Fernández Rojas
2017-04-24 17:03   ` [U-Boot] [PATCH 1/4] MIPS: QCA AP121: remove debug_uart_init call Álvaro Fernández Rojas
2017-04-30 18:22     ` Daniel Schwierzeck
2017-04-24 17:03   ` [U-Boot] [PATCH 2/4] MIPS: QCA AP143: " Álvaro Fernández Rojas
2017-04-30 18:22     ` Daniel Schwierzeck
2017-04-24 17:03   ` [U-Boot] [PATCH 3/4] MIPS: tl-wdr4300: " Álvaro Fernández Rojas
2017-04-30 18:22     ` Daniel Schwierzeck
2017-04-24 17:03   ` [U-Boot] [PATCH 4/4] MIPS: call debug_uart_init right before board_init_f Álvaro Fernández Rojas
2017-04-30 18:22     ` Daniel Schwierzeck
2017-04-25 15:48   ` [U-Boot] [PATCH 0/4] " Álvaro Fernández Rojas
2017-04-25 16:32     ` Daniel Schwierzeck

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