mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-20 20:04:46 +00:00
Update CHANGELOG, minor coding style cleanup.
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
fd3635190b
commit
239f05ee4d
3 changed files with 34 additions and 6 deletions
28
CHANGELOG
28
CHANGELOG
|
@ -1,3 +1,31 @@
|
||||||
|
commit fa1df308926a6f70e3504c57514ef27ac31fd13a
|
||||||
|
Author: Bartlomiej Sieka <tur@semihalf.com>
|
||||||
|
Date: Wed Jul 11 20:11:07 2007 +0200
|
||||||
|
|
||||||
|
CM1.QP1: Support for the Schindler CM1.QP1 board.
|
||||||
|
|
||||||
|
Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
|
||||||
|
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
|
||||||
|
|
||||||
|
commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
|
||||||
|
Author: Heiko Schocher <hs@pollux.denx.de>
|
||||||
|
Date: Wed Jul 11 18:39:11 2007 +0200
|
||||||
|
|
||||||
|
[PCS440EP] - Show on the DIAG LEDs, if the SHA1 check failed
|
||||||
|
- now the Flash ST M29W040B is supported (not tested)
|
||||||
|
- fix the "led" command
|
||||||
|
- fix compile error, if BUILD_DIR is used
|
||||||
|
|
||||||
|
Signed-off-by: Heiko Schocher <hs@denx.de>
|
||||||
|
|
||||||
|
commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
|
||||||
|
Author: Wolfgang Denk <wd@denx.de>
|
||||||
|
Date: Tue Jul 10 00:01:28 2007 +0200
|
||||||
|
|
||||||
|
Coding style cleanup; update CHANGELOG.
|
||||||
|
|
||||||
|
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
||||||
|
|
||||||
commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
|
commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
|
||||||
Author: Wolfgang Denk <wd@denx.de>
|
Author: Wolfgang Denk <wd@denx.de>
|
||||||
Date: Fri Jul 6 02:50:19 2007 +0200
|
Date: Fri Jul 6 02:50:19 2007 +0200
|
||||||
|
|
|
@ -1017,7 +1017,7 @@ static int short_mem_test(void)
|
||||||
*/
|
*/
|
||||||
for (i = 0; i < NUMMEMTESTS; i++) {
|
for (i = 0; i < NUMMEMTESTS; i++) {
|
||||||
for (j = 0; j < NUMMEMWORDS; j++) {
|
for (j = 0; j < NUMMEMWORDS; j++) {
|
||||||
//printf("bank enabled base:%x\n", &membase[j]);
|
/* printf("bank enabled base:%x\n", &membase[j]); */
|
||||||
membase[j] = test[i][j];
|
membase[j] = test[i][j];
|
||||||
ppcDcbf((unsigned long)&(membase[j]));
|
ppcDcbf((unsigned long)&(membase[j]));
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,11 +34,11 @@ a) cp the new Image on a position in RAM (here 0x300000)
|
||||||
|
|
||||||
b) Initialize the SHA1 sum in the Image with 0x00
|
b) Initialize the SHA1 sum in the Image with 0x00
|
||||||
The SHA1 sum is stored in Flash at:
|
The SHA1 sum is stored in Flash at:
|
||||||
CFG_MONITOR_BASE + CFG_MONITOR_LEN + SHA1_SUM_POS
|
CFG_MONITOR_BASE + CFG_MONITOR_LEN + SHA1_SUM_POS
|
||||||
for the pcs440ep Flash: 0xfffa0000 + 0x60000 + -0x20
|
for the pcs440ep Flash: 0xfffa0000 + 0x60000 + -0x20
|
||||||
= 0xffffffe0
|
= 0xffffffe0
|
||||||
for the example in RAM: 0x300000 + 0x60000 + -0x20
|
for the example in RAM: 0x300000 + 0x60000 + -0x20
|
||||||
= 0x35ffe0
|
= 0x35ffe0
|
||||||
|
|
||||||
note: a SHA1 checksum is 20 bytes long.
|
note: a SHA1 checksum is 20 bytes long.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue