Home
last modified time | relevance | path

Searched +full:arc +full:- +full:2016 (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/timer/
H A Darc_timer.c2 * Copyright (C) 2016 Synopsys, Inc. All rights reserved.
4 * SPDX-License-Identifier: GPL-2.0+
19 * ARC timer control registers are mapped to auxiliary address space.
20 * There are special ARC asm command to access that addresses.
21 * Therefore we use built-in functions to read from and write to timer
35 switch (priv->timer_id) { in arc_timer_get_count()
54 id = fdtdec_get_int(gd->fdt_blob, dev_of_offset(dev), "reg", -1); in arc_timer_probe()
56 return -EINVAL; in arc_timer_probe()
59 return -ENXIO; in arc_timer_probe()
61 priv->timer_id = (uint)id; in arc_timer_probe()
[all …]
/rk3399_rockchip-uboot/arch/arc/dts/
H A Dnsim.dts2 * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
4 * SPDX-License-Identifier: GPL-2.0+
6 /dts-v1/;
17 #clock-cells = <0>;
18 compatible = "fixed-clock";
19 clock-frequency = <70000000>;
20 u-boot,dm-pre-reloc;
25 compatible = "snps,arc-uart";
27 clock-frequency = <70000000>;
/rk3399_rockchip-uboot/
H A DKconfig3 # see the file Documentation/kbuild/kconfig-language.txt in the
6 mainmenu "U-Boot $UBOOTVERSION Configuration"
12 # Allow defaults in arch-specific code to override any given here
24 string "Local version - append to U-Boot release"
26 Append an extra string to the end of your U-Boot version.
41 A string of the format -gxxxxxxxx will be added to the localversion
42 if a Git-based tree is found. The string generated by this will be
49 $ git rev-parse --verify HEAD
57 Enabling this option will pass "-Os" instead of "-O2" to gcc
58 resulting in a smaller U-Boot image.
[all …]
H A DMAINTAINERS6 W: Web-page with status/info
27 N: [^a-z]tegra all files whose path contains the word tegra
55 -----------------------------------
56 ARC
59 T: git git://git.denx.de/u-boot-arc.git
60 F: arch/arc/
65 T: git git://git.denx.de/u-boot-arm.git
71 T: git git://git.denx.de/u-boot-socfpga.git
72 F: arch/arm/mach-socfpga/
77 T: git git://git.denx.de/u-boot-atmel.git
[all …]