upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
419 B
16 lines
419 B
/*
|
|
* Copyright (C) Marvell International Ltd. and its affiliates
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0
|
|
*/
|
|
|
|
#ifndef _DDR_TRAINING_IP_DB_H_
|
|
#define _DDR_TRAINING_IP_DB_H_
|
|
|
|
#include "ddr_topology_def.h"
|
|
#include "ddr3_training_ip_db.h"
|
|
|
|
u32 speed_bin_table(u8 index, enum speed_bin_table_elements element);
|
|
u32 pattern_table_get_word(u32 dev_num, enum hws_pattern type, u8 index);
|
|
|
|
#endif /* _DDR3_TRAINING_IP_DB_H_ */
|
|
|