| /rk3399_rockchip-uboot/drivers/mtd/onenand/ |
| H A D | onenand_base.c | 231 unsigned int boundary, blk, die = 0; in flexonenand_block() local 238 boundary = this->boundary[die]; in flexonenand_block() 241 if (blk > boundary) in flexonenand_block() 242 blk = (blk + boundary + 1) >> 1; in flexonenand_block() 265 int die = 0, boundary; in flexonenand_addr() local 273 boundary = this->boundary[die]; in flexonenand_addr() 275 if (block > (boundary + 1)) in flexonenand_addr() 276 ofs += (loff_t) (block - boundary - 1) in flexonenand_addr() 858 int ret = 0, boundary = 0; in onenand_read_ops_nolock() local 917 boundary = 1; in onenand_read_ops_nolock() [all …]
|
| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | Kconfig | 7 default "boundary"
|
| H A D | MAINTAINERS | 4 F: board/boundary/nitrogen6x/
|
| /rk3399_rockchip-uboot/board/tbs/tbs2910/ |
| H A D | Kconfig | 16 default "board/boundary/nitrogen6x/nitrogen6q2g.cfg"
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | marsboard_defconfig | 6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q.cfg,MX6Q,DDR_MB=1024"
|
| H A D | riotboard_defconfig | 6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s1g.cfg,MX6S,DDR_MB=1024"
|
| H A D | nitrogen6dl_defconfig | 6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6dl.cfg,MX6DL,DDR_MB=1024"
|
| H A D | nitrogen6dl2g_defconfig | 6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6dl2g.cfg,MX6DL,DDR_MB=2048"
|
| H A D | nitrogen6s_defconfig | 6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s.cfg,MX6S,DDR_MB=512"
|
| H A D | nitrogen6s1g_defconfig | 6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s1g.cfg,MX6S,DDR_MB=1024"
|
| H A D | nitrogen6q_defconfig | 6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q.cfg,MX6Q,DDR_MB=1024"
|
| H A D | nitrogen6q2g_defconfig | 6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q2g.cfg,MX6Q,DDR_MB=2048"
|
| H A D | mx6qsabrelite_defconfig | 6 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q.cfg,MX6Q,DDR_MB=1024,SABR…
|
| /rk3399_rockchip-uboot/include/ |
| H A D | onenand_uboot.h | 49 int boundary, int lock);
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.arm-caches | 38 memory DMA buffer) should be aligned to cache-line boundary both at 41 to the aligned part. That is, one cache-line at the respective boundary
|
| H A D | README.arm64 | 26 2 MB boundary and within the same 512 MB section as the kernel image,
|
| H A D | README.POST | 644 of RAM around each 1Mb boundary. For example, for 64Mb RAM the 701 boundary and reading it after its passing the boundary. The test
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | onenand.h | 74 unsigned int boundary[MAX_DIES]; member
|
| /rk3399_rockchip-uboot/env/ |
| H A D | Kconfig | 188 MMC sector boundary. 201 an MMC sector boundary. 221 aligned to an erase block boundary. 229 aligned to an erase block boundary. 305 aligned to an erase sector boundary. 317 aligned to an erase sector boundary. 373 of bytes, but must be aligned to an Block sector boundary.
|
| /rk3399_rockchip-uboot/arch/arm/cpu/ |
| H A D | u-boot.lds | 91 /* Align end of stack section to page boundary */
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | README | 257 so that the entry starts on an aligned boundary within the image. For 259 boundary. Alignment shold be a power of 2. If 'align' is not 285 that they end on an alignment boundary, regardless of where they 310 that the image ends on a 512-byte boundary, use 'align-size = <512>'. 361 up so that the image finished at the 4GB boundary. This boolean
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/mx6/ |
| H A D | Kconfig | 427 source "board/boundary/nitrogen6x/Kconfig"
|
| /rk3399_rockchip-uboot/common/ |
| H A D | dlmalloc.src | 693 so that the end of the arena is always a system page boundary. 1027 /* on the *next* 64K boundary. Otherwise, even if */ 1032 /* the requested address to a 64K boundary which */ 1150 Chunks of memory are maintained using a `boundary tag' method as 1181 (which is returned to the user) is also on an even word boundary, and 1948 /* If not the first time through, round to preserve page boundary */ 1986 /* Guarantee the next brk will be at a page boundary */ 2032 /* We always land on a page boundary */ 2228 /* force to an even block boundary */ 3181 * Fixed ordering problem with boundary-stamping
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | source_file_format.txt | 286 aligned to a 4-byte boundary.
|
| /rk3399_rockchip-uboot/dts/ |
| H A D | Kconfig | 250 aligned on 2-byte boundary.
|