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

reads can't span 0xFF boundaries #21

Open
osresearch opened this issue Sep 8, 2019 · 0 comments
Open

reads can't span 0xFF boundaries #21

osresearch opened this issue Sep 8, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@osresearch
Copy link
Owner

The x86 doesn't ever issue reads that cross an 8-bit aligned boundary, but the AST2400 does early in the boot process (64 bytes starting at 0xF0).

https://github.com/osresearch/spispy/blob/master/verilog/spi_flash.v#L490

@osresearch osresearch added the bug Something isn't working label Sep 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant