Skip to content
Snippets Groups Projects
Commit 07906b3d authored by Alexey Brodkin's avatar Alexey Brodkin Committed by Alexey Brodkin
Browse files

ARC: Switch to generic accessors


First of all U-Boot is not that performance oriented as real run-time
software like OS or user bare-metal app so we may afford being not super
fast as we only being executed once. That in return allows us to be more
universal and support wider variety of devices.

And looking forward that will significantly reduce maintenance and simplify
support of newer architectures.

And while at it we add quad-word accessors like readq(), writeq() etc.

Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
parent c77bbc22
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment