| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/ |
| H A D | timer.c | 32 struct gpt_regs *gpt = (struct gpt_regs *)IMX_GPT1_BASE; in timer_init() local 36 writel(GPT_CTRL_SWR, &gpt->ctrl); in timer_init() 41 writel(0, &gpt->ctrl); /* We have no udelay by now */ in timer_init() 42 writel(0, &gpt->pre); /* prescaler = 1 */ in timer_init() 44 writel(readl(&gpt->ctrl) | GPT_CTRL_CLKSOURCE_32 | GPT_CTRL_FRR, in timer_init() 45 &gpt->ctrl); in timer_init() 46 writel(readl(&gpt->ctrl) | GPT_CTRL_TEN, &gpt->ctrl); in timer_init()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/ |
| H A D | timer.c | 30 struct gpt_regs *gpt = (struct gpt_regs *)GPT1_BASE_ADDR; in timer_init() local 34 writel(GPTCR_SWR, &gpt->ctrl); in timer_init() 39 writel(0, &gpt->ctrl); /* We have no udelay by now */ in timer_init() 40 writel(0, &gpt->pre); /* prescaler = 1 */ in timer_init() 42 writel(readl(&gpt->ctrl) | GPTCR_CLKSOURCE_32 | GPTCR_FRR, in timer_init() 43 &gpt->ctrl); in timer_init() 44 writel(readl(&gpt->ctrl) | GPTCR_TEN, &gpt->ctrl); in timer_init()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.gpt | 22 the gpt command in u-boot. 174 the generated UUID. The 'gpt guid' command reads the current value of the 187 gpt write mmc 0 $partitions 195 gpt verify mmc 0 [$partitions] 210 U-BOOT> gpt verify mmc 0 $partitions 217 communicate about software updates and boot failure. The 'gpt guid', 218 'gpt read', 'gpt rename' and 'gpt swap' commands facilitate 223 U-BOOT> gpt swap mmc 0 primary backup 230 U-BOOT> gpt rename mmc 0 1 primary 237 => gpt read host 0 [all …]
|
| H A D | README.android-fastboot | 94 "gpt" or "mbr". These names can be customized by defining the following
|
| H A D | README.rockchip | 201 => gpt write mmc 1 $partitions
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | imx6dl.dtsi | 114 &gpt { 115 compatible = "fsl,imx6dl-gpt";
|
| H A D | imx7s.dtsi | 446 gpt1: gpt@302d0000 { 447 compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt"; 455 gpt2: gpt@302e0000 { 456 compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt"; 465 gpt3: gpt@302f0000 { 466 compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt"; 475 gpt4: gpt@30300000 { 476 compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt";
|
| H A D | imx6ul.dtsi | 398 gpt1: gpt@02098000 { 399 compatible = "fsl,imx6ul-gpt", "fsl,imx6sx-gpt"; 660 gpt2: gpt@020e8000 { 661 compatible = "fsl,imx6ul-gpt", "fsl,imx6sx-gpt";
|
| H A D | imx6ull.dtsi | 487 gpt1: gpt@02098000 { 488 compatible = "fsl,imx6ul-gpt", "fsl,imx31-gpt"; 764 gpt2: gpt@020e8000 { 765 compatible = "fsl,imx6ul-gpt", "fsl,imx31-gpt";
|
| H A D | imx6sl.dtsi | 370 gpt: gpt@02098000 { label 371 compatible = "fsl,imx6sl-gpt";
|
| H A D | imx6qdl.dtsi | 500 gpt: gpt@02098000 { label 501 compatible = "fsl,imx6q-gpt", "fsl,imx31-gpt";
|
| H A D | imx6sx.dtsi | 433 gpt: gpt@02098000 { label 434 compatible = "fsl,imx6sx-gpt", "fsl,imx31-gpt";
|
| H A D | imx6sll.dtsi | 393 gpt1: gpt@02098000 { 394 compatible = "fsl,imx6sll-gpt";
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | Makefile | 167 obj-$(CONFIG_CMD_GPT) += gpt.o
|
| H A D | gpt.c | 875 U_BOOT_CMD(gpt, CONFIG_SYS_MAXARGS, 1, do_gpt,
|
| H A D | Kconfig | 706 Enable the 'gpt' command to ready and write GPT style partition 719 Enables the 'gpt' command to interchange names on two GPT 720 partitions via the 'gpt swap' command or to rename single
|
| /rk3399_rockchip-uboot/board/sandbox/ |
| H A D | README.sandbox | 336 $> echo -e "label: gpt\n,64M,U\n,,L" | /usr/sbin/sgdisk ./disk.raw
|
| /rk3399_rockchip-uboot/ |
| H A D | README | 1301 The default is "gpt" if undefined.
|