Home
last modified time | relevance | path

Searched +full:0 +full:- +full:rc3 (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/board/rockchip/sheep_rk3368/
H A DREADME1 Here is the step-by-step to boot to U-Boot on rk3368.
3 Get miniloader and trust.img form rockchip vendor u-boot source code
5 > git clone https://github.com/rockchip-linux/u-boot.git rockchip-uboot
6 > cd rockchip-uboot
10 Compile the upstream U-Boot
12 > cd u-boot
13 > make CROSS_COMPILE=aarch64-linux-gnu- sheep-rk3368_defconfig all
15 Package u-boot for miniloader
17 > ../rockchip-uboot/tools/loaderimage --pack --uboot u-boot.bin u-boot.img
21 rkdeveloptool can get from https://github.com/rockchip-linux/rkdeveloptool.git
[all …]
/rk3399_rockchip-uboot/drivers/ddr/marvell/axp/
H A Dddr3_axp_config.h4 * SPDX-License-Identifier: GPL-2.0
13 * Level 0: Provides an error code in a case of failure, RL, WL errors
15 * Level 1: Provides the D-Unit setup (SPD/Static configuration)
23 #define DDR3_LOG_LEVEL 0
36 * DDR_TARGET_FABRIC - Set desired fabric configuration
38 * DRAM_ECC - Set ECC support 1/0
39 * BUS_WIDTH - 64/32 bit
40 * CONFIG_SPD_EEPROM - Enables auto detection of DIMMs and their timing values
41 * DQS_CLK_ALIGNED - Set this if CLK and DQS signals are aligned on board
42 * MIXED_DIMM_STATIC - Mixed DIMM + On board devices support (ODT registers
[all …]
/rk3399_rockchip-uboot/
H A D.travis.yml2 # SPDX-License-Identifier: GPL-2.0+
4 # build U-Boot on Travis CI - https://travis-ci.org/
14 - cppcheck
15 - sloccount
16 - sparse
17 - bc
18 - build-essential
19 - libsdl1.2-dev
20 - python
21 - python-virtualenv
[all …]