/openbmc/u-boot/board/overo/ |
H A D | spl.c | 28 case REVISION_0: /* Micron 1286MB/256MB, 1/2 banks of 128MB */ in get_board_mem_timings() 34 case REVISION_1: /* Micron 256MB/512MB, 1/2 banks of 256MB */ in get_board_mem_timings() 41 case REVISION_2: /* Hynix 256MB/512MB, 1/2 banks of 256MB */ in get_board_mem_timings() 47 case REVISION_3: /* Micron 512MB/1024MB, 1/2 banks of 512MB */ in get_board_mem_timings() 48 timings->mcfg = MCFG(512 << 20, 15); in get_board_mem_timings()
|
/openbmc/u-boot/arch/x86/cpu/quark/ |
H A D | mrc.c | 114 * 512Mbx16=12 512Mbx8=13 in mrc_adjust_params() 131 * 512Mb x16 0x008000000 ( 128MB) in mrc_adjust_params() 132 * 512Mb x8 0x010000000 ( 256MB) in mrc_adjust_params() 133 * 1Gb x16 0x010000000 ( 256MB) in mrc_adjust_params() 134 * 1Gb x8 0x020000000 ( 512MB) in mrc_adjust_params() 135 * 2Gb x16 0x020000000 ( 512MB) in mrc_adjust_params() 136 * 2Gb x8 0x040000000 (1024MB) in mrc_adjust_params() 137 * 4Gb x16 0x040000000 (1024MB) in mrc_adjust_params() 138 * 4Gb x8 0x080000000 (2048MB) in mrc_adjust_params() 145 /* Determine memory size (convert number of 64MB/512Mb units) */ in mrc_adjust_params()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 084.out | 20 Test 1: Maximum size (512 TB - 128 MB): 23 virtual size: 512 TiB (562949819203584 bytes) 26 Test 2: Size too large (512 TB - 128 MB + 64 kB) 35 Test 5: Valid Image: 64MB, Blocks In Image 64, Block Size 1MB 41 Test 6: Block Size != 1MB; too small test (1MB - 1) 44 Test 7: Block Size != 1MB; too large test (1MB + 64KB)
|
/openbmc/u-boot/board/toradex/common/ |
H A D | tdx-cfg-block.c | 37 #define TDX_CFG_BLOCK_MAX_SIZE 512 68 [10] = "Colibri VF50 128MB", /* not currently on sale */ 69 [11] = "Colibri VF61 256MB", 70 [12] = "Colibri VF61 256MB IT", 71 [13] = "Colibri VF50 128MB IT", 72 [14] = "Colibri iMX6 Solo 256MB", 73 [15] = "Colibri iMX6 DualLite 512MB", 74 [16] = "Colibri iMX6 Solo 256MB IT", 75 [17] = "Colibri iMX6 DualLite 512MB IT", 78 [20] = "Colibri T20 256MB", [all …]
|
/openbmc/u-boot/board/renesas/sh7785lcr/ |
H A D | README.sh7785lcr | 11 - DDR2-SDRAM 512MB 12 - NOR Flash 64MB 45 address mode. This mode can use 128MB DDR-SDRAM. 48 extended address mode. This mode can use 384MB DDR-SDRAM. And if you run 49 "pmb" command, this mode can use 512MB DDR-SDRAM. 55 0x88000000 | 0x48000000 | 384MB | DDR-SDRAM (Cacheable) 56 0xa0000000 | 0x00000000 | 64MB | NOR Flash 57 0xa4000000 | 0x04000000 | 16MB | PLD 58 0xa6000000 | 0x08000000 | 16MB | USB 59 0xa8000000 | 0x48000000 | 384MB | DDR-SDRAM (Non-cacheable) [all …]
|
/openbmc/u-boot/board/toradex/colibri_imx7/ |
H A D | Kconfig | 7 bool "Support Colibri iMX7 Solo 256MB/Dual 512MB (raw NAND) modules" 11 256MB or Colibri iMX7D 512MB module which do have raw NAND 70 default "-512"
|
/openbmc/u-boot/board/freescale/mpc8568mds/ |
H A D | law.c | 17 *1) 0x8000_0000 0x9fff_ffff PCI1 MEM 512MB 18 *2) 0xa000_0000 0xbfff_ffff PCIe MEM 512MB 22 *5) 0xc000_0000 0xdfff_ffff SRIO 512MB 23 *6.a) 0xf000_0000 0xf3ff_ffff SDRAM 64MB 27 *6.e) 0xfe00_0000 0xffff_ffff Flash 32MB
|
/openbmc/u-boot/include/configs/ |
H A D | adp-ag101p.h | 91 /* 512kB is suggested, (CONFIG_ENV_SIZE + 128 * 1024) was not enough */ 92 #define CONFIG_SYS_MALLOC_LEN (512 << 10) 198 #define PHYS_SDRAM_0_SIZE 0x20000000 /* 512 MB */ 199 #define PHYS_SDRAM_1_SIZE 0x20000000 /* 512 MB */ 202 #define PHYS_SDRAM_0_SIZE 0x20000000 /* 512 MB */ 203 #define PHYS_SDRAM_1_SIZE 0x20000000 /* 512 MB */ 205 #define PHYS_SDRAM_0_SIZE 0x08000000 /* 128 MB */ 206 #define PHYS_SDRAM_1_SIZE 0x08000000 /* 128 MB */ 226 /* memtest works on 63 MB in DRAM */ 320 #define CONFIG_SYS_MAX_FLASH_SECT 512 [all …]
|
H A D | ax25-ae350.h | 38 * 512kB is suggested, (CONFIG_ENV_SIZE + 128 * 1024) was not enough 40 #define CONFIG_SYS_MALLOC_LEN (512 << 10) 51 #define PHYS_SDRAM_0_SIZE 0x20000000 /* 512 MB */ 52 #define PHYS_SDRAM_1_SIZE 0x20000000 /* 512 MB */ 75 * memtest works on 512 MB in DRAM 113 #define CONFIG_SYS_MAX_FLASH_SECT 512 123 * have to be in the first 16 MB of memory, since this is
|
H A D | ls1088a_common.h | 43 #define CONFIG_ENV_OFFSET 0x300000 /* 3MB */ 87 * But this region is limited to 256MB. To accommodate NOR, promjet 89 * 0x30000000 - 0x37ffffff : 128MB : NOR flash 90 * 0x38000000 - 0x3BFFFFFF : 64MB : Promjet 91 * 0x3C000000 - 0x40000000 : 64MB : FPGA etc 96 * 0x5_2000_0000..0x5_3fff_ffff IFC CSx (FPGA, NAND and others 512MB) 146 * 512MB aligned, so the min size to hide is 512MB. 218 #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */ 240 * with U-Boot image. Here u-boot max. size is 512K. So if binary
|
H A D | apf27.h | 57 #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (512<<10)) 72 #define CONFIG_ENV_RANGE 0X00080000 /* 512kB */ 74 (CONFIG_ENV_OFFSET + CONFIG_ENV_RANGE) /* +512kB */ 75 #define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE /* 512kB */ 77 #define CONFIG_FIRMWARE_SIZE 0x00080000 /* 512kB */ 259 /* micron 64MB */ 260 #define PHYS_SDRAM_1_SIZE 0x04000000 /* 64 MB */ 261 #define PHYS_SDRAM_2_SIZE 0x04000000 /* 64 MB */ 265 /* micron 128MB */ 266 #define PHYS_SDRAM_1_SIZE 0x08000000 /* 128 MB */ [all …]
|
H A D | ls2080a_common.h | 30 #define CONFIG_ENV_OFFSET 0x300000 /* 3MB */ 92 * But this region is limited to 256MB. To accommodate NOR, promjet 94 * 0x30000000 - 0x37ffffff : 128MB : NOR flash 95 * 0x38000000 - 0x3BFFFFFF : 64MB : Promjet 96 * 0x3C000000 - 0x40000000 : 64MB : FPGA etc 101 * 0x5_2000_0000..0x5_3fff_ffff IFC CSx (FPGA, NAND and others 512MB) 152 * 512MB aligned, so the min size to hide is 512MB. 203 #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */
|
/openbmc/openbmc/meta-nuvoton/wic/ |
H A D | emmc-nuvoton.wks.in | 11 # ^ 1MB 64MB 64MB 256MB 256MB 256MB 16 # 512B (Protective MBR) + 512B (Primary Header) + 16KB (Primary Table) 20 # 16KB (Secondary Table) + 512B (Secondary Header)
|
/openbmc/linux/Documentation/arch/x86/x86_64/ |
H A D | fake-numa-for-cpusets.rst | 24 emulation setup of "numa=fake=4*512,". This will split our system memory into 25 four equal chunks of 512M each that we can now use to assign to cpusets. As 30 A machine may be split as follows with "numa=fake=4*512," as reported by dmesg:: 32 Faking node 0 at 0000000000000000-0000000020000000 (512MB) 33 Faking node 1 at 0000000020000000-0000000040000000 (512MB) 34 Faking node 2 at 0000000040000000-0000000060000000 (512MB) 35 Faking node 3 at 0000000060000000-0000000080000000 (512MB)
|
H A D | mm.rst | 20 from TB to GB and then MB/KB. 62 ffffff8000000000 | -512 GB | ffffffeeffffffff | 444 GB | ... unused hole 65 …ffffffff80000000 | -2 GB | ffffffff9fffffff | 512 MB | kernel text mapping, mapped to physic… 66 ffffffff80000000 |-2048 MB | | | 67 ffffffffa0000000 |-1536 MB | fffffffffeffffff | 1520 MB | module mapping space 68 ffffffffff000000 | -16 MB | | | 69 …FIXADDR_START | ~-11 MB | ffffffffff5fffff | ~0.5 MB | kernel-internal fixmap range, variable s… 70 ffffffffff600000 | -10 MB | ffffffffff600fff | 4 kB | legacy vsyscall ABI 71 ffffffffffe00000 | -2 MB | ffffffffffffffff | 2 MB | ... unused hole 80 - With 56-bit addresses, user-space memory gets expanded by a factor of 512x, [all …]
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | p1024rdb.dtsi | 59 /* 3.5 MB for Linux Kernel Image */ 65 /* 11MB for JFFS2 based Root file System */ 72 /* 512KB for u-boot Bootloader Image */ 73 /* 512KB for u-boot Environment Variables */ 89 /* 1MB for u-boot Bootloader Image */ 96 /* 1MB for DTB Image */ 102 /* 4MB for Linux Kernel Image */ 108 /* 4MB for Compressed Root file System Image */ 114 /* 15MB for JFFS2 based Root file System */ 120 /* 7MB for User Writable Area */ [all …]
|
H A D | p1020rdb-pc.dtsi | 59 /* 3.5 MB for Linux Kernel Image */ 65 /* 11MB for JFFS2 based Root file System */ 72 /* 512KB for u-boot Bootloader Image */ 73 /* 512KB for u-boot Environment Variables */ 89 /* 1MB for u-boot Bootloader Image */ 96 /* 1MB for DTB Image */ 102 /* 4MB for Linux Kernel Image */ 108 /* 4MB for Compressed Root file System Image */ 114 /* 7MB for JFFS2 based Root file System */ 120 /* 15MB for JFFS2 based Root file System */ [all …]
|
H A D | p2020rdb-pc.dtsi | 59 /* 3.5 MB for Linux Kernel Image */ 65 /* 11MB for JFFS2 based Root file System */ 72 /* 512KB for u-boot Bootloader Image */ 73 /* 512KB for u-boot Environment Variables */ 89 /* 1MB for u-boot Bootloader Image */ 96 /* 1MB for DTB Image */ 102 /* 4MB for Linux Kernel Image */ 108 /* 4MB for Compressed Root file System Image */ 114 /* 7MB for JFFS2 based Root file System */ 120 /* 15MB for JFFS2 based Root file System */ [all …]
|
H A D | p1020rdb.dtsi | 60 /* 3.5 MB for Linux Kernel Image */ 67 /* 11MB for JFFS2 based Root file System */ 74 /* 512KB for u-boot Bootloader Image */ 75 /* 512KB for u-boot Environment Variables */ 91 /* 1MB for u-boot Bootloader Image */ 98 /* 1MB for DTB Image */ 105 /* 4MB for Linux Kernel Image */ 112 /* 4MB for Compressed Root file System Image */ 119 /* 7MB for JFFS2 based Root file System */ 125 /* 15MB for JFFS2 based Root file System */ [all …]
|
H A D | p2020rdb.dts | 60 /* 3.5 MB for Linux Kernel Image */ 67 /* 11MB for JFFS2 based Root file System */ 74 /* 512KB for u-boot Bootloader Image */ 75 /* 512KB for u-boot Environment Variables */ 91 /* 1MB for u-boot Bootloader Image */ 98 /* 1MB for DTB Image */ 105 /* 4MB for Linux Kernel Image */ 112 /* 4MB for Compressed Root file System Image */ 119 /* 7MB for JFFS2 based Root file System */ 125 /* 15MB for JFFS2 based Root file System */ [all …]
|
H A D | p1021rdb-pc.dtsi | 59 /* 3.5 MB for Linux Kernel Image */ 65 /* 10.75MB for JFFS2 based Root file System */ 80 /* 512KB for u-boot Bootloader Image */ 81 /* 512KB for u-boot Environment Variables */ 96 /* 1MB for u-boot Bootloader Image */ 103 /* 1MB for DTB Image */ 109 /* 4MB for Linux Kernel Image */ 115 /* 4MB for Compressed Root file System Image */ 121 /* 7MB for JFFS2 based Root file System */ 127 /* 15MB for User Writable Area */ [all …]
|
/openbmc/u-boot/board/freescale/t208xqds/ |
H A D | README | 13 - 2MB L2 cache and 512KB CoreNet platform cache (CPC) 67 - 128MB NOR Flash, 512MB NAND Flash, PromJet debug port and FPGA 69 - Three SPI flash (16MB N25Q128A + 16MB EN25S64 + 512KB SST25WF040) 126 0xF_FE00_0000 0xF_FEFF_FFFF CCSRBAR 16MB 131 0xF_F600_0000 0xF_F7FF_FFFF Queue manager software portal 32MB 132 0xF_F400_0000 0xF_F5FF_FFFF Buffer manager software portal 32MB 133 0xF_E800_0000 0xF_EFFF_FFFF IFC - NOR Flash 128MB 134 0xF_0000_0000 0xF_003F_FFFF DCSR 4MB 135 0xC_4000_0000 0xC_4FFF_FFFF PCI Express 4 Mem Space 256MB 136 0xC_3000_0000 0xC_3FFF_FFFF PCI Express 3 Mem Space 256MB [all …]
|
/openbmc/u-boot/board/freescale/mpc8569mds/ |
H A D | law.c | 17 *1) 0xa000_0000 0xbfff_ffff PCIe MEM 512MB 20 *3) 0xc000_0000 0xdfff_ffff SRIO 512MB 21 *4.a) 0xf000_0000 0xf3ff_ffff SDRAM 64MB 25 *4.e) 0xfe00_0000 0xffff_ffff Flash 32MB
|
/openbmc/linux/Documentation/arch/xtensa/ |
H A D | mmu.rst | 62 5. The parent-bus-address value is rounded down to the nearest 256MB boundary 64 6. The IO area covers the entire 256MB segment of parent-bus-address; the 83 | VMALLOC area | VMALLOC_START 0xc0000000 128MB - 64KB 96 | | (4MB * DCACHE_N_COLORS) 104 | Cached KSEG | XCHAL_KSEG_CACHED_VADDR 0xd0000000 128MB 106 | Uncached KSEG | XCHAL_KSEG_BYPASS_VADDR 0xd8000000 128MB 108 | Cached KIO | XCHAL_KIO_CACHED_VADDR 0xe0000000 256MB 110 | Uncached KIO | XCHAL_KIO_BYPASS_VADDR 0xf0000000 256MB 114 256MB cached + 256MB uncached layout:: 126 | VMALLOC area | VMALLOC_START 0xa0000000 128MB - 64KB [all …]
|
/openbmc/u-boot/board/freescale/t208xrdb/ |
H A D | README | 13 - 2MB L2 cache and 512KB CoreNet platform cache (CPC) 69 - NOR: 128MB 16-bit NOR Flash 80 - On-board 64MB SPI flash 91 0xF_FE00_0000 0xF_FEFF_FFFF CCSRBAR 16MB 96 0xF_F600_0000 0xF_F7FF_FFFF Queue manager software portal 32MB 97 0xF_F400_0000 0xF_F5FF_FFFF Buffer manager software portal 32MB 98 0xF_E800_0000 0xF_EFFF_FFFF IFC - NOR Flash 128MB 99 0xF_0000_0000 0xF_003F_FFFF DCSR 4MB 100 0xC_4000_0000 0xC_4FFF_FFFF PCI Express 4 Mem Space 256MB 101 0xC_3000_0000 0xC_3FFF_FFFF PCI Express 3 Mem Space 256MB [all …]
|