Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/tools/amebasmart/image_tool: Add support for package3 using Winbond NAND #6694

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lhenry-realtek
Copy link
Contributor

Add required SPI command flow for Winbond NAND operation
Add configuration for package 3 NAND, 4 packages are all supported

  • Package 0: 16M NOR flash internal flash address is from 0x08000000 to 0x09000000
  • Package 1: 16M NOR flash + 32M ext-NOR flash(PSRAM) external flash address is from 0x0A000000 to 0x0C000000 internal flash address is from 0x08000000 to 0x09000000
  • Package 2: 32M NOR flash + 64M ext-NOR flash(DDR) external flash address is from 0x0A000000 to 0x0E000000 internal flash address is from 0x08000000 to 0x0A000000

New:

  • Package 3: 32M NOR flash + 256M ext-NAND flash (XTX & Winbond) external flash address is from 0x0A000000 to 0x1A000000 internal flash address is from 0x08000000 to 0x0A000000

External NAND Supported Chips:
XTX26G02D
W25N02KVZEIR

…bond NAND

* Add required SPI command flow for Winbond NAND operation
* Add configuration for package 3 NAND, 4 packages are all supported
- Package 0: 16M NOR flash
  internal flash address is from 0x08000000 to 0x09000000
- Package 1: 16M NOR flash + 32M ext-NOR flash(PSRAM)
  external flash address is from 0x0A000000 to 0x0C000000
  internal flash address is from 0x08000000 to 0x09000000
- Package 2: 32M NOR flash + 64M ext-NOR flash(DDR)
  external flash address is from 0x0A000000 to 0x0E000000
  internal flash address is from 0x08000000 to 0x0A000000

New:
- Package 3: 32M NOR flash + 256M ext-NAND flash (XTX & Winbond)
  external flash address is from 0x0A000000 to 0x1A000000
  internal flash address is from 0x08000000 to 0x0A000000

External NAND Supported Chips:
XTX26G02D
W25N02KVZEIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant