/openbmc/u-boot/board/freescale/t4qds/ |
H A D | t4240emu.c | 32 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 33 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 53 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
H A D | t4240qds.c | 528 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 529 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 549 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
/openbmc/u-boot/board/cobra5272/ |
H A D | flash.c | 62 ulong flashbase = 0; in flash_init() local 71 flashbase = PHYS_FLASH_1; in flash_init() 78 flash_info[i].start[j] = flashbase; in flash_init() 83 flashbase + 0x4000 + 0x2000 * (j - 1); in flash_init() 87 flash_info[i].start[j] = flashbase + 0x8000; in flash_init() 92 flashbase + 0x40000 + 0x40000 * (j - in flash_init()
|
/openbmc/u-boot/board/freescale/t4rdb/ |
H A D | t4240rdb.c | 52 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 53 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 73 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
/openbmc/u-boot/board/freescale/t208xrdb/ |
H A D | t208xrdb.c | 59 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 60 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 78 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
/openbmc/u-boot/board/freescale/p1023rdb/ |
H A D | p1023rdb.c | 59 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 60 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 80 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
/openbmc/u-boot/board/freescale/t104xrdb/ |
H A D | t104xrdb.c | 60 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 61 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 81 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
/openbmc/u-boot/board/freescale/c29xpcie/ |
H A D | c29xpcie.c | 50 const unsigned long flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 51 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 71 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
/openbmc/u-boot/board/freescale/p1_twr/ |
H A D | p1_twr.c | 156 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 157 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 177 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, /* tlb, epn, rpn */ in board_early_init_r()
|
/openbmc/u-boot/board/freescale/corenet_ds/ |
H A D | corenet_ds.c | 101 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 102 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 122 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, /* tlb, epn, rpn */ in board_early_init_r()
|
/openbmc/u-boot/board/freescale/p2041rdb/ |
H A D | p2041rdb.c | 116 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 117 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 137 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
/openbmc/u-boot/board/freescale/bsc9132qds/ |
H A D | bsc9132qds.c | 154 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 155 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 175 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r() 179 set_tlb(1, flashbase + 0x4000000, in board_early_init_r()
|
/openbmc/u-boot/board/freescale/mpc8572ds/ |
H A D | mpc8572ds.c | 145 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 146 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 166 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, /* tlb, epn, rpn */ in board_early_init_r()
|
/openbmc/u-boot/board/freescale/t1040qds/ |
H A D | t1040qds.c | 129 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 130 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 150 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
/openbmc/u-boot/board/freescale/t208xqds/ |
H A D | t208xqds.c | 332 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 333 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 353 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
/openbmc/u-boot/board/freescale/mpc8536ds/ |
H A D | mpc8536ds.c | 197 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 198 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 218 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, /* tlb, epn, rpn */ in board_early_init_r()
|
/openbmc/u-boot/board/freescale/p1022ds/ |
H A D | p1022ds.c | 248 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 249 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 269 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
/openbmc/u-boot/board/freescale/t102xrdb/ |
H A D | t102xrdb.c | 128 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 129 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 147 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
/openbmc/u-boot/board/Arcturus/ucp1020/ |
H A D | ucp1020.c | 125 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 126 const u8 flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 140 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, /* tlb, epn, rpn */ in board_early_init_r()
|
/openbmc/u-boot/board/freescale/t102xqds/ |
H A D | t102xqds.c | 256 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 257 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 277 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
/openbmc/u-boot/board/freescale/p1010rdb/ |
H A D | p1010rdb.c | 93 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 94 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 114 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r() 118 set_tlb(1, flashbase + 0x1000000, in board_early_init_r()
|
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/ |
H A D | p1_p2_rdb_pc.c | 289 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 290 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 310 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, /* tlb, epn, rpn */ in board_early_init_r()
|
/openbmc/u-boot/board/freescale/mpc8569mds/ |
H A D | mpc8569mds.c | 201 const unsigned int flashbase = CONFIG_SYS_NAND_BASE; in board_early_init_r() local 216 set_tlb(1, flashbase, CONFIG_SYS_NAND_BASE, /* tlb, epn, rpn */ in board_early_init_r()
|
/openbmc/u-boot/board/freescale/b4860qds/ |
H A D | b4860qds.c | 990 const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; in board_early_init_r() local 991 int flash_esel = find_tlb_idx((void *)flashbase, 1); in board_early_init_r() 1020 set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, in board_early_init_r()
|
/openbmc/qemu/hw/arm/ |
H A D | virt.c | 1247 hwaddr flashbase = vms->memmap[VIRT_FLASH].base; in virt_flash_map() local 1249 virt_flash_map1(vms->flash[0], flashbase, flashsize, in virt_flash_map() 1251 virt_flash_map1(vms->flash[1], flashbase + flashsize, flashsize, in virt_flash_map() 1260 hwaddr flashbase = vms->memmap[VIRT_FLASH].base; in virt_flash_fdt() local 1266 nodename = g_strdup_printf("/flash@%" PRIx64, flashbase); in virt_flash_fdt() 1270 2, flashbase, 2, flashsize, in virt_flash_fdt() 1271 2, flashbase + flashsize, 2, flashsize); in virt_flash_fdt() 1279 nodename = g_strdup_printf("/secflash@%" PRIx64, flashbase); in virt_flash_fdt() 1283 2, flashbase, 2, flashsize); in virt_flash_fdt() 1289 nodename = g_strdup_printf("/flash@%" PRIx64, flashbase + flashsize); in virt_flash_fdt() [all …]
|