mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
Minor cleanup
This commit is contained in:
parent
5abc2c5d4c
commit
2fd9eb509d
@ -2,6 +2,9 @@
|
|||||||
Changes since U-Boot 1.1.4:
|
Changes since U-Boot 1.1.4:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Add support for PCS440EP board
|
||||||
|
Patch by Stefan Roese, 02 Jun 2006
|
||||||
|
|
||||||
* Fix examples/Makefile; some build targets were lost
|
* Fix examples/Makefile; some build targets were lost
|
||||||
|
|
||||||
* Fix watchdog handling in CFI flash driver
|
* Fix watchdog handling in CFI flash driver
|
||||||
@ -13,9 +16,6 @@ Changes since U-Boot 1.1.4:
|
|||||||
MPC8272 boards. Eventually this should be used on all boards?]
|
MPC8272 boards. Eventually this should be used on all boards?]
|
||||||
Patch by Wolfgang Grandegger, 17 Jan 2006
|
Patch by Wolfgang Grandegger, 17 Jan 2006
|
||||||
|
|
||||||
* Add support for PCS440EP board
|
|
||||||
Patch by Stefan Roese, 02 Jun 2006
|
|
||||||
|
|
||||||
* Correct GPIO setup (UART1/IRQ's) on yosemite & yellowstone
|
* Correct GPIO setup (UART1/IRQ's) on yosemite & yellowstone
|
||||||
Patch by Stefan Roese, 29 May 2006
|
Patch by Stefan Roese, 29 May 2006
|
||||||
|
|
||||||
|
@ -220,7 +220,7 @@ static ulong flash_get_size(vu_long *addr, flash_info_t *info)
|
|||||||
case (CFG_FLASH_WORD_SIZE)AMD_ID_LV040B:
|
case (CFG_FLASH_WORD_SIZE)AMD_ID_LV040B:
|
||||||
info->flash_id += FLASH_AM040;
|
info->flash_id += FLASH_AM040;
|
||||||
info->sector_count = 8;
|
info->sector_count = 8;
|
||||||
info->size = 0x0080000; /* => 512 ko */
|
info->size = 0x0080000; /* => 0.5 MB */
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case (CFG_FLASH_WORD_SIZE)AMD_ID_LV800T:
|
case (CFG_FLASH_WORD_SIZE)AMD_ID_LV800T:
|
||||||
@ -250,32 +250,38 @@ static ulong flash_get_size(vu_long *addr, flash_info_t *info)
|
|||||||
case (CFG_FLASH_WORD_SIZE)AMD_ID_LV320T:
|
case (CFG_FLASH_WORD_SIZE)AMD_ID_LV320T:
|
||||||
info->flash_id += FLASH_AM320T;
|
info->flash_id += FLASH_AM320T;
|
||||||
info->sector_count = 71;
|
info->sector_count = 71;
|
||||||
info->size = 0x00400000; break; /* => 4 MB */
|
info->size = 0x00400000;
|
||||||
|
break; /* => 4 MB */
|
||||||
|
|
||||||
case (CFG_FLASH_WORD_SIZE)AMD_ID_LV320B:
|
case (CFG_FLASH_WORD_SIZE)AMD_ID_LV320B:
|
||||||
info->flash_id += FLASH_AM320B;
|
info->flash_id += FLASH_AM320B;
|
||||||
info->sector_count = 71;
|
info->sector_count = 71;
|
||||||
info->size = 0x00400000; break; /* => 4 MB */
|
info->size = 0x00400000;
|
||||||
|
break; /* => 4 MB */
|
||||||
|
|
||||||
case (CFG_FLASH_WORD_SIZE)AMD_ID_DL322T:
|
case (CFG_FLASH_WORD_SIZE)AMD_ID_DL322T:
|
||||||
info->flash_id += FLASH_AMDL322T;
|
info->flash_id += FLASH_AMDL322T;
|
||||||
info->sector_count = 71;
|
info->sector_count = 71;
|
||||||
info->size = 0x00400000; break; /* => 4 MB */
|
info->size = 0x00400000;
|
||||||
|
break; /* => 4 MB */
|
||||||
|
|
||||||
case (CFG_FLASH_WORD_SIZE)AMD_ID_DL322B:
|
case (CFG_FLASH_WORD_SIZE)AMD_ID_DL322B:
|
||||||
info->flash_id += FLASH_AMDL322B;
|
info->flash_id += FLASH_AMDL322B;
|
||||||
info->sector_count = 71;
|
info->sector_count = 71;
|
||||||
info->size = 0x00400000; break; /* => 4 MB */
|
info->size = 0x00400000;
|
||||||
|
break; /* => 4 MB */
|
||||||
|
|
||||||
case (CFG_FLASH_WORD_SIZE)AMD_ID_DL323T:
|
case (CFG_FLASH_WORD_SIZE)AMD_ID_DL323T:
|
||||||
info->flash_id += FLASH_AMDL323T;
|
info->flash_id += FLASH_AMDL323T;
|
||||||
info->sector_count = 71;
|
info->sector_count = 71;
|
||||||
info->size = 0x00400000; break; /* => 4 MB */
|
info->size = 0x00400000;
|
||||||
|
break; /* => 4 MB */
|
||||||
|
|
||||||
case (CFG_FLASH_WORD_SIZE)AMD_ID_DL323B:
|
case (CFG_FLASH_WORD_SIZE)AMD_ID_DL323B:
|
||||||
info->flash_id += FLASH_AMDL323B;
|
info->flash_id += FLASH_AMDL323B;
|
||||||
info->sector_count = 71;
|
info->sector_count = 71;
|
||||||
info->size = 0x00400000; break; /* => 4 MB */
|
info->size = 0x00400000;
|
||||||
|
break; /* => 4 MB */
|
||||||
|
|
||||||
case (CFG_FLASH_WORD_SIZE)SST_ID_xF020:
|
case (CFG_FLASH_WORD_SIZE)SST_ID_xF020:
|
||||||
info->flash_id += FLASH_SST020;
|
info->flash_id += FLASH_SST020;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user