From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Sieka Date: Wed, 15 Oct 2008 11:45:38 +0200 Subject: [U-Boot] Automatic software updates in U-Boot -- version 2 In-Reply-To: <20081014200730.2C2F381C99CD@gemini.denx.de> References: <12217502093845-git-send-email-tur@semihalf.com> <1222867592-58285-1-git-send-email-tur@semihalf.com> <20081013225748.CB87685EDBE7@gemini.denx.de> <48F493C4.30404@semihalf.com> <20081014200730.2C2F381C99CD@gemini.denx.de> Message-ID: <48F5BBC2.2040301@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Bartlomiej, > > in message <48F493C4.30404@semihalf.com> you wrote: >> Seems that the bulk of the feature didn't make it into the 'next' >> branch. Commit 'Automatic software update from TFTP server' on the >> branch (b830abed) shows only the following files modified: >> >> common/Makefile >> >> Whereas the patch posted to the list ('[PATCH v2 5/6] Automatic software >> update from TFTP server') has the following diffstat: >> >> README | 12 ++ >> common/Makefile | 1 + >> common/main.c | 7 + >> common/update.c | 315 >> +++++++++++++++++++++++++++++++++++++++ >> doc/README.update | 90 +++++++++++ >> doc/uImage.FIT/update3.its | 41 +++++ >> doc/uImage.FIT/update_uboot.its | 21 +++ >> 7 files changed, 487 insertions(+), 0 deletions(-) >> create mode 100644 common/update.c >> create mode 100644 doc/README.update >> create mode 100644 doc/uImage.FIT/update3.its >> create mode 100644 doc/uImage.FIT/update_uboot.its >> >> The above changes and newly added files associated with the feature are >> not present in the tree. >> >> Other commits needed for the auto-update feature are present on the >> 'next' branch and look OK. > > I think I understand what happened, and fixed it. > > Please check again. Checked -- the 'next' branch has all the commits needed for the auto-update feature, and the feature itself works as expected. Regards, Bartlomiej Sieka