u-boot-brain/arch/arc
Eugeniy Paltsev 7e57022823 ARC: IO: add volatile to accessors
We must use 'volatile' in C-version read/write IO accessors
implementation to avoid merging several reads (writes) into
one read (write), or optimizing them out by compiler.

Fixes commit 07906b3dad ("ARC: Switch to generic accessors")

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
2020-03-31 18:25:16 +03:00
..
cpu ARC: Use elf32-bigarc in case of -EB 2018-05-31 20:13:29 +03:00
dts ARC: nsim_hs38: Add support of Virtio NET & BLK 2020-02-12 20:40:24 +03:00
include/asm ARC: IO: add volatile to accessors 2020-03-31 18:25:16 +03:00
lib common: Move reset_cpu() to the CPU header 2020-01-17 14:02:31 -05:00
config.mk ARC: rework setting of ARC CPU specific compiler options 2020-02-12 21:11:12 +03:00
Kconfig ARC: nsim_hs38: Add support of Virtio NET & BLK 2020-02-12 20:40:24 +03:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00