u-boot-brain/arch
Alexey Brodkin 07906b3dad 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: Alexey Brodkin <abrodkin@synopsys.com>
2020-02-12 21:11:13 +03:00
..
arc ARC: Switch to generic accessors 2020-02-12 21:11:13 +03:00
arm sandbox conversion to SDL2 2020-02-11 10:58:41 -05:00
m68k common: Move clock functions into a new file 2020-01-24 23:06:48 +05:30
microblaze common: Move hang() to the same header as panic() 2020-01-24 23:06:49 +05:30
mips dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
nds32 asm: dma-mapping.h: Fix dma mapping functions 2020-01-25 12:04:36 -05:00
nios2 common: Move hang() to the same header as panic() 2020-01-24 23:06:49 +05:30
powerpc mpc8xx: Expose show_regs() 2020-02-07 13:59:58 -05:00
riscv sandbox conversion to SDL2 2020-02-11 10:58:41 -05:00
sandbox sandbox conversion to SDL2 2020-02-11 10:58:41 -05:00
sh common: Move reset_cpu() to the CPU header 2020-01-24 23:06:49 +05:30
x86 sandbox conversion to SDL2 2020-02-11 10:58:41 -05:00
xtensa common: Move relocate_code() to init.h 2020-01-24 23:06:48 +05:30
.gitignore
Kconfig x86: Enable pinctrl in SPL and TPL 2019-12-15 11:44:24 +08:00