History log of /rk3399_rockchip-uboot/cmd/source.c (Results 1 – 7 of 7)
Revision Date Author Comments
# f1804cef 04-Nov-2020 Joseph Chen <chenjh@rock-chips.com>

cmd: source: add fit config verify

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I55ab1c8a4ac2adac1679623e79952f6d858ae6fc


# 11a331d2 28-May-2020 Joseph Chen <chenjh@rock-chips.com>

cmd: source: update terminal value

According to commit:
(40d08d0 tools: mkimage: support pack empty file for multi image)

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ie370e9137b74

cmd: source: update terminal value

According to commit:
(40d08d0 tools: mkimage: support pack empty file for multi image)

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ie370e9137b7441bd75582c95b3f60d76d8945629

show more ...


# 1a4f6af8 02-Mar-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# 408bf4b9 13-Jan-2020 Joseph Chen <chenjh@rock-chips.com>

cmd_source: fix compile error

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I4c532326f70bcda71543f6768d3ca136bb7c7d0b


# bfebc8c9 03-Aug-2017 Simon Glass <sjg@chromium.org>

env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()

We are now using an env_ prefix for environment functions. Rename these
for consistency. Also add function comments in common.h.

Suggested-b

env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()

We are now using an env_ prefix for environment functions. Rename these
for consistency. Also add function comments in common.h.

Suggested-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...


# 5b8e76c3 07-Jun-2017 Heiko Schocher <hs@denx.de>

powerpc, 8xx: remove support for 8xx

There was for long time no activity in the 8xx area.
We need to go further and convert to Kconfig, but it
turned out, nobody is interested anymore in 8xx,
so rem

powerpc, 8xx: remove support for 8xx

There was for long time no activity in the 8xx area.
We need to go further and convert to Kconfig, but it
turned out, nobody is interested anymore in 8xx,
so remove it (with a heavy heart, knowing that I remove
here the root of U-Boot).

Signed-off-by: Heiko Schocher <hs@denx.de>

show more ...


# 2e192b24 18-Jan-2016 Simon Glass <sjg@chromium.org>

Remove the cmd_ prefix from command files

Now that they are in their own directory, we can remove this prefix.
This makes it easier to find a file since the prefix does not get in the
way.

Signed-o

Remove the cmd_ prefix from command files

Now that they are in their own directory, we can remove this prefix.
This makes it easier to find a file since the prefix does not get in the
way.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>

show more ...