CMSIS2000
0.0.7
|
Макросы | |
#define | flash_addr_t unsigned int |
type of address bus in MCU | |
#define | HAS_FULL_IMAGE 0 |
#define | HAS_HDR_ONLY (!(HAS_FULL_IMAGE)) |
Функции | |
flash_addr_t | find_uboot_file (flash_addr_t search_start_address, flash_addr_t search_end_address) |
Search uboot image in MCU bus address space and check CRC. | |
unsigned int | uboot_check_image_at_addr (const void *const addr, char only_header) |
flash_addr_t | uboot_file_get_load_addr (flash_addr_t src_address) |
get load uboot image address at RAM | |
flash_addr_t | uboot_file_load (flash_addr_t src_address) |
load uboot image to RAM on MCU bus (memcpy) |
#define flash_addr_t unsigned int |
type of address bus in MCU
См. определение в файле uboot_file.h строка 42
Используется в find_uboot_file(), main(), uboot_check_image_not_aligned() и uboot_file_load().
#define HAS_FULL_IMAGE 0 |
См. определение в файле uboot_file.h строка 76
Используется в find_uboot_file() и uboot_check_image_not_aligned().
#define HAS_HDR_ONLY (!(HAS_FULL_IMAGE)) |
См. определение в файле uboot_file.h строка 77
Используется в check_size_and_header().
flash_addr_t find_uboot_file | ( | flash_addr_t | search_start_address, |
flash_addr_t | search_end_address | ||
) |
Search uboot image in MCU bus address space and check CRC.
См. определение в файле uboot_file.c строка 48
Перекрестные ссылки flash_addr_t, HAS_FULL_IMAGE, IMAGE_STEP, uboot_check_image_at_addr() и uboot_check_image_not_aligned().
Используется в main().
unsigned int uboot_check_image_at_addr | ( | const void *const | addr, |
char | only_header | ||
) |
См. определение в файле uboot_file.c строка 77
Перекрестные ссылки endif(), IH_ARCH_DEFAULT, image_check_arch(), image_check_hcrc() и image_check_magic().
Используется в check_size_and_header(), find_uboot_file() и uboot_check_image_not_aligned().
flash_addr_t uboot_file_get_load_addr | ( | flash_addr_t | src_address | ) |
get load uboot image address at RAM
См. определение в файле uboot_file.c строка 156
Используется в main().
flash_addr_t uboot_file_load | ( | flash_addr_t | src_address | ) |
load uboot image to RAM on MCU bus (memcpy)
См. определение в файле uboot_file.c строка 136
Перекрестные ссылки flash_addr_t, IH_COMP_LZO, IH_COMP_NONE, image_get_data(), image_get_data_size() и round_down_pointer().
Используется в main().