20191030_jeffrey - silenceuncrio/diary GitHub Wiki
0900
review
1120
測試得差不多了
commit 前可以先寫 WiKi
也可以在整理的過程再次 review 該機制的完善度
1420
uboot-m360[master] - Before uboot bring up the system via Flash, uboot should verify each image at each slot first
commit 1be78fda6ccf714c68660208f087c17e3a84a5fb
Refs: [master], {origin/master}, {origin/HEAD}
Author: jeffrey <[email protected]>
Date: Wed Oct 30 14:00:29 2019 +0800
Before uboot bring up the system via Flash, uboot should verify each image at each slot first.
- For example, if uboot check the image at slot A is broken, uboot should copy the image from slot B to slot A, and vice versa.
- #define CONFIG_BOOTLOADER_VER "1.1"
include/configs/rt2880.h | 15 +++-
lib_mips/board.c | 185 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 199 insertions(+), 1 deletion(-)
M360P[release/v1.05] - correct the problem about the bootloader version at 'Identification' page
commit d7e94856fde8a7476e0e035fb7c20d4284a365cf
Refs: [release/v1.05], {origin/release/v1.05}
Author: jeffrey <[email protected]>
Date: Wed Oct 30 14:31:51 2019 +0800
correct the problem about the bootloader version at 'Identification' page
proscend/prosrc/icos/icoslib/system/systemcfg.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
M360P[release/v1.05] - update the release note about the modification of bootloader
commit a1f3059bdd8cf299b8a1fd03a175dfd6509dc810
Refs: [release/v1.05], {origin/release/v1.05}
Author: jeffrey <[email protected]>
Date: Wed Oct 30 14:52:31 2019 +0800
update the release note about the modification of bootloader
M360P-ReleaseNotes.txt | 5 +++--
M360P-ReleaseNotes_PI.txt | 4 +++-
2 files changed, 6 insertions(+), 3 deletions(-)