| f7637cc0 | 16-Nov-2016 |
Marcel Ziswiler <marcel.ziswiler@toradex.com> |
generic-board: make show_board_info a weak function
Make show_board_info() a weak function which allows for custom board specific implementations thereof.
Signed-off-by: Marcel Ziswiler <marcel.zis
generic-board: make show_board_info a weak function
Make show_board_info() a weak function which allows for custom board specific implementations thereof.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
show more ...
|
| 62e7a5c5 | 16-Nov-2016 |
Marcel Ziswiler <marcel.ziswiler@toradex.com> |
Revert "generic-board: allow showing custom board info"
Drop CONFIG_CUSTOM_BOARDINFO as it is not Kconfig compliant and anyway not really used anywhere plus the upcoming weak show_board_info() appro
Revert "generic-board: allow showing custom board info"
Drop CONFIG_CUSTOM_BOARDINFO as it is not Kconfig compliant and anyway not really used anywhere plus the upcoming weak show_board_info() approach seems much superior.
This reverts commit a9ad18c9d5fe2554753b0f9a52adfd5ebce61147.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
show more ...
|
| f069ded6 | 16-Nov-2016 |
tomas.melin@vaisala.com <tomas.melin@vaisala.com> |
spl: remove redundant call to parse_image_header()
Image header was checked twice.
Signed-off-by: Tomas Melin <tomas.melin@vaisala.com> Acked-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Simo
spl: remove redundant call to parse_image_header()
Image header was checked twice.
Signed-off-by: Tomas Melin <tomas.melin@vaisala.com> Acked-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
|
| d844efec | 13-Nov-2016 |
Simon Glass <sjg@chromium.org> |
stdio: Correct numbering logic in stdio_probe_device()
The current code assumes that the devices are ordered corresponding to their alias value. But (for example) video1 can come before video0 in th
stdio: Correct numbering logic in stdio_probe_device()
The current code assumes that the devices are ordered corresponding to their alias value. But (for example) video1 can come before video0 in the device tree.
Correct this, by always looking for device 0 first. After that we can fall back to finding the first available device.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| 83dd98e0 | 08-Nov-2016 |
Andrew Duda <aduda@meraki.com> |
image: Combine image_sig_algo with image_sign_info
Remove the need to explicitly add SHA/RSA pairings. Invalid SHA/RSA pairings will still fail on verify operations when the hash length is longer th
image: Combine image_sig_algo with image_sign_info
Remove the need to explicitly add SHA/RSA pairings. Invalid SHA/RSA pairings will still fail on verify operations when the hash length is longer than the key length.
Follow the same naming scheme "checksum,crytpo" without explicitly defining the string.
Indirectly adds support for "sha1,rsa4096" signing/verification.
Signed-off-by: Andrew Duda <aduda@meraki.com> Signed-off-by: aduda <aduda@meraki.com> Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
|