History log of /rk3399_rockchip-uboot/common/ (Results 276 – 300 of 5256)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9c63328822-Jun-2020 Joseph Chen <chenjh@rock-chips.com>

common: fit: update board_fit_image_post_process() args

Add more args for the function to parse more fit information.

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

common: fit: update board_fit_image_post_process() args

Add more args for the function to parse more fit information.

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

show more ...

7385816b28-Jun-2020 Joseph Chen <chenjh@rock-chips.com>

common: fit: add fit_image_get_comp_addr()

Add API to get compress address of image.

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

d8123c4410-Jul-2020 Wyon Bi <bivvy.bi@rock-chips.com>

common: edid: fix the mode flag for interlaced

Fixes: b9e63a962a36 ("edid: support decode edid to drm modes")
Change-Id: I97cece70ff053bedd78b9af29be64c3d3d7679eb
Signed-off-by: Wyon Bi <bivvy.bi@ro

common: edid: fix the mode flag for interlaced

Fixes: b9e63a962a36 ("edid: support decode edid to drm modes")
Change-Id: I97cece70ff053bedd78b9af29be64c3d3d7679eb
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>

show more ...

85289e9d14-Nov-2018 Philippe Reynes <philippe.reynes@softathome.com>

UPSTREAM: rsa: add support of padding pss

We add the support of the padding pss for rsa signature.
This new padding is often recommended instead of pkcs-1.5.

Signed-off-by: Philippe Reynes <philipp

UPSTREAM: rsa: add support of padding pss

We add the support of the padding pss for rsa signature.
This new padding is often recommended instead of pkcs-1.5.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
(cherry picked from commit 061daa0b61f0fbeb214c566f3adb23da05545320)

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

show more ...

219050bf14-Nov-2018 Philippe Reynes <philippe.reynes@softathome.com>

UPSTREAM: rsa: add a structure for the padding

The rsa signature use a padding algorithm. By default, we use the
padding pkcs-1.5. In order to add some new padding algorithm, we
add a padding framew

UPSTREAM: rsa: add a structure for the padding

The rsa signature use a padding algorithm. By default, we use the
padding pkcs-1.5. In order to add some new padding algorithm, we
add a padding framework to manage several padding algorithm.
The choice of the padding is done in the file .its.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
(cherry picked from commit 20031567e12bb312bff95b70767f6275e20f0346)

Conflicts:
common/image-fit.c
lib/rsa/rsa-sign.c
lib/rsa/rsa-verify.c

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

show more ...

a7560f5513-Jul-2020 Joseph Chen <chenjh@rock-chips.com>

spl: fit: not allow default configure node miss

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

ad07c38f15-Jun-2020 Joseph Chen <chenjh@rock-chips.com>

tools: mkimage: support set FIT image version

Command: "./mkimage ... -v [version]".

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

fe94180208-Jul-2020 Joseph Chen <chenjh@rock-chips.com>

common: image-fit: check hash calculation result

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

e49e7bf907-Jul-2020 Joseph Chen <chenjh@rock-chips.com>

spl: remove unused variable "rollback_index"

We prefer use "gd->rollback_index".

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

dec0787007-Jul-2020 Joseph Chen <chenjh@rock-chips.com>

common: image-fit: clean up hash calculate

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

00997ff109-Jun-2020 Algea Cao <algea.cao@rock-chips.com>

edid: Move functions of sorting modes to edid.c

Not only does dw-hdmi use these functions, but others
need to use them, such as inno-hdmi.

Change-Id: I1ced6e30b7634511fecbbfb39c24ede78894dd1d
Signe

edid: Move functions of sorting modes to edid.c

Not only does dw-hdmi use these functions, but others
need to use them, such as inno-hdmi.

Change-Id: I1ced6e30b7634511fecbbfb39c24ede78894dd1d
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>

show more ...

d34efd2509-Jun-2020 Algea Cao <algea.cao@rock-chips.com>

edid: Complete hdmi infoframe

Complete hdmi infoframe interfaces.

Change-Id: I4a5408c83d08fb13dc1123a87d9037d4d9dc96da
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>

7f6bf34906-Jul-2020 Joseph Chen <chenjh@rock-chips.com>

common: image-fit: print bad hash value

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

4fe117be06-Jul-2020 Joseph Chen <chenjh@rock-chips.com>

common: image-fit: add API to get "/totalsize"

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

9db5ffeb29-Jun-2020 Joseph Chen <chenjh@rock-chips.com>

common: image: add weak fit_read_otp_rollback_index()

Board should implement it.

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

e5ca21e828-Jun-2020 Joseph Chen <chenjh@rock-chips.com>

common: fit: add more info for otp index

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

9a65720b23-Jun-2020 Jason Zhu <jason.zhu@rock-chips.com>

spl: fit: release and run mcu address depended on entry_point

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: Ibbd28c604c6f6bf558f74c4b5a8064d894492015

35176ccb29-Jun-2020 Joseph Chen <chenjh@rock-chips.com>

Revert "spl: fit: check image length"

This reverts commit 359ed52cc25ad2538aba327e49570a2270e6d643.

This early return causes variable "image_info" not initialized.
spl_load_fit_image() should retur

Revert "spl: fit: check image length"

This reverts commit 359ed52cc25ad2538aba327e49570a2270e6d643.

This early return causes variable "image_info" not initialized.
spl_load_fit_image() should return 0 only at the end.

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

show more ...

986192a224-Jun-2020 Joseph Chen <chenjh@rock-chips.com>

common: image-fit: remove fit_get_image_defconf_node()

It's not a standard and nice interface, remove it.

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

common: image-fit: remove fit_get_image_defconf_node()

It's not a standard and nice interface, remove it.

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

show more ...

c8b8e10823-Jun-2020 Joseph Chen <chenjh@rock-chips.com>

common: image-sig: make fit_rollback_index_verify() __weak function.

Allow board to implement it.

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

common: image-sig: make fit_rollback_index_verify() __weak function.

Allow board to implement it.

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

show more ...

a78c192118-Jun-2020 Joseph Chen <chenjh@rock-chips.com>

common: iotrace: do optimize

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

e683224212-Jun-2020 Jason Zhu <jason.zhu@rock-chips.com>

spl: rkfw: fix test misc_decompress_is_complete return value

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: Ie378336e55d638e94f1d7c0c9dccb2c9b5ac6758

558b819815-Jun-2020 Joseph Chen <chenjh@rock-chips.com>

dm: serial: introduce DEBUG_UART_ALWAYS_MODE configure

Rename CONSOLE_SERIAL_SKIP_INIT to DEBUG_UART_ALWAYS_MODE for
easy understand.

Select this to always use debug UART, skip complicated
console

dm: serial: introduce DEBUG_UART_ALWAYS_MODE configure

Rename CONSOLE_SERIAL_SKIP_INIT to DEBUG_UART_ALWAYS_MODE for
easy understand.

Select this to always use debug UART, skip complicated
console UART register.

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

show more ...

359ed52c12-Jun-2020 Joseph Chen <chenjh@rock-chips.com>

spl: fit: check image length

Do not go further if it is 0.

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

602b806008-Jun-2020 Jason Zhu <jason.zhu@rock-chips.com>

spl: mmc: support load image depend on parameter next_stage

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I215cc0095d875fe8f4d58b27d49e30cb615e8167

1...<<11121314151617181920>>...211