Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
This commit is contained in:
@@ -510,6 +510,30 @@ unsigned long get_board_ddr_clk(void);
|
||||
#define CONFIG_PCIE_LAYERSCAPE /* Use common FSL Layerscape PCIe code */
|
||||
#define FSL_PCIE_COMPAT "fsl,ls1021a-pcie"
|
||||
|
||||
#define CONFIG_SYS_PCI_64BIT
|
||||
|
||||
#define CONFIG_SYS_PCIE_CFG0_PHYS_OFF 0x00000000
|
||||
#define CONFIG_SYS_PCIE_CFG0_SIZE 0x00001000 /* 4k */
|
||||
#define CONFIG_SYS_PCIE_CFG1_PHYS_OFF 0x00001000
|
||||
#define CONFIG_SYS_PCIE_CFG1_SIZE 0x00001000 /* 4k */
|
||||
|
||||
#define CONFIG_SYS_PCIE_IO_BUS 0x00000000
|
||||
#define CONFIG_SYS_PCIE_IO_PHYS_OFF 0x00010000
|
||||
#define CONFIG_SYS_PCIE_IO_SIZE 0x00010000 /* 64k */
|
||||
|
||||
#define CONFIG_SYS_PCIE_MEM_BUS 0x08000000
|
||||
#define CONFIG_SYS_PCIE_MEM_PHYS_OFF 0x04000000
|
||||
#define CONFIG_SYS_PCIE_MEM_SIZE 0x08000000 /* 128M */
|
||||
|
||||
#ifdef CONFIG_PCI
|
||||
#define CONFIG_NET_MULTI
|
||||
#define CONFIG_PCI_PNP
|
||||
#define CONFIG_E1000
|
||||
#define CONFIG_PCI_SCAN_SHOW
|
||||
#define CONFIG_CMD_PCI
|
||||
#define CONFIG_CMD_NET
|
||||
#endif
|
||||
|
||||
#define CONFIG_CMD_PING
|
||||
#define CONFIG_CMD_DHCP
|
||||
#define CONFIG_CMD_MII
|
||||
|
||||
@@ -303,6 +303,30 @@
|
||||
#define CONFIG_PCIE_LAYERSCAPE /* Use common FSL Layerscape PCIe code */
|
||||
#define FSL_PCIE_COMPAT "fsl,ls1021a-pcie"
|
||||
|
||||
#define CONFIG_SYS_PCI_64BIT
|
||||
|
||||
#define CONFIG_SYS_PCIE_CFG0_PHYS_OFF 0x00000000
|
||||
#define CONFIG_SYS_PCIE_CFG0_SIZE 0x00001000 /* 4k */
|
||||
#define CONFIG_SYS_PCIE_CFG1_PHYS_OFF 0x00001000
|
||||
#define CONFIG_SYS_PCIE_CFG1_SIZE 0x00001000 /* 4k */
|
||||
|
||||
#define CONFIG_SYS_PCIE_IO_BUS 0x00000000
|
||||
#define CONFIG_SYS_PCIE_IO_PHYS_OFF 0x00010000
|
||||
#define CONFIG_SYS_PCIE_IO_SIZE 0x00010000 /* 64k */
|
||||
|
||||
#define CONFIG_SYS_PCIE_MEM_BUS 0x08000000
|
||||
#define CONFIG_SYS_PCIE_MEM_PHYS_OFF 0x04000000
|
||||
#define CONFIG_SYS_PCIE_MEM_SIZE 0x08000000 /* 128M */
|
||||
|
||||
#ifdef CONFIG_PCI
|
||||
#define CONFIG_NET_MULTI
|
||||
#define CONFIG_PCI_PNP
|
||||
#define CONFIG_E1000
|
||||
#define CONFIG_PCI_SCAN_SHOW
|
||||
#define CONFIG_CMD_PCI
|
||||
#define CONFIG_CMD_NET
|
||||
#endif
|
||||
|
||||
#define CONFIG_CMD_PING
|
||||
#define CONFIG_CMD_DHCP
|
||||
#define CONFIG_CMD_MII
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
#define CONFIG_FSL_LSCH3
|
||||
#define CONFIG_LS2085A
|
||||
#define CONFIG_GICV3
|
||||
#define CONFIG_FSL_TZPC_BP147
|
||||
|
||||
/* Link Definitions */
|
||||
#define CONFIG_SYS_TEXT_BASE 0x30001000
|
||||
@@ -26,9 +27,6 @@
|
||||
#define CONFIG_SKIP_LOWLEVEL_INIT
|
||||
#define CONFIG_BOARD_EARLY_INIT_F 1
|
||||
|
||||
#define CONFIG_IDENT_STRING " LS2085A-EMU"
|
||||
#define CONFIG_BOOTP_VCI_STRING "U-boot.LS2085A-EMU"
|
||||
|
||||
/* Flat Device Tree Definitions */
|
||||
#define CONFIG_OF_LIBFDT
|
||||
#define CONFIG_OF_BOARD_SETUP
|
||||
@@ -209,12 +207,10 @@
|
||||
#define CONFIG_SYS_LS_MC_DRAM_BLOCK_MIN_SIZE (512UL * 1024 * 1024)
|
||||
#define CONFIG_SYS_LS_MC_FW_IN_NOR
|
||||
#define CONFIG_SYS_LS_MC_FW_ADDR 0x580200000ULL
|
||||
/* TODO Actual FW length needs to be determined at runtime from FW header */
|
||||
#define CONFIG_SYS_LS_MC_FW_LENGTH (4U * 1024 * 1024)
|
||||
#define CONFIG_SYS_LS_MC_DPL_IN_NOR
|
||||
#define CONFIG_SYS_LS_MC_DPL_ADDR 0x5806C0000ULL
|
||||
/* TODO Actual DPL max length needs to be confirmed with the MC FW team */
|
||||
#define CONFIG_SYS_LS_MC_DPL_LENGTH 4096
|
||||
#define CONFIG_SYS_LS_MC_DPL_MAX_LENGTH (256 * 1024)
|
||||
#define CONFIG_SYS_LS_MC_DRAM_DPL_OFFSET 0xe00000
|
||||
|
||||
/* Carve the MC private DRAM block from the end of DRAM */
|
||||
@@ -248,7 +244,8 @@
|
||||
/* Physical Memory Map */
|
||||
/* fixme: these need to be checked against the board */
|
||||
#define CONFIG_CHIP_SELECTS_PER_CTRL 4
|
||||
#define CONFIG_SYS_CLK_FREQ 133333333
|
||||
#define CONFIG_SYS_CLK_FREQ 100000000
|
||||
#define CONFIG_DDR_CLK_FREQ 133333333
|
||||
|
||||
|
||||
#define CONFIG_NR_DRAM_BANKS 3
|
||||
@@ -268,12 +265,14 @@
|
||||
"fdt_high=0xffffffffffffffff\0" \
|
||||
"initrd_high=0xffffffffffffffff\0" \
|
||||
"kernel_start=0x581200000\0" \
|
||||
"kernel_load=0x806f0000\0" \
|
||||
"kernel_load=0xa0000000\0" \
|
||||
"kernel_size=0x1000000\0" \
|
||||
"console=ttyAMA0,38400n8\0"
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttyS1,115200 root=/dev/ram0 " \
|
||||
"earlyprintk=uart8250-8bit,0x21c0600"
|
||||
#define CONFIG_BOOTARGS "console=ttyS1,115200 root=/dev/ram0 " \
|
||||
"earlycon=uart8250,mmio,0x21c0600,115200 " \
|
||||
"default_hugepagesz=2m hugepagesz=2m " \
|
||||
"hugepages=16"
|
||||
#define CONFIG_BOOTCOMMAND "cp.b $kernel_start $kernel_load " \
|
||||
"$kernel_size && bootm $kernel_load"
|
||||
#define CONFIG_BOOTDELAY 1
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
|
||||
#include "ls2085a_common.h"
|
||||
|
||||
#define CONFIG_IDENT_STRING " LS2085A-EMU"
|
||||
#define CONFIG_BOOTP_VCI_STRING "U-boot.LS2085A-EMU"
|
||||
|
||||
#define CONFIG_DDR_SPD
|
||||
#define CONFIG_SYS_FSL_DDR_EMU /* Support emulator */
|
||||
#define SPD_EEPROM_ADDRESS1 0x51
|
||||
@@ -17,4 +20,5 @@
|
||||
#define SPD_EEPROM_ADDRESS SPD_EEPROM_ADDRESS1
|
||||
#define CONFIG_SYS_SPD_BUS_NUM 1 /* SPD on I2C bus 1 */
|
||||
|
||||
#define CONFIG_FSL_DDR_SYNC_REFRESH
|
||||
#endif /* __LS2_EMU_H */
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
|
||||
#include "ls2085a_common.h"
|
||||
|
||||
#define CONFIG_IDENT_STRING " LS2085A-SIMU"
|
||||
#define CONFIG_BOOTP_VCI_STRING "U-boot.LS2085A-SIMU"
|
||||
|
||||
/* SMSC 91C111 ethernet configuration */
|
||||
#define CONFIG_SMC91111
|
||||
#define CONFIG_SMC91111_BASE (0x2210000)
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
#define CONFIG_SYS_PL310_BASE L2_PL310_BASE
|
||||
#endif
|
||||
|
||||
#define CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE
|
||||
|
||||
#define CONFIG_MP
|
||||
#define CONFIG_MXC_GPT_HCLK
|
||||
|
||||
|
||||
121
include/fsl-mc/fsl_dpmng.h
Normal file
121
include/fsl-mc/fsl_dpmng.h
Normal file
@@ -0,0 +1,121 @@
|
||||
/* Copyright 2014 Freescale Semiconductor Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
/*!
|
||||
* @file fsl_dpmng.h
|
||||
* @brief Management Complex General API
|
||||
*/
|
||||
|
||||
#ifndef __FSL_DPMNG_H
|
||||
#define __FSL_DPMNG_H
|
||||
|
||||
/*!
|
||||
* @Group grp_dpmng Management Complex General API
|
||||
*
|
||||
* @brief Contains general API for the Management Complex firmware
|
||||
* @{
|
||||
*/
|
||||
|
||||
struct fsl_mc_io;
|
||||
|
||||
/**
|
||||
* @brief Management Complex firmware version information
|
||||
*/
|
||||
#define MC_VER_MAJOR 4
|
||||
#define MC_VER_MINOR 0
|
||||
|
||||
struct mc_version {
|
||||
uint32_t major;
|
||||
/*!< Major version number: incremented on API compatibility changes */
|
||||
uint32_t minor;
|
||||
/*!< Minor version number: incremented on API additions (that are
|
||||
* backward compatible); reset when major version is incremented
|
||||
*/
|
||||
uint32_t revision;
|
||||
/*!< Internal revision number: incremented on implementation changes
|
||||
* and/or bug fixes that have no impact on API
|
||||
*/
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Retrieves the Management Complex firmware version information
|
||||
*
|
||||
* @param[in] mc_io Pointer to opaque I/O object
|
||||
* @param[out] mc_ver_info Pointer to version information structure
|
||||
*
|
||||
* @returns '0' on Success; Error code otherwise.
|
||||
*/
|
||||
int mc_get_version(struct fsl_mc_io *mc_io, struct mc_version *mc_ver_info);
|
||||
|
||||
/**
|
||||
* @brief Resets an AIOP tile
|
||||
*
|
||||
* @param[in] mc_io Pointer to opaque I/O object
|
||||
* @param[in] container_id AIOP container ID
|
||||
* @param[in] aiop_tile_id AIOP tile ID to reset
|
||||
*
|
||||
* @returns '0' on Success; Error code otherwise.
|
||||
*/
|
||||
int dpmng_reset_aiop(struct fsl_mc_io *mc_io,
|
||||
int container_id,
|
||||
int aiop_tile_id);
|
||||
|
||||
/**
|
||||
* @brief Loads an image to AIOP tile
|
||||
*
|
||||
* @param[in] mc_io Pointer to opaque I/O object
|
||||
* @param[in] container_id AIOP container ID
|
||||
* @param[in] aiop_tile_id AIOP tile ID to reset
|
||||
* @param[in] img_iova I/O virtual address of AIOP ELF image
|
||||
* @param[in] img_size Size of AIOP ELF image in memory (in bytes)
|
||||
*
|
||||
* @returns '0' on Success; Error code otherwise.
|
||||
*/
|
||||
int dpmng_load_aiop(struct fsl_mc_io *mc_io,
|
||||
int container_id,
|
||||
int aiop_tile_id,
|
||||
uint64_t img_iova,
|
||||
uint32_t img_size);
|
||||
|
||||
/**
|
||||
* @brief AIOP run configuration
|
||||
*/
|
||||
struct dpmng_aiop_run_cfg {
|
||||
uint32_t cores_mask;
|
||||
/*!< Mask of AIOP cores to run (core 0 in most significant bit) */
|
||||
uint64_t options;
|
||||
/*!< Execution options (currently none defined) */
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Starts AIOP tile execution
|
||||
*
|
||||
* @param[in] mc_io Pointer to MC portal's I/O object
|
||||
* @param[in] container_id AIOP container ID
|
||||
* @param[in] aiop_tile_id AIOP tile ID to reset
|
||||
* @param[in] cfg AIOP run configuration
|
||||
*
|
||||
* @returns '0' on Success; Error code otherwise.
|
||||
*/
|
||||
int dpmng_run_aiop(struct fsl_mc_io *mc_io,
|
||||
int container_id,
|
||||
int aiop_tile_id,
|
||||
const struct dpmng_aiop_run_cfg *cfg);
|
||||
|
||||
/**
|
||||
* @brief Resets MC portal
|
||||
*
|
||||
* This function closes all object handles (tokens) that are currently
|
||||
* open in the MC portal on which the command is submitted. This allows
|
||||
* cleanup of stale handles that belong to non-functional user processes.
|
||||
*
|
||||
* @param[in] mc_io Pointer to MC portal's I/O object
|
||||
*
|
||||
* @returns '0' on Success; Error code otherwise.
|
||||
*/
|
||||
int dpmng_reset_mc_portal(struct fsl_mc_io *mc_io);
|
||||
|
||||
/** @} */
|
||||
|
||||
#endif /* __FSL_DPMNG_H */
|
||||
132
include/fsl-mc/fsl_mc_cmd.h
Normal file
132
include/fsl-mc/fsl_mc_cmd.h
Normal file
@@ -0,0 +1,132 @@
|
||||
/* Copyright 2014 Freescale Semiconductor Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
#ifndef __FSL_MC_CMD_H
|
||||
#define __FSL_MC_CMD_H
|
||||
|
||||
#define MC_CMD_NUM_OF_PARAMS 7
|
||||
|
||||
#define MAKE_UMASK64(_width) \
|
||||
((uint64_t)((_width) < 64 ? ((uint64_t)1 << (_width)) - 1 : -1))
|
||||
|
||||
static inline uint64_t u64_enc(int lsoffset, int width, uint64_t val)
|
||||
{
|
||||
return (uint64_t)(((uint64_t)val & MAKE_UMASK64(width)) << lsoffset);
|
||||
}
|
||||
static inline uint64_t u64_dec(uint64_t val, int lsoffset, int width)
|
||||
{
|
||||
return (uint64_t)((val >> lsoffset) & MAKE_UMASK64(width));
|
||||
}
|
||||
|
||||
struct mc_command {
|
||||
uint64_t header;
|
||||
uint64_t params[MC_CMD_NUM_OF_PARAMS];
|
||||
};
|
||||
|
||||
enum mc_cmd_status {
|
||||
MC_CMD_STATUS_OK = 0x0, /*!< Completed successfully */
|
||||
MC_CMD_STATUS_READY = 0x1, /*!< Ready to be processed */
|
||||
MC_CMD_STATUS_AUTH_ERR = 0x3, /*!< Authentication error */
|
||||
MC_CMD_STATUS_NO_PRIVILEGE = 0x4, /*!< No privilege */
|
||||
MC_CMD_STATUS_DMA_ERR = 0x5, /*!< DMA or I/O error */
|
||||
MC_CMD_STATUS_CONFIG_ERR = 0x6, /*!< Configuration error */
|
||||
MC_CMD_STATUS_TIMEOUT = 0x7, /*!< Operation timed out */
|
||||
MC_CMD_STATUS_NO_RESOURCE = 0x8, /*!< No resources */
|
||||
MC_CMD_STATUS_NO_MEMORY = 0x9, /*!< No memory available */
|
||||
MC_CMD_STATUS_BUSY = 0xA, /*!< Device is busy */
|
||||
MC_CMD_STATUS_UNSUPPORTED_OP = 0xB, /*!< Unsupported operation */
|
||||
MC_CMD_STATUS_INVALID_STATE = 0xC /*!< Invalid state */
|
||||
};
|
||||
|
||||
#define MC_CMD_HDR_CMDID_O 52 /* Command ID field offset */
|
||||
#define MC_CMD_HDR_CMDID_S 12 /* Command ID field size */
|
||||
#define MC_CMD_HDR_AUTHID_O 38 /* Authentication ID field offset */
|
||||
#define MC_CMD_HDR_AUTHID_S 10 /* Authentication ID field size */
|
||||
#define MC_CMD_HDR_STATUS_O 16 /* Status field offset */
|
||||
#define MC_CMD_HDR_STATUS_S 8 /* Status field size*/
|
||||
#define MC_CMD_HDR_PRI_O 15 /* Priority field offset */
|
||||
#define MC_CMD_HDR_PRI_S 1 /* Priority field size */
|
||||
|
||||
#define MC_CMD_HDR_READ_STATUS(_hdr) \
|
||||
((enum mc_cmd_status)u64_dec((_hdr), \
|
||||
MC_CMD_HDR_STATUS_O, MC_CMD_HDR_STATUS_S))
|
||||
|
||||
#define MC_CMD_HDR_READ_AUTHID(_hdr) \
|
||||
((uint16_t)u64_dec((_hdr), MC_CMD_HDR_AUTHID_O, MC_CMD_HDR_AUTHID_S))
|
||||
|
||||
#define MC_CMD_PRI_LOW 0 /*!< Low Priority command indication */
|
||||
#define MC_CMD_PRI_HIGH 1 /*!< High Priority command indication */
|
||||
|
||||
#define MC_CMD_OP(_cmd, _param, _offset, _width, _type, _arg) \
|
||||
((_cmd).params[_param] |= u64_enc((_offset), (_width), _arg))
|
||||
|
||||
#define MC_RSP_OP(_cmd, _param, _offset, _width, _type, _arg) \
|
||||
(_arg = (_type)u64_dec(_cmd.params[_param], (_offset), (_width)))
|
||||
|
||||
static inline uint64_t mc_encode_cmd_header(uint16_t cmd_id,
|
||||
uint8_t priority,
|
||||
uint16_t auth_id)
|
||||
{
|
||||
uint64_t hdr;
|
||||
|
||||
hdr = u64_enc(MC_CMD_HDR_CMDID_O, MC_CMD_HDR_CMDID_S, cmd_id);
|
||||
hdr |= u64_enc(MC_CMD_HDR_AUTHID_O, MC_CMD_HDR_AUTHID_S, auth_id);
|
||||
hdr |= u64_enc(MC_CMD_HDR_PRI_O, MC_CMD_HDR_PRI_S, priority);
|
||||
hdr |= u64_enc(MC_CMD_HDR_STATUS_O, MC_CMD_HDR_STATUS_S,
|
||||
MC_CMD_STATUS_READY);
|
||||
|
||||
return hdr;
|
||||
}
|
||||
|
||||
/**
|
||||
* mc_write_command - writes a command to a Management Complex (MC) portal
|
||||
*
|
||||
* @portal: pointer to an MC portal
|
||||
* @cmd: pointer to a filled command
|
||||
*/
|
||||
static inline void mc_write_command(struct mc_command __iomem *portal,
|
||||
struct mc_command *cmd)
|
||||
{
|
||||
int i;
|
||||
|
||||
/* copy command parameters into the portal */
|
||||
for (i = 0; i < MC_CMD_NUM_OF_PARAMS; i++)
|
||||
writeq(cmd->params[i], &portal->params[i]);
|
||||
|
||||
/* submit the command by writing the header */
|
||||
writeq(cmd->header, &portal->header);
|
||||
}
|
||||
|
||||
/**
|
||||
* mc_read_response - reads the response for the last MC command from a
|
||||
* Management Complex (MC) portal
|
||||
*
|
||||
* @portal: pointer to an MC portal
|
||||
* @resp: pointer to command response buffer
|
||||
*
|
||||
* Returns MC_CMD_STATUS_OK on Success; Error code otherwise.
|
||||
*/
|
||||
static inline enum mc_cmd_status mc_read_response(
|
||||
struct mc_command __iomem *portal,
|
||||
struct mc_command *resp)
|
||||
{
|
||||
int i;
|
||||
enum mc_cmd_status status;
|
||||
|
||||
/* Copy command response header from MC portal: */
|
||||
resp->header = readq(&portal->header);
|
||||
status = MC_CMD_HDR_READ_STATUS(resp->header);
|
||||
if (status != MC_CMD_STATUS_OK)
|
||||
return status;
|
||||
|
||||
/* Copy command response data from MC portal: */
|
||||
for (i = 0; i < MC_CMD_NUM_OF_PARAMS; i++)
|
||||
resp->params[i] = readq(&portal->params[i]);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
int mc_send_command(struct fsl_mc_io *mc_io, struct mc_command *cmd);
|
||||
|
||||
#endif /* __FSL_MC_CMD_H */
|
||||
26
include/fsl-mc/fsl_mc_sys.h
Normal file
26
include/fsl-mc/fsl_mc_sys.h
Normal file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
* Freescale Layerscape Management Complex (MC) Environment-specific code
|
||||
*
|
||||
* Copyright (C) 2014 Freescale Semiconductor, Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
#ifndef _FSL_MC_SYS_H
|
||||
#define _FSL_MC_SYS_H
|
||||
|
||||
#include <asm/io.h>
|
||||
|
||||
struct mc_command;
|
||||
|
||||
/*
|
||||
* struct mc_portal_wrapper - MC command portal wrapper object
|
||||
*/
|
||||
struct fsl_mc_io {
|
||||
struct mc_command __iomem *mmio_regs;
|
||||
};
|
||||
|
||||
int mc_send_command(struct fsl_mc_io *mc_io,
|
||||
struct mc_command *cmd);
|
||||
|
||||
#endif /* _FSL_MC_SYS_H */
|
||||
@@ -44,11 +44,12 @@ u32 fsl_ddr_get_version(void);
|
||||
* to this specific DDR technology.
|
||||
*/
|
||||
static __inline__ int
|
||||
compute_dimm_parameters(const generic_spd_eeprom_t *spd,
|
||||
compute_dimm_parameters(const unsigned int ctrl_num,
|
||||
const generic_spd_eeprom_t *spd,
|
||||
dimm_params_t *pdimm,
|
||||
unsigned int dimm_number)
|
||||
{
|
||||
return ddr_compute_dimm_parameters(spd, pdimm, dimm_number);
|
||||
return ddr_compute_dimm_parameters(ctrl_num, spd, pdimm, dimm_number);
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -92,13 +93,15 @@ fsl_ddr_compute(fsl_ddr_info_t *pinfo, unsigned int start_step,
|
||||
unsigned int size_only);
|
||||
const char *step_to_string(unsigned int step);
|
||||
|
||||
unsigned int compute_fsl_memctl_config_regs(const memctl_options_t *popts,
|
||||
unsigned int compute_fsl_memctl_config_regs(const unsigned int ctrl_num,
|
||||
const memctl_options_t *popts,
|
||||
fsl_ddr_cfg_regs_t *ddr,
|
||||
const common_timing_params_t *common_dimm,
|
||||
const dimm_params_t *dimm_parameters,
|
||||
unsigned int dbw_capacity_adjust,
|
||||
unsigned int size_only);
|
||||
unsigned int compute_lowest_common_dimm_parameters(
|
||||
const unsigned int ctrl_num,
|
||||
const dimm_params_t *dimm_params,
|
||||
common_timing_params_t *outpdimm,
|
||||
unsigned int number_of_dimms);
|
||||
@@ -108,13 +111,15 @@ unsigned int populate_memctl_options(int all_dimms_registered,
|
||||
unsigned int ctrl_num);
|
||||
void check_interleaving_options(fsl_ddr_info_t *pinfo);
|
||||
|
||||
unsigned int mclk_to_picos(unsigned int mclk);
|
||||
unsigned int get_memory_clk_period_ps(void);
|
||||
unsigned int picos_to_mclk(unsigned int picos);
|
||||
unsigned int mclk_to_picos(const unsigned int ctrl_num, unsigned int mclk);
|
||||
unsigned int get_memory_clk_period_ps(const unsigned int ctrl_num);
|
||||
unsigned int picos_to_mclk(const unsigned int ctrl_num, unsigned int picos);
|
||||
void fsl_ddr_set_lawbar(
|
||||
const common_timing_params_t *memctl_common_params,
|
||||
unsigned int memctl_interleaved,
|
||||
unsigned int ctrl_num);
|
||||
void fsl_ddr_sync_memctl_refresh(unsigned int first_ctrl,
|
||||
unsigned int last_ctrl);
|
||||
|
||||
int fsl_ddr_interactive_env_var_exists(void);
|
||||
unsigned long long fsl_ddr_interactive(fsl_ddr_info_t *pinfo, int var_is_set);
|
||||
|
||||
@@ -112,7 +112,7 @@ typedef struct dimm_params_s {
|
||||
#endif
|
||||
} dimm_params_t;
|
||||
|
||||
extern unsigned int ddr_compute_dimm_parameters(
|
||||
unsigned int ddr_compute_dimm_parameters(const unsigned int ctrl_num,
|
||||
const generic_spd_eeprom_t *spd,
|
||||
dimm_params_t *pdimm,
|
||||
unsigned int dimm_number);
|
||||
|
||||
@@ -108,6 +108,7 @@
|
||||
#define XFERTYP_RSPTYP_48_BUSY 0x00030000
|
||||
#define XFERTYP_MSBSEL 0x00000020
|
||||
#define XFERTYP_DTDSEL 0x00000010
|
||||
#define XFERTYP_DDREN 0x00000008
|
||||
#define XFERTYP_AC12EN 0x00000004
|
||||
#define XFERTYP_BCEN 0x00000002
|
||||
#define XFERTYP_DMAEN 0x00000001
|
||||
|
||||
@@ -175,6 +175,32 @@ struct jr_regs {
|
||||
u32 jrcr;
|
||||
};
|
||||
|
||||
/*
|
||||
* Scatter Gather Entry - Specifies the the Scatter Gather Format
|
||||
* related information
|
||||
*/
|
||||
struct sg_entry {
|
||||
#ifdef CONFIG_SYS_FSL_SEC_LE
|
||||
uint32_t addr_lo; /* Memory Address - lo */
|
||||
uint16_t addr_hi; /* Memory Address of start of buffer - hi */
|
||||
uint16_t reserved_zero;
|
||||
#else
|
||||
uint16_t reserved_zero;
|
||||
uint16_t addr_hi; /* Memory Address of start of buffer - hi */
|
||||
uint32_t addr_lo; /* Memory Address - lo */
|
||||
#endif
|
||||
|
||||
uint32_t len_flag; /* Length of the data in the frame */
|
||||
#define SG_ENTRY_LENGTH_MASK 0x3FFFFFFF
|
||||
#define SG_ENTRY_EXTENSION_BIT 0x80000000
|
||||
#define SG_ENTRY_FINAL_BIT 0x40000000
|
||||
uint32_t bpid_offset;
|
||||
#define SG_ENTRY_BPID_MASK 0x00FF0000
|
||||
#define SG_ENTRY_BPID_SHIFT 16
|
||||
#define SG_ENTRY_OFFSET_MASK 0x00001FFF
|
||||
#define SG_ENTRY_OFFSET_SHIFT 0
|
||||
};
|
||||
|
||||
int sec_init(void);
|
||||
#endif
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
#ifndef __HW_SHA_H
|
||||
#define __HW_SHA_H
|
||||
|
||||
#include <hash.h>
|
||||
|
||||
/**
|
||||
* Computes hash value of input pbuf using h/w acceleration
|
||||
@@ -34,4 +34,43 @@ void hw_sha256(const uchar * in_addr, uint buflen,
|
||||
*/
|
||||
void hw_sha1(const uchar * in_addr, uint buflen,
|
||||
uchar * out_addr, uint chunk_size);
|
||||
|
||||
/*
|
||||
* Create the context for sha progressive hashing using h/w acceleration
|
||||
*
|
||||
* @algo: Pointer to the hash_algo struct
|
||||
* @ctxp: Pointer to the pointer of the context for hashing
|
||||
* @return 0 if ok, -ve on error
|
||||
*/
|
||||
int hw_sha_init(struct hash_algo *algo, void **ctxp);
|
||||
|
||||
/*
|
||||
* Update buffer for sha progressive hashing using h/w acceleration
|
||||
*
|
||||
* The context is freed by this function if an error occurs.
|
||||
*
|
||||
* @algo: Pointer to the hash_algo struct
|
||||
* @ctx: Pointer to the context for hashing
|
||||
* @buf: Pointer to the buffer being hashed
|
||||
* @size: Size of the buffer being hashed
|
||||
* @is_last: 1 if this is the last update; 0 otherwise
|
||||
* @return 0 if ok, -ve on error
|
||||
*/
|
||||
int hw_sha_update(struct hash_algo *algo, void *ctx, const void *buf,
|
||||
unsigned int size, int is_last);
|
||||
|
||||
/*
|
||||
* Copy sha hash result at destination location
|
||||
*
|
||||
* The context is freed after completion of hash operation or after an error.
|
||||
*
|
||||
* @algo: Pointer to the hash_algo struct
|
||||
* @ctx: Pointer to the context for hashing
|
||||
* @dest_buf: Pointer to the destination buffer where hash is to be copied
|
||||
* @size: Size of the buffer being hashed
|
||||
* @return 0 if ok, -ve on error
|
||||
*/
|
||||
int hw_sha_finish(struct hash_algo *algo, void *ctx, void *dest_buf,
|
||||
int size);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user