All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Yan <andy.yan@rock-chips.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/3] Most rockchip platform based boards use a key to instruct
Date: Fri, 17 Nov 2017 18:09:39 +0800	[thread overview]
Message-ID: <bcf8da3e-54f1-6246-bbbb-e36ff8fdb892@rock-chips.com> (raw)
In-Reply-To: <1507705170-10619-1-git-send-email-andy.yan@rock-chips.com>

Hi Philipp:

     Please remember to take this series if they are looks ok for you. 
And if you have questions about them, please let me know.


On 2017年10月11日 14:59, Andy Yan wrote:
> 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 related
> functions on the base of Dr. Philipp's patch[0].
>
> [0]https://lists.denx.de/pipermail/u-boot/2017-October/309060.html
>
> Changes in v3:
> - add support for rk3188
> - rebase on Dr. Philipp's series
>
> Changes in v2:
> - correct the rk322x boot mode register address
> - make the help text more clear
> - implement the back to bootrom download mode check in c,
>    thanks for Dr. Philipp Tomsich's suggestion.
> - more document
> - move adc key detect as the default
>
> Andy Yan (3):
>    rockchip: make boot_mode related codes reused across all platforms
>    rockchip: add support for enter to bootrom download mode
>    rockchip: check download key before bootup
>
>   arch/arm/include/asm/arch-rockchip/boot_mode.h |  6 ++
>   arch/arm/mach-rockchip/Kconfig                 | 16 ++++++
>   arch/arm/mach-rockchip/Makefile                |  6 ++
>   arch/arm/mach-rockchip/boot_mode.c             | 76 ++++++++++++++++++++++++++
>   arch/arm/mach-rockchip/bootrom.c               | 47 +++++++++++++++-
>   arch/arm/mach-rockchip/rk3036-board.c          | 24 --------
>   arch/arm/mach-rockchip/rk3188-board.c          |  1 +
>   arch/arm/mach-rockchip/rk322x-board.c          | 24 --------
>   arch/arm/mach-rockchip/rk3288-board.c          | 25 ---------
>   arch/arm/mach-rockchip/rk3399-board.c          | 14 +++++
>   10 files changed, 164 insertions(+), 75 deletions(-)
>   create mode 100644 arch/arm/mach-rockchip/boot_mode.c
>   create mode 100644 arch/arm/mach-rockchip/rk3399-board.c
>

  parent reply	other threads:[~2017-11-17 10:09 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-11  6:59 [U-Boot] [PATCH v3 0/3] Most rockchip platform based boards use a key to instruct Andy Yan
2017-10-11  7:00 ` [U-Boot] [PATCH v3 1/3] rockchip: make boot_mode related codes reused across all platforms Andy Yan
2017-11-20 14:06   ` [U-Boot] [U-Boot, v3, " Philipp Tomsich
2017-11-20 14:50   ` Philipp Tomsich
2017-11-21  0:48     ` Andy Yan
2017-11-21  8:25       ` Dr. Philipp Tomsich
2017-11-21 22:32   ` Philipp Tomsich
2017-10-11  7:00 ` [U-Boot] [PATCH v3 2/3] rockchip: add support for enter to bootrom download mode Andy Yan
2017-11-20 14:06   ` [U-Boot] [U-Boot, v3, " Philipp Tomsich
2017-11-20 14:07   ` Philipp Tomsich
2017-11-21 22:32   ` Philipp Tomsich
2017-10-11  7:01 ` [U-Boot] [PATCH v3 3/3] rockchip: check download key before bootup Andy Yan
2017-11-20 14:06   ` [U-Boot] [U-Boot, v3, " Philipp Tomsich
2017-11-20 14:51   ` Philipp Tomsich
2017-11-21  1:02     ` Andy Yan
2017-11-21 12:31       ` Dr. Philipp Tomsich
2017-11-21 22:32   ` Philipp Tomsich
2017-11-17 10:09 ` Andy Yan [this message]
2017-11-17 10:19   ` [U-Boot] [PATCH v3 0/3] Most rockchip platform based boards use a key to instruct Dr. Philipp Tomsich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bcf8da3e-54f1-6246-bbbb-e36ff8fdb892@rock-chips.com \
    --to=andy.yan@rock-chips.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.