Last change
on this file since 286 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:
59 bytes
|
Rev | Line | |
---|
[276] | 1 | #include <defs_platform.h> |
---|
| 2 | #define BOOT_VERSION 0x00010001 |
---|
Note: See
TracBrowser
for help on using the repository browser.