History log of /rk3399_rockchip-uboot/cmd/tftp_update.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 4e0a26e7 15-Sep-2023 Joseph Chen <chenjh@rock-chips.com>

common/cmd: Use sha1/256 lib API

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


# 687d7ae3 29-Mar-2022 Joseph Chen <chenjh@rock-chips.com>

cmd: tftp_update: fix compile error

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


# e83b79aa 18-Mar-2022 Joseph Chen <chenjh@rock-chips.com>

cmd: rename "tftpupdate" => "tftp_full_update"

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


# 892e9cd5 27-Oct-2021 Joseph Chen <chenjh@rock-chips.com>

cmd: tftp_update: add firmware version initial message

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


# 2fb449a6 06-May-2021 Joseph Chen <chenjh@rock-chips.com>

cmd: add "tftpupdate" command

Support update a set of images organized with FIT via
network using TFTP protocol.

Example:
=> tftpupdate // update all default images
=> tftpupdate recovery //

cmd: add "tftpupdate" command

Support update a set of images organized with FIT via
network using TFTP protocol.

Example:
=> tftpupdate // update all default images
=> tftpupdate recovery // update recovery partition images only

Example with server directory:
=> tftpupdate image:* // update all default images
=> tftpupdate image: // update all default images
=> tftpupdate image:recovery // update recovery partition images only

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

show more ...