All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] support enter download mode on rockchip platform
@ 2017-09-12 13:55 Andy Yan
  2017-09-12 13:57 ` [U-Boot] [PATCH 1/3] rockchip: make boot_mode releated codes reused across all platforms Andy Yan
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Andy Yan @ 2017-09-12 13:55 UTC (permalink / raw)
  To: u-boot


Most rockchip platform based boards use a key to instruct
the board enter download firmware mode, some boards use a
adc to detect the key status, and some use a gpio.

This series try to implement all the download mode releated
functions.


Andy Yan (3):
  rockchip: make boot_mode releated codes reused across all platforms
  rockchip: add support for backing to bootrom download mode
  rockchip: check download key before bootup

 arch/arm/include/asm/arch-rockchip/boot_mode.h |  6 +++
 arch/arm/include/asm/arch-rockchip/bootrom.h   |  2 +-
 arch/arm/mach-rockchip/Kconfig                 | 15 +++++++
 arch/arm/mach-rockchip/Makefile                |  5 ++-
 arch/arm/mach-rockchip/boot_mode.c             | 58 ++++++++++++++++++++++++++
 arch/arm/mach-rockchip/bootrom.c               |  2 +-
 arch/arm/mach-rockchip/rk3036-board.c          | 24 -----------
 arch/arm/mach-rockchip/rk322x-board.c          | 24 -----------
 arch/arm/mach-rockchip/rk3288-board.c          | 25 -----------
 arch/arm/mach-rockchip/rk3399-board.c          | 14 +++++++
 arch/arm/mach-rockchip/save_boot_param.S       | 56 +++++++++++++++++++++----
 board/rockchip/evb_rk3399/evb-rk3399.c         | 28 +++++++++++++
 12 files changed, 174 insertions(+), 85 deletions(-)
 create mode 100644 arch/arm/mach-rockchip/boot_mode.c
 create mode 100644 arch/arm/mach-rockchip/rk3399-board.c

-- 
2.7.4

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

end of thread, other threads:[~2017-09-21  9:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-12 13:55 [U-Boot] [PATCH 0/3] support enter download mode on rockchip platform Andy Yan
2017-09-12 13:57 ` [U-Boot] [PATCH 1/3] rockchip: make boot_mode releated codes reused across all platforms Andy Yan
2017-09-13  4:26   ` Simon Glass
2017-09-21  9:02   ` Heiko Stuebner
2017-09-21  9:04     ` Andy Yan
2017-09-12 13:57 ` [U-Boot] [PATCH 2/3] rockchip: add support for backing to bootrom download mode Andy Yan
2017-09-13  4:26   ` Simon Glass
2017-09-12 13:58 ` [U-Boot] [PATCH 3/3] rockchip: check download key before bootup Andy Yan
2017-09-13  4:26   ` Simon Glass
2017-09-13  6:14     ` Andy Yan
2017-09-17 17:52       ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.