Home
last modified time | relevance | path

Searched refs:gpt (Results 1 – 18 of 18) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/
H A Dtimer.c32 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 Dtimer.c30 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 DREADME.gpt22 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 DREADME.android-fastboot94 "gpt" or "mbr". These names can be customized by defining the following
H A DREADME.rockchip201 => gpt write mmc 1 $partitions
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dimx6dl.dtsi114 &gpt {
115 compatible = "fsl,imx6dl-gpt";
H A Dimx7s.dtsi446 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 Dimx6ul.dtsi398 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 Dimx6ull.dtsi487 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 Dimx6sl.dtsi370 gpt: gpt@02098000 { label
371 compatible = "fsl,imx6sl-gpt";
H A Dimx6qdl.dtsi500 gpt: gpt@02098000 { label
501 compatible = "fsl,imx6q-gpt", "fsl,imx31-gpt";
H A Dimx6sx.dtsi433 gpt: gpt@02098000 { label
434 compatible = "fsl,imx6sx-gpt", "fsl,imx31-gpt";
H A Dimx6sll.dtsi393 gpt1: gpt@02098000 {
394 compatible = "fsl,imx6sll-gpt";
/rk3399_rockchip-uboot/cmd/
H A DMakefile167 obj-$(CONFIG_CMD_GPT) += gpt.o
H A Dgpt.c875 U_BOOT_CMD(gpt, CONFIG_SYS_MAXARGS, 1, do_gpt,
H A DKconfig706 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 DREADME.sandbox336 $> echo -e "label: gpt\n,64M,U\n,,L" | /usr/sbin/sgdisk ./disk.raw
/rk3399_rockchip-uboot/
H A DREADME1301 The default is "gpt" if undefined.