[U-Boot-Users] Can u-boot check its on integrity with CRC32?

Hi,
I was wondering if u-boot can check its own integrity using crc32 on boot up?
Pawel

In message 8ff29df80802200655h7a1fc550gef12132e88d24de8@mail.gmail.com you wrote:
I was wondering if u-boot can check its own integrity using crc32 on boot up?
Not with CRC32, bust with SHA1. Hope this is good enough. See doc/README.sha1 for details.
Best regards,
Wolfgang Denk

That would do.
thanks, Pawel
On Wed, Feb 20, 2008 at 4:08 PM, Wolfgang Denk wd@denx.de wrote:
In message 8ff29df80802200655h7a1fc550gef12132e88d24de8@mail.gmail.com you wrote:
I was wondering if u-boot can check its own integrity using crc32 on
boot
up?
Not with CRC32, bust with SHA1. Hope this is good enough. See doc/README.sha1 for details.
Best regards,
Wolfgang Denk
-- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de "The combination of a number of things to make existence worthwhile." "Yes, the philosophy of 'none,' meaning 'all.'" -- Spock and Lincoln, "The Savage Curtain", stardate 5906.4
participants (2)
-
Pawel Pastuszak
-
Wolfgang Denk