Last change
on this file since 276 was
276,
checked in by bouyer, 12 years ago
|
A boot loader to be stored in ROM of a TSAR platform.
Based on Cesar FUGUET's work.
Platform-specific files are in a subdirectory, e.g. platform_fpga_de2-115,
so the same code can be targetted to different platforms.
The platform is selected with the PLATFORM_DIR environnement variable.
The supported variant are soclib and fpga, the later being the default
and the former selected by defining the SOCLIB environnement variable.
The boot loader embeds a binary device tree describing the platform,
to be used by the loaded software.
|
File size:
156 bytes
|
Line | |
---|
1 | #define NB_PROCS 4 |
---|
2 | #define NB_CLUSTERS 1 |
---|
3 | |
---|
4 | #define IOC_BASE 0xFB000000 |
---|
5 | #define VCIBD_BASE 0xFB000000 |
---|
6 | #define TTY_BASE 0xFC000000 |
---|
7 | #define ICU_BASE 0xFD000000 |
---|
Note: See
TracBrowser
for help on using the repository browser.