Home
last modified time | relevance | path

Searched refs:monitor_flash_len (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/common/
H A Dboard_r.c57 ulong monitor_flash_len; variable
125 monitor_flash_len = _end - __image_copy_start; in initr_reloc_global_data()
127 monitor_flash_len = (ulong)&_end - (ulong)&_start; in initr_reloc_global_data()
129 monitor_flash_len = (ulong)&__init_end - gd->relocaddr; in initr_reloc_global_data()
378 bd->bi_flashoffset = monitor_flash_len; /* reserved area for monitor */ in initr_flash()
/openbmc/u-boot/include/
H A Dinit.h129 extern ulong monitor_flash_len;
/openbmc/u-boot/board/socrates/
H A Dsocrates.c112 CONFIG_SYS_MONITOR_BASE, CONFIG_SYS_MONITOR_BASE + monitor_flash_len - 1, in misc_init_r()
/openbmc/u-boot/board/freescale/m5253demo/
H A Dflash.c51 CONFIG_SYS_MONITOR_BASE + monitor_flash_len - 1, &flash_info[0]); in flash_init()
/openbmc/u-boot/drivers/mtd/
H A Dpic32_flash.c419 CONFIG_SYS_MONITOR_BASE + monitor_flash_len - 1, in pic32_flash_probe()
H A Dcfi_flash.c2335 CONFIG_SYS_MONITOR_BASE + monitor_flash_len - 1, in flash_protect_default()