mbox series

[v2,0/3] environment: distro: Add SF distro support

Message ID 20200410182631.11951-1-jagan@amarulasolutions.com
Headers show
Series environment: distro: Add SF distro support | expand

Message

Jagan Teki April 10, 2020, 6:26 p.m. UTC
This patch is based on Tom comments from previous 
version[1] for adding new distro support separately
as in include/environment/distro/sf.h 

This new sf distro command not touch the existing
include/config_distro_bootcmd.h.

Used this new SF distro command in rk3399 platform.

[1] https://patchwork.ozlabs.org/patch/1232666/

Any inputs?
Jagan.

Jagan Teki (3):
  environment: distro: Add SF distro command
  rk3399: Add boot flash script offset, size
  rockchip: Enable SF distro bootcmd

 include/configs/rk3399_common.h   |  3 +++
 include/configs/rockchip-common.h |  9 ++++++-
 include/environment/distro/sf.h   | 41 +++++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+), 1 deletion(-)
 create mode 100644 include/environment/distro/sf.h

Comments

Jagan Teki April 20, 2020, 2:21 p.m. UTC | #1
On Fri, Apr 10, 2020 at 11:57 PM Jagan Teki <jagan at amarulasolutions.com> wrote:
>
> This patch is based on Tom comments from previous
> version[1] for adding new distro support separately
> as in include/environment/distro/sf.h
>
> This new sf distro command not touch the existing
> include/config_distro_bootcmd.h.
>
> Used this new SF distro command in rk3399 platform.
>
> [1] https://patchwork.ozlabs.org/patch/1232666/
>
> Any inputs?
> Jagan.
>
> Jagan Teki (3):
>   environment: distro: Add SF distro command
>   rk3399: Add boot flash script offset, size
>   rockchip: Enable SF distro bootcmd

Applied to u-boot-spi/master