Last change
on this file since 260 was
258,
checked in by alain, 11 years ago
|
This is a major release, including a deep restructuration of code.
The main evolutions are
- use of the Tsar preloader to load the GIET boot-loader from disk
- introduction of a FAT32 file system library,
- use of this fat32 library by the boot-loader to load the
map.bin data structure, and the various .elf files
- reorganisation of drivers (one file per peripheral).
- introduction of drivers for new peripherals:
vci_chbuf_dma and vci_multi_ahci.
- introduction of a new physical memory allocator in the boot code.
This release has been tested on the tsar_generic_iob architecture,
for the two following mappings: 4c_1p_iob_four.xml and 4c_1p_iob_sort.xml
|
-
Property svn:executable set to
*
|
File size:
412 bytes
|
Line | |
---|
1 | |
---|
2 | all: xml2bin bin2xml |
---|
3 | |
---|
4 | bin2xml: xml_driver.c mapping_info.h |
---|
5 | gcc -Wall -g -I. -I../sys xml_driver.c -o bin2xml |
---|
6 | |
---|
7 | xml2bin: xml_parser.c mapping_info.h |
---|
8 | gcc -Wall -g -I. -I../giet_kernel -I/usr/include/libxml2 xml_parser.c -o xml2bin -lxml2 |
---|
9 | |
---|
10 | test: |
---|
11 | ./xml2bin map.xml test.bin |
---|
12 | ./bin2xml test.bin test.xml |
---|
13 | |
---|
14 | up_test: |
---|
15 | ./xml2bin ../map.xml ../test.bin |
---|
16 | ./bin2xml ../test.bin ../test.xml |
---|
17 | |
---|
18 | |
---|
19 | clean: |
---|
20 | rm xml2bin bin2xml |
---|
21 | |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.