![]() |
RTEMS 6.1
|
This source file contains the Parameter Overlay Module (POM) support implementation. More...
#include <stdint.h>#include <string.h>#include <bsp/tms570-pom.h>#include <bsp/linker-symbols.h>#include <rtems/score/armv4.h>#include <bsp.h>Data Structures | |
| struct | vec_remap_table |
Functions | |
| void | bsp_block_on_exception (void) |
| void | tms570_pom_initialize_and_clear (void) |
| initialize and clear parameters overlay module (POM) | |
| void | tms570_pom_remap (void) |
| remaps vector table | |
Variables | |
| char | bsp_int_vec_overlay_start [] |
| uint32_t | pom_global_overlay_target_address_start |
This source file contains the Parameter Overlay Module (POM) support implementation.
| void tms570_pom_initialize_and_clear | ( | void | ) |
initialize and clear parameters overlay module (POM)
clears all remap regions. The actual POM enable is left to the first user.
| Void |
| void tms570_pom_remap | ( | void | ) |
remaps vector table
transfer the rtems start vector table to address 0x0
| Void |
| uint32_t pom_global_overlay_target_address_start |