Changeset 568 for trunk/softs/tsar_boot/README.txt
- Timestamp:
- Oct 30, 2013, 11:19:23 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/README.txt
r554 r568 15 15 This file is mandatory. This file defines the 16 16 NB_PROCS per cluster, the NB_CLUSTERS and the base address of 17 the TTY, IOC and XICUdevices.17 the TTY, IOC, XICU and MEMC (config) devices. 18 18 It defines also: 19 20 -> USE_IOB 21 This constant is used by the boot_ioc_read function to know 22 if the buffer used to store the blocks from the 23 block_device must be invalidated in the memory cache after 24 the transfert has finished. 19 25 20 26 -> CACHE_COHERENCE … … 25 31 26 32 -> CACHE_LINE_SIZE 27 This constant is mandatory if CACHE_COHERENCE=0 33 This constant is mandatory if CACHE_COHERENCE=0 or USE_IOB=1 28 34 This constant defines the size in bytes of a cache line. 29 35 … … 55 61 seg_stack_base: Base address of the stack used by processor 0 56 62 during the boot process. read-write data and bss will also 57 63 be there. 58 64 59 65 seg_boot_base: Base address of the code and read-only data 60 66 defined for this loader 61 67 62 68 Makefile Makefile for compile the boot loader.
Note: See TracChangeset
for help on using the changeset viewer.