Re: [PATCH v4 02/29] mbedtls: Add script to update MbedTLS subtree

2024-07-03 Thread Raymond Mao
Hi Jerome, On Wed, 3 Jul 2024 at 03:16, Jerome Forissier wrote: > > > On 7/2/24 22:56, Tom Rini wrote: > > On Tue, Jul 02, 2024 at 11:22:38AM -0700, Raymond Mao wrote: > > > >> lib/mbedtls/update-mbedtls-subtree.sh is a wrapper of git subtree > >> commands. > >> Usage from U-Boot top directory,

Re: [PATCH v4 02/29] mbedtls: Add script to update MbedTLS subtree

2024-07-03 Thread Raymond Mao
Hi Tom, On Tue, 2 Jul 2024 at 16:57, Tom Rini wrote: > On Tue, Jul 02, 2024 at 11:22:38AM -0700, Raymond Mao wrote: > > > lib/mbedtls/update-mbedtls-subtree.sh is a wrapper of git subtree > > commands. > > Usage from U-Boot top directory, run: > > > > $ ./lib/mbedtls/update-mbedtls-subtree.sh pu

Re: [PATCH v4 02/29] mbedtls: Add script to update MbedTLS subtree

2024-07-03 Thread Jerome Forissier
On 7/2/24 22:56, Tom Rini wrote: > On Tue, Jul 02, 2024 at 11:22:38AM -0700, Raymond Mao wrote: > >> lib/mbedtls/update-mbedtls-subtree.sh is a wrapper of git subtree >> commands. >> Usage from U-Boot top directory, run: >> >> $ ./lib/mbedtls/update-mbedtls-subtree.sh pull >> $ ./lib/mbedtls/u

Re: [PATCH v4 02/29] mbedtls: Add script to update MbedTLS subtree

2024-07-02 Thread Tom Rini
On Tue, Jul 02, 2024 at 11:22:38AM -0700, Raymond Mao wrote: > lib/mbedtls/update-mbedtls-subtree.sh is a wrapper of git subtree > commands. > Usage from U-Boot top directory, run: > > $ ./lib/mbedtls/update-mbedtls-subtree.sh pull > $ ./lib/mbedtls/update-mbedtls-subtree.sh pick > > Signed-of

[PATCH v4 02/29] mbedtls: Add script to update MbedTLS subtree

2024-07-02 Thread Raymond Mao
lib/mbedtls/update-mbedtls-subtree.sh is a wrapper of git subtree commands. Usage from U-Boot top directory, run: $ ./lib/mbedtls/update-mbedtls-subtree.sh pull $ ./lib/mbedtls/update-mbedtls-subtree.sh pick Signed-off-by: Raymond Mao --- Changes in v2 - Initial patch. Changes in v3 - None. Ch