u-boot-brain/arch/arm/cpu/armv7/keystone
Hao Zhang 26459488b7 ARM: keystone: cmd_ddr3: add ddr3 commands to test ddr
Add ddr3 commands:

test <start_addr in hex> <end_addr in hex> - test DDR from start\n
	address to end address\n
ddr compare <start_addr in hex> <end_addr in hex> <size in hex> -\n
	compare DDR data of (size) bytes from start address to end
	address\n
ddr ecc_err <addr in hex> <bit_err in hex> - generate bit errors\n
	in DDR data at <addr>, the command will read a 32-bit data\n
	from <addr>, and write (data ^ bit_err) back to <addr>\n

Delete CONFIG_MAX_UBOOT_MEM_SIZE, as it was supposed to be used
for ddr3 commands and for now it's not needed any more.

Signed-off-by: Hao Zhang <hzhang@ti.com>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
2014-10-23 11:27:29 -04:00
..
clock-k2e.c keystone2: use EFUSE_BOOTROM information to configure PLLs 2014-08-25 10:48:12 -04:00
clock-k2hk.c keystone2: use EFUSE_BOOTROM information to configure PLLs 2014-08-25 10:48:12 -04:00
clock-k2l.c keystone2: clock: add K2L clock definitions and commands 2014-10-23 11:27:04 -04:00
clock.c ARM: keystone: clock: add support for K2E SoCs 2014-10-23 11:27:29 -04:00
cmd_clock.c ARM: cmd_clock: generalize command usage description 2014-10-23 11:27:04 -04:00
cmd_ddr3.c ARM: keystone: cmd_ddr3: add ddr3 commands to test ddr 2014-10-23 11:27:29 -04:00
cmd_mon.c k2hk: add support for k2hk SOC and EVM 2014-04-17 17:24:38 -04:00
ddr3.c keystone2: ecc: add ddr3 error detection and correction support 2014-10-23 11:27:29 -04:00
init.c keystone2: enable OSR clock domain for K2L SoC 2014-10-23 11:27:05 -04:00
Kconfig keystone2: k2l-evm: add board support 2014-10-23 11:27:05 -04:00
keystone.c k2hk: use common KS2_ prefix for all hardware definitions 2014-07-25 16:26:10 -04:00
Makefile ARM: keystone: cmd_ddr3: add ddr3 commands to test ddr 2014-10-23 11:27:29 -04:00
msmc.c ARM: keystone: msmc: extend functionality of SES 2014-10-23 11:27:29 -04:00
psc.c keystone2: use readl/writel functions instead of redefinition 2014-09-04 13:06:00 -04:00