⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 boot_sw_include.s

📁 arm firmware suite boot monitor源码
💻 S
字号:
; Copyright ARM Limited 1998-2000. All rights reserved.
; ***********
; DO NOT EDIT
; ***********
;
; This file is created by 'make_boot_sw_include.axf'
;
footer_w_info_base  	EQU 0x00000000	;   0
footer_w_block_base 	EQU 0x00000004	;   4
footer_w_signature  	EQU 0x00000008	;   8
footer_w_type       	EQU 0x0000000C	;  12
footer_w_checksum   	EQU 0x00000010	;  16
footer_c_size       	EQU 0x00000014	;  20
footer_c_signature  	EQU 0xA0FFFF9F	; -1593835617
flash_c_type_arm_exec	EQU 0x00000001	;   1
flash_c_type_arm_sib	EQU 0x00000002	;   2

flash_p_w_base      	EQU 0x00000000	;   0
flash_p_w_ncbase    	EQU 0x00000004	;   4
flash_p_w_size      	EQU 0x00000014	;  20
flash_w_type        	EQU 0x0000000C	;  12
flash_p_w_block     	EQU 0x0000001C	;  28
flash_w_next        	EQU 0x00000010	;  16
flash_p_w_physical_base	EQU 0x00000008	;   8
flash_w_offset      	EQU 0x00000004	;   4
flash_w_bsize       	EQU 0x00000008	;   8
flash_c_struct_size 	EQU 0x00000014	;  20
flash_m_usage       	EQU 0x60000000	; 1610612736
flash_m_boot        	EQU 0x40000000	; 1073741824
flash_m_appl        	EQU 0x20000000	; 536870912

image_w_boot_flags  	EQU 0x00000000	;   0
image_w_number      	EQU 0x00000004	;   4
image_w_load_address	EQU 0x00000008	;   8
image_w_length      	EQU 0x0000000C	;  12
image_w_address     	EQU 0x00000010	;  16
image_t_name        	EQU 0x00000014	;  20
image_w_header_base 	EQU 0x00000024	;  36
image_w_header_length	EQU 0x00000028	;  40
image_w_header_type 	EQU 0x0000002C	;  44
image_w_checksum    	EQU 0x00000030	;  48
image_c_size        	EQU 0x00000034	;  52
image_m_no_boot     	EQU 0x00000001	;   1
image_m_decompress  	EQU 0x00000002	;   2
image_m_init_memory 	EQU 0x00000004	;   4
image_m_copy_to_memory	EQU 0x00000008	;   8
image_c_boot        	EQU 0x0041524E	; 4280910

sib_w_signature     	EQU 0x00000000	;   0
sib_w_size          	EQU 0x00000004	;   4
sib_t_owner         	EQU 0x00000008	;   8
sib_w_index         	EQU 0x00000028	;  40
sib_w_revision      	EQU 0x0000002C	;  44
sib_w_checksum      	EQU 0x00000030	;  48
sib_c_signature     	EQU 0xA00FFF9F	; -1609564257

bootsw_s_starting   	EQU 0xFFFFFFFF	;  -1
bootsw_s_success    	EQU 0x00000000	;   0
bootsw_s_sib_not_found	EQU 0x00000001	;   1
bootsw_s_sib_invalid	EQU 0x00000002	;   2
bootsw_s_footer_invalid	EQU 0x00000003	;   3
bootsw_s_image_not_found	EQU 0x00000004	;   4
bootsw_s_image_not_bootable	EQU 0x00000005	;   5
bootsw_s_image_invalid	EQU 0x00000006	;   6
bootsw_s_image_compressed	EQU 0x00000007	;   7
sib_c_bmon_size     	EQU 0x00000138	; 312
sib_w_bmon_boot_image	EQU 0x00000034	;  52


	END

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -