Re: [U-Boot] [RFC] Safe Linux Updater

2013-06-18 Thread Alexandre Dilly
+ ;; + # Print usage message. + help ) + print_usage + ;; + # Unknown task + * ) + print_usage + exit 1 + ;; +esac + +exit 0 + Best regards, Alexandre Dilly ___ U-Boot

[U-Boot] [RFC] Safe Linux Updater

2013-06-17 Thread Alexandre Dilly
, to upstream these scripts. Best regards, Alexandre Dilly ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [RFC] Bootcount improvements

2013-04-02 Thread Alexandre Dilly
. Best regards, Alexandre Dilly ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [RFC] Bootcount improvements

2013-03-26 Thread Alexandre Dilly
the bootcount into a non-volatile memory, you add a history to the process and breaks this assumption. That's why I suggest to use an environment variable (and may be a configuration option) to enable/disable this features. Best regards, Alexandre Dilly ___ U

[U-Boot] [RFC] Bootcount improvements

2013-03-22 Thread Alexandre Dilly
change it to have it fit. Any suggestion is welcome Best regards, Alexandre Dilly ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot