mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
cd71b1d5d2
Add initial support for the Ingenic JZ47xx MIPS SoC. Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Signed-off-by: Paul Burton <paul.burton@imgtec.com> Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Reviewed-by: Marek Vasut <marex@denx.de>
4 lines
271 B
Text
4 lines
271 B
Text
- dm gpio driver
|
|
- ethernet driver for the dm9000
|
|
- reduce the hundreds of definitions of register addresses to the ones really needed in assembly or SPL.
|
|
- define the remaining register base addresses as physical addresses and establish a mapping with ioremap_nocache()
|