mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
5 lines
271 B
Text
5 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()
|