dect
/
linux-2.6
Archived
13
0
Fork 0

Staging: remove heci driver

Intel has officially abandoned this project and does not want to
maintian it or have it included in the main kernel tree, as no one
should use the code, it's not needed anymore.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Greg Kroah-Hartman 2009-09-11 09:46:35 -07:00
parent 1c6592f3b7
commit 0b33559a1a
14 changed files with 0 additions and 6537 deletions

View File

@ -103,8 +103,6 @@ source "drivers/staging/phison/Kconfig"
source "drivers/staging/p9auth/Kconfig"
source "drivers/staging/heci/Kconfig"
source "drivers/staging/line6/Kconfig"
source "drivers/gpu/drm/radeon/Kconfig"

View File

@ -34,7 +34,6 @@ obj-$(CONFIG_STLC45XX) += stlc45xx/
obj-$(CONFIG_B3DFG) += b3dfg/
obj-$(CONFIG_IDE_PHISON) += phison/
obj-$(CONFIG_PLAN9AUTH) += p9auth/
obj-$(CONFIG_HECI) += heci/
obj-$(CONFIG_LINE6_USB) += line6/
obj-$(CONFIG_USB_SERIAL_QUATECH2) += serqt_usb2/
obj-$(CONFIG_USB_SERIAL_QUATECH_USB2) += quatech_usb2/

View File

@ -1,7 +0,0 @@
config HECI
tristate "Intel Management Engine Interface (MEI) Support"
depends on PCI
---help---
The Intel Management Engine Interface (Intel MEI) driver allows
applications to access the Active Management Technology
firmware and other Management Engine sub-systems.

View File

@ -1,9 +0,0 @@
obj-$(CONFIG_HECI) += heci.o
heci-objs := \
heci_init.o \
interrupt.o \
heci_interface.o \
io_heci.o \
heci_main.o

View File

@ -1,6 +0,0 @@
TODO:
- fix user/kernel pointer mess in the ioctl handlers as pointed
out by sparse.
- resolve the ioctls and see if most of them can just be simple
sysfs files
- fix locking issues that sparse points out at the least.

View File

@ -1,175 +0,0 @@
/*
* Part of Intel(R) Manageability Engine Interface Linux driver
*
* Copyright (c) 2003 - 2008 Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions, and the following disclaimer,
* without modification.
* 2. Redistributions in binary form must reproduce at minimum a disclaimer
* substantially similar to the "NO WARRANTY" disclaimer below
* ("Disclaimer") and any redistribution must be conditioned upon
* including a substantially similar Disclaimer requirement for further
* binary redistribution.
* 3. Neither the names of the above-listed copyright holders nor the names
* of any contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* Alternatively, this software may be distributed under the terms of the
* GNU General Public License ("GPL") version 2 as published by the Free
* Software Foundation.
*
* NO WARRANTY
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGES.
*
*/
#ifndef _HECI_H_
#define _HECI_H_
#include <linux/spinlock.h>
#include <linux/list.h>
#include <linux/pci.h>
#include <linux/timer.h>
#include <linux/interrupt.h>
#include <linux/workqueue.h>
#include <linux/module.h>
#include <linux/aio.h>
#include <linux/types.h>
#include "heci_data_structures.h"
extern const struct guid heci_pthi_guid;
extern const struct guid heci_wd_guid;
extern const __u8 heci_start_wd_params[];
extern const __u8 heci_stop_wd_params[];
extern const __u8 heci_wd_state_independence_msg[3][4];
/*
* heci device ID
*/
#define HECI_DEV_ID_82946GZ 0x2974 /* 82946GZ/GL */
#define HECI_DEV_ID_82G35 0x2984 /* 82G35 Express */
#define HECI_DEV_ID_82Q965 0x2994 /* 82Q963/Q965 */
#define HECI_DEV_ID_82G965 0x29A4 /* 82P965/G965 */
#define HECI_DEV_ID_82GM965 0x2A04 /* Mobile PM965/GM965 */
#define HECI_DEV_ID_82GME965 0x2A14 /* Mobile GME965/GLE960 */
#define HECI_DEV_ID_ICH9_82Q35 0x29B4 /* 82Q35 Express */
#define HECI_DEV_ID_ICH9_82G33 0x29C4 /* 82G33/G31/P35/P31 Express */
#define HECI_DEV_ID_ICH9_82Q33 0x29D4 /* 82Q33 Express */
#define HECI_DEV_ID_ICH9_82X38 0x29E4 /* 82X38/X48 Express */
#define HECI_DEV_ID_ICH9_3200 0x29F4 /* 3200/3210 Server */
#define HECI_DEV_ID_ICH9_6 0x28B4 /* Bearlake */
#define HECI_DEV_ID_ICH9_7 0x28C4 /* Bearlake */
#define HECI_DEV_ID_ICH9_8 0x28D4 /* Bearlake */
#define HECI_DEV_ID_ICH9_9 0x28E4 /* Bearlake */
#define HECI_DEV_ID_ICH9_10 0x28F4 /* Bearlake */
#define HECI_DEV_ID_ICH9M_1 0x2A44 /* Cantiga */
#define HECI_DEV_ID_ICH9M_2 0x2A54 /* Cantiga */
#define HECI_DEV_ID_ICH9M_3 0x2A64 /* Cantiga */
#define HECI_DEV_ID_ICH9M_4 0x2A74 /* Cantiga */
#define HECI_DEV_ID_ICH10_1 0x2E04 /* Eaglelake */
#define HECI_DEV_ID_ICH10_2 0x2E14 /* Eaglelake */
#define HECI_DEV_ID_ICH10_3 0x2E24 /* Eaglelake */
#define HECI_DEV_ID_ICH10_4 0x2E34 /* Eaglelake */
/*
* heci init function prototypes
*/
struct iamt_heci_device *init_heci_device(struct pci_dev *pdev);
void heci_reset(struct iamt_heci_device *dev, int interrupts);
int heci_hw_init(struct iamt_heci_device *dev);
int heci_task_initialize_clients(void *data);
int heci_initialize_clients(struct iamt_heci_device *dev);
struct heci_file_private *heci_alloc_file_private(struct file *file);
int heci_disconnect_host_client(struct iamt_heci_device *dev,
struct heci_file_private *file_ext);
void heci_initialize_list(struct io_heci_list *list,
struct iamt_heci_device *dev);
void heci_flush_list(struct io_heci_list *list,
struct heci_file_private *file_ext);
void heci_flush_queues(struct iamt_heci_device *dev,
struct heci_file_private *file_ext);
void heci_remove_client_from_file_list(struct iamt_heci_device *dev,
__u8 host_client_id);
/*
* interrupt function prototype
*/
irqreturn_t heci_isr_interrupt(int irq, void *dev_id);
void heci_wd_timer(unsigned long data);
/*
* input output function prototype
*/
int heci_ioctl_get_version(struct iamt_heci_device *dev, int if_num,
struct heci_message_data __user *u_msg,
struct heci_message_data k_msg,
struct heci_file_private *file_ext);
int heci_ioctl_connect_client(struct iamt_heci_device *dev, int if_num,
struct heci_message_data __user *u_msg,
struct heci_message_data k_msg,
struct file *file);
int heci_ioctl_wd(struct iamt_heci_device *dev, int if_num,
struct heci_message_data k_msg,
struct heci_file_private *file_ext);
int heci_ioctl_bypass_wd(struct iamt_heci_device *dev, int if_num,
struct heci_message_data k_msg,
struct heci_file_private *file_ext);
int heci_start_read(struct iamt_heci_device *dev, int if_num,
struct heci_file_private *file_ext);
int pthi_write(struct iamt_heci_device *dev,
struct heci_cb_private *priv_cb);
int pthi_read(struct iamt_heci_device *dev, int if_num, struct file *file,
char __user *ubuf, size_t length, loff_t *offset);
struct heci_cb_private *find_pthi_read_list_entry(
struct iamt_heci_device *dev,
struct file *file);
void run_next_iamthif_cmd(struct iamt_heci_device *dev);
void heci_free_cb_private(struct heci_cb_private *priv_cb);
/**
* heci_fe_same_id - tell if file private data have same id
*
* @fe1: private data of 1. file object
* @fe2: private data of 2. file object
*
* returns !=0 - if ids are the same, 0 - if differ.
*/
static inline int heci_fe_same_id(const struct heci_file_private *fe1,
const struct heci_file_private *fe2)
{
return ((fe1->host_client_id == fe2->host_client_id)
&& (fe1->me_client_id == fe2->me_client_id));
}
#endif /* _HECI_H_ */

View File

@ -1,529 +0,0 @@
/*
* Part of Intel(R) Manageability Engine Interface Linux driver
*
* Copyright (c) 2003 - 2008 Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions, and the following disclaimer,
* without modification.
* 2. Redistributions in binary form must reproduce at minimum a disclaimer
* substantially similar to the "NO WARRANTY" disclaimer below
* ("Disclaimer") and any redistribution must be conditioned upon
* including a substantially similar Disclaimer requirement for further
* binary redistribution.
* 3. Neither the names of the above-listed copyright holders nor the names
* of any contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* Alternatively, this software may be distributed under the terms of the
* GNU General Public License ("GPL") version 2 as published by the Free
* Software Foundation.
*
* NO WARRANTY
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGES.
*
*/
#ifndef _HECI_DATA_STRUCTURES_H_
#define _HECI_DATA_STRUCTURES_H_
#include <linux/spinlock.h>
#include <linux/list.h>
#include <linux/pci.h>
#include <linux/timer.h>
#include <linux/interrupt.h>
#include <linux/workqueue.h>
#include <linux/module.h>
#include <linux/aio.h>
#include <linux/types.h>
/*
* error code definition
*/
#define ESLOTS_OVERFLOW 1
#define ECORRUPTED_MESSAGE_HEADER 1000
#define ECOMPLETE_MESSAGE 1001
#define HECI_FC_MESSAGE_RESERVED_LENGTH 5
/*
* Number of queue lists used by this driver
*/
#define HECI_IO_LISTS_NUMBER 7
/*
* Maximum transmission unit (MTU) of heci messages
*/
#define IAMTHIF_MTU 4160
/*
* HECI HW Section
*/
/* HECI registers */
/* H_CB_WW - Host Circular Buffer (CB) Write Window register */
#define H_CB_WW 0
/* H_CSR - Host Control Status register */
#define H_CSR 4
/* ME_CB_RW - ME Circular Buffer Read Window register (read only) */
#define ME_CB_RW 8
/* ME_CSR_HA - ME Control Status Host Access register (read only) */
#define ME_CSR_HA 0xC
/* register bits of H_CSR (Host Control Status register) */
/* Host Circular Buffer Depth - maximum number of 32-bit entries in CB */
#define H_CBD 0xFF000000
/* Host Circular Buffer Write Pointer */
#define H_CBWP 0x00FF0000
/* Host Circular Buffer Read Pointer */
#define H_CBRP 0x0000FF00
/* Host Reset */
#define H_RST 0x00000010
/* Host Ready */
#define H_RDY 0x00000008
/* Host Interrupt Generate */
#define H_IG 0x00000004
/* Host Interrupt Status */
#define H_IS 0x00000002
/* Host Interrupt Enable */
#define H_IE 0x00000001
/* register bits of ME_CSR_HA (ME Control Status Host Access register) */
/* ME CB (Circular Buffer) Depth HRA (Host Read Access)
* - host read only access to ME_CBD */
#define ME_CBD_HRA 0xFF000000
/* ME CB Write Pointer HRA - host read only access to ME_CBWP */
#define ME_CBWP_HRA 0x00FF0000
/* ME CB Read Pointer HRA - host read only access to ME_CBRP */
#define ME_CBRP_HRA 0x0000FF00
/* ME Reset HRA - host read only access to ME_RST */
#define ME_RST_HRA 0x00000010
/* ME Ready HRA - host read only access to ME_RDY */
#define ME_RDY_HRA 0x00000008
/* ME Interrupt Generate HRA - host read only access to ME_IG */
#define ME_IG_HRA 0x00000004
/* ME Interrupt Status HRA - host read only access to ME_IS */
#define ME_IS_HRA 0x00000002
/* ME Interrupt Enable HRA - host read only access to ME_IE */
#define ME_IE_HRA 0x00000001
#define HECI_MINORS_BASE 1
#define HECI_MINORS_COUNT 1
#define HECI_MINOR_NUMBER 1
#define HECI_MAX_OPEN_HANDLE_COUNT 253
/*
* debug kernel print macro define
*/
extern int heci_debug;
#define DBG(format, arg...) do { \
if (heci_debug) \
printk(KERN_INFO "heci: %s: " format, __func__, ## arg); \
} while (0)
/*
* time to wait HECI become ready after init
*/
#define HECI_INTEROP_TIMEOUT (HZ * 7)
/*
* watch dog definition
*/
#define HECI_WATCHDOG_DATA_SIZE 16
#define HECI_START_WD_DATA_SIZE 20
#define HECI_WD_PARAMS_SIZE 4
#define HECI_WD_STATE_INDEPENDENCE_MSG_SENT (1 << 0)
#define HECI_WD_HOST_CLIENT_ID 1
#define HECI_IAMTHIF_HOST_CLIENT_ID 2
struct guid {
__u32 data1;
__u16 data2;
__u16 data3;
__u8 data4[8];
};
/* File state */
enum file_state {
HECI_FILE_INITIALIZING = 0,
HECI_FILE_CONNECTING,
HECI_FILE_CONNECTED,
HECI_FILE_DISCONNECTING,
HECI_FILE_DISCONNECTED
};
/* HECI device states */
enum heci_states {
HECI_INITIALIZING = 0,
HECI_ENABLED,
HECI_RESETING,
HECI_DISABLED,
HECI_RECOVERING_FROM_RESET,
HECI_POWER_DOWN,
HECI_POWER_UP
};
enum iamthif_states {
HECI_IAMTHIF_IDLE,
HECI_IAMTHIF_WRITING,
HECI_IAMTHIF_FLOW_CONTROL,
HECI_IAMTHIF_READING,
HECI_IAMTHIF_READ_COMPLETE
};
enum heci_file_transaction_states {
HECI_IDLE,
HECI_WRITING,
HECI_WRITE_COMPLETE,
HECI_FLOW_CONTROL,
HECI_READING,
HECI_READ_COMPLETE
};
/* HECI CB */
enum heci_cb_major_types {
HECI_READ = 0,
HECI_WRITE,
HECI_IOCTL,
HECI_OPEN,
HECI_CLOSE
};
/* HECI user data struct */
struct heci_message_data {
__u32 size;
char *data;
} __attribute__((packed));
#define HECI_CONNECT_TIMEOUT 3 /* at least 2 seconds */
#define IAMTHIF_STALL_TIMER 12 /* seconds */
#define IAMTHIF_READ_TIMER 15 /* seconds */
struct heci_cb_private {
struct list_head cb_list;
enum heci_cb_major_types major_file_operations;
void *file_private;
struct heci_message_data request_buffer;
struct heci_message_data response_buffer;
unsigned long information;
unsigned long read_time;
struct file *file_object;
};
/* Private file struct */
struct heci_file_private {
struct list_head link;
struct file *file;
enum file_state state;
wait_queue_head_t tx_wait;
wait_queue_head_t rx_wait;
wait_queue_head_t wait;
spinlock_t file_lock; /* file lock */
spinlock_t read_io_lock; /* read lock */
spinlock_t write_io_lock; /* write lock */
int read_pending;
int status;
/* ID of client connected */
__u8 host_client_id;
__u8 me_client_id;
__u8 flow_ctrl_creds;
__u8 timer_count;
enum heci_file_transaction_states reading_state;
enum heci_file_transaction_states writing_state;
int sm_state;
struct heci_cb_private *read_cb;
};
struct io_heci_list {
struct heci_cb_private heci_cb;
int status;
struct iamt_heci_device *device_extension;
};
struct heci_driver_version {
__u8 major;
__u8 minor;
__u8 hotfix;
__u16 build;
} __attribute__((packed));
struct heci_client {
__u32 max_msg_length;
__u8 protocol_version;
} __attribute__((packed));
/*
* HECI BUS Interface Section
*/
struct heci_msg_hdr {
__u32 me_addr:8;
__u32 host_addr:8;
__u32 length:9;
__u32 reserved:6;
__u32 msg_complete:1;
} __attribute__((packed));
struct hbm_cmd {
__u8 cmd:7;
__u8 is_response:1;
} __attribute__((packed));
struct heci_bus_message {
struct hbm_cmd cmd;
__u8 command_specific_data[];
} __attribute__((packed));
struct hbm_version {
__u8 minor_version;
__u8 major_version;
} __attribute__((packed));
struct hbm_host_version_request {
struct hbm_cmd cmd;
__u8 reserved;
struct hbm_version host_version;
} __attribute__((packed));
struct hbm_host_version_response {
struct hbm_cmd cmd;
int host_version_supported;
struct hbm_version me_max_version;
} __attribute__((packed));
struct hbm_host_stop_request {
struct hbm_cmd cmd;
__u8 reason;
__u8 reserved[2];
} __attribute__((packed));
struct hbm_host_stop_response {
struct hbm_cmd cmd;
__u8 reserved[3];
} __attribute__((packed));
struct hbm_me_stop_request {
struct hbm_cmd cmd;
__u8 reason;
__u8 reserved[2];
} __attribute__((packed));
struct hbm_host_enum_request {
struct hbm_cmd cmd;
__u8 reserved[3];
} __attribute__((packed));
struct hbm_host_enum_response {
struct hbm_cmd cmd;
__u8 reserved[3];
__u8 valid_addresses[32];
} __attribute__((packed));
struct heci_client_properties {
struct guid protocol_name;
__u8 protocol_version;
__u8 max_number_of_connections;
__u8 fixed_address;
__u8 single_recv_buf;
__u32 max_msg_length;
} __attribute__((packed));
struct hbm_props_request {
struct hbm_cmd cmd;
__u8 address;
__u8 reserved[2];
} __attribute__((packed));
struct hbm_props_response {
struct hbm_cmd cmd;
__u8 address;
__u8 status;
__u8 reserved[1];
struct heci_client_properties client_properties;
} __attribute__((packed));
struct hbm_client_connect_request {
struct hbm_cmd cmd;
__u8 me_addr;
__u8 host_addr;
__u8 reserved;
} __attribute__((packed));
struct hbm_client_connect_response {
struct hbm_cmd cmd;
__u8 me_addr;
__u8 host_addr;
__u8 status;
} __attribute__((packed));
struct hbm_client_disconnect_request {
struct hbm_cmd cmd;
__u8 me_addr;
__u8 host_addr;
__u8 reserved[1];
} __attribute__((packed));
struct hbm_flow_control {
struct hbm_cmd cmd;
__u8 me_addr;
__u8 host_addr;
__u8 reserved[HECI_FC_MESSAGE_RESERVED_LENGTH];
} __attribute__((packed));
struct heci_me_client {
struct heci_client_properties props;
__u8 client_id;
__u8 flow_ctrl_creds;
} __attribute__((packed));
/* private device struct */
struct iamt_heci_device {
struct pci_dev *pdev; /* pointer to pci device struct */
/*
* lists of queues
*/
/* array of pointers to aio lists */
struct io_heci_list *io_list_array[HECI_IO_LISTS_NUMBER];
struct io_heci_list read_list; /* driver read queue */
struct io_heci_list write_list; /* driver write queue */
struct io_heci_list write_waiting_list; /* write waiting queue */
struct io_heci_list ctrl_wr_list; /* managed write IOCTL list */
struct io_heci_list ctrl_rd_list; /* managed read IOCTL list */
struct io_heci_list pthi_cmd_list; /* PTHI list for cmd waiting */
/* driver managed PTHI list for reading completed pthi cmd data */
struct io_heci_list pthi_read_complete_list;
/*
* list of files
*/
struct list_head file_list;
/*
* memory of device
*/
unsigned int mem_base;
unsigned int mem_length;
void __iomem *mem_addr;
/*
* lock for the device
*/
spinlock_t device_lock; /* device lock*/
struct work_struct work;
int recvd_msg;
struct task_struct *reinit_tsk;
struct timer_list wd_timer;
/*
* hw states of host and fw(ME)
*/
__u32 host_hw_state;
__u32 me_hw_state;
/*
* waiting queue for receive message from FW
*/
wait_queue_head_t wait_recvd_msg;
wait_queue_head_t wait_stop_wd;
/*
* heci device states
*/
enum heci_states heci_state;
int stop;
__u32 extra_write_index;
__u32 rd_msg_buf[128]; /* used for control messages */
__u32 wr_msg_buf[128]; /* used for control messages */
__u32 ext_msg_buf[8]; /* for control responses */
__u32 rd_msg_hdr;
struct hbm_version version;
int host_buffer_is_empty;
struct heci_file_private wd_file_ext;
struct heci_me_client *me_clients; /* Note: memory has to be allocated*/
__u8 heci_me_clients[32]; /* list of existing clients */
__u8 num_heci_me_clients;
__u8 heci_host_clients[32]; /* list of existing clients */
__u8 current_host_client_id;
int wd_pending;
int wd_stoped;
__u16 wd_timeout; /* seconds ((wd_data[1] << 8) + wd_data[0]) */
unsigned char wd_data[HECI_START_WD_DATA_SIZE];
__u16 wd_due_counter;
int asf_mode;
int wd_bypass; /* if 1, don't refresh watchdog ME client */
struct file *iamthif_file_object;
struct heci_file_private iamthif_file_ext;
int iamthif_ioctl;
int iamthif_canceled;
__u32 iamthif_timer;
__u32 iamthif_stall_timer;
unsigned char iamthif_msg_buf[IAMTHIF_MTU];
__u32 iamthif_msg_buf_size;
__u32 iamthif_msg_buf_index;
int iamthif_flow_control_pending;
enum iamthif_states iamthif_state;
struct heci_cb_private *iamthif_current_cb;
__u8 write_hang;
int need_reset;
long open_handle_count;
};
/**
* read_heci_register - Read a byte from the heci device
*
* @dev: the device structure
* @offset: offset from which to read the data
*
* returns the byte read.
*/
static inline __u32 read_heci_register(struct iamt_heci_device *dev,
unsigned long offset)
{
return readl(dev->mem_addr + offset);
}
/**
* write_heci_register - Write 4 bytes to the heci device
*
* @dev: the device structure
* @offset: offset from which to write the data
* @value: the byte to write
*/
static inline void write_heci_register(struct iamt_heci_device *dev,
unsigned long offset, __u32 value)
{
writel(value, dev->mem_addr + offset);
}
#endif /* _HECI_DATA_STRUCTURES_H_ */

File diff suppressed because it is too large Load Diff

View File

@ -1,498 +0,0 @@
/*
* Part of Intel(R) Manageability Engine Interface Linux driver
*
* Copyright (c) 2003 - 2008 Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions, and the following disclaimer,
* without modification.
* 2. Redistributions in binary form must reproduce at minimum a disclaimer
* substantially similar to the "NO WARRANTY" disclaimer below
* ("Disclaimer") and any redistribution must be conditioned upon
* including a substantially similar Disclaimer requirement for further
* binary redistribution.
* 3. Neither the names of the above-listed copyright holders nor the names
* of any contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* Alternatively, this software may be distributed under the terms of the
* GNU General Public License ("GPL") version 2 as published by the Free
* Software Foundation.
*
* NO WARRANTY
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGES.
*
*/
#include "heci.h"
#include "heci_interface.h"
/**
* heci_set_csr_register - write H_CSR register to the heci device,
* and ignore the H_IS bit for it is write-one-to-zero.
*
* @dev: device object for our driver
*/
void heci_set_csr_register(struct iamt_heci_device *dev)
{
if ((dev->host_hw_state & H_IS) == H_IS)
dev->host_hw_state &= ~H_IS;
write_heci_register(dev, H_CSR, dev->host_hw_state);
dev->host_hw_state = read_heci_register(dev, H_CSR);
}
/**
* heci_csr_enable_interrupts - enable heci device interrupts
*
* @dev: device object for our driver
*/
void heci_csr_enable_interrupts(struct iamt_heci_device *dev)
{
dev->host_hw_state |= H_IE;
heci_set_csr_register(dev);
}
/**
* heci_csr_disable_interrupts - disable heci device interrupts
*
* @dev: device object for our driver
*/
void heci_csr_disable_interrupts(struct iamt_heci_device *dev)
{
dev->host_hw_state &= ~H_IE;
heci_set_csr_register(dev);
}
/**
* heci_csr_clear_his - clear H_IS bit in H_CSR
*
* @dev: device object for our driver
*/
void heci_csr_clear_his(struct iamt_heci_device *dev)
{
write_heci_register(dev, H_CSR, dev->host_hw_state);
dev->host_hw_state = read_heci_register(dev, H_CSR);
}
/**
* _host_get_filled_slots - get number of device filled buffer slots
*
* @device: the device structure
*
* returns numer of filled slots
*/
static unsigned char _host_get_filled_slots(const struct iamt_heci_device *dev)
{
char read_ptr, write_ptr;
read_ptr = (char) ((dev->host_hw_state & H_CBRP) >> 8);
write_ptr = (char) ((dev->host_hw_state & H_CBWP) >> 16);
return (unsigned char) (write_ptr - read_ptr);
}
/**
* host_buffer_is_empty - check if host buffer is empty.
*
* @dev: device object for our driver
*
* returns 1 if empty, 0 - otherwise.
*/
int host_buffer_is_empty(struct iamt_heci_device *dev)
{
unsigned char filled_slots;
dev->host_hw_state = read_heci_register(dev, H_CSR);
filled_slots = _host_get_filled_slots(dev);
if (filled_slots > 0)
return 0;
return 1;
}
/**
* count_empty_write_slots - count write empty slots.
*
* @dev: device object for our driver
*
* returns -1(ESLOTS_OVERFLOW) if overflow, otherwise empty slots count
*/
__s32 count_empty_write_slots(const struct iamt_heci_device *dev)
{
unsigned char buffer_depth, filled_slots, empty_slots;
buffer_depth = (unsigned char) ((dev->host_hw_state & H_CBD) >> 24);
filled_slots = _host_get_filled_slots(dev);
empty_slots = buffer_depth - filled_slots;
if (filled_slots > buffer_depth) {
/* overflow */
return -ESLOTS_OVERFLOW;
}
return (__s32) empty_slots;
}
/**
* heci_write_message - write a message to heci device.
*
* @dev: device object for our driver
* @heci_hdr: header of message
* @write_buffer: message buffer will be write
* @write_length: message size will be write
*
* returns 1 if success, 0 - otherwise.
*/
int heci_write_message(struct iamt_heci_device *dev,
struct heci_msg_hdr *header,
unsigned char *write_buffer,
unsigned long write_length)
{
__u32 temp_msg = 0;
unsigned long bytes_written = 0;
unsigned char buffer_depth, filled_slots, empty_slots;
unsigned long dw_to_write;
dev->host_hw_state = read_heci_register(dev, H_CSR);
DBG("host_hw_state = 0x%08x.\n", dev->host_hw_state);
DBG("heci_write_message header=%08x.\n", *((__u32 *) header));
buffer_depth = (unsigned char) ((dev->host_hw_state & H_CBD) >> 24);
filled_slots = _host_get_filled_slots(dev);
empty_slots = buffer_depth - filled_slots;
DBG("filled = %hu, empty = %hu.\n", filled_slots, empty_slots);
dw_to_write = ((write_length + 3) / 4);
if (dw_to_write > empty_slots)
return 0;
write_heci_register(dev, H_CB_WW, *((__u32 *) header));
while (write_length >= 4) {
write_heci_register(dev, H_CB_WW,
*(__u32 *) (write_buffer + bytes_written));
bytes_written += 4;
write_length -= 4;
}
if (write_length > 0) {
memcpy(&temp_msg, &write_buffer[bytes_written], write_length);
write_heci_register(dev, H_CB_WW, temp_msg);
}
dev->host_hw_state |= H_IG;
heci_set_csr_register(dev);
dev->me_hw_state = read_heci_register(dev, ME_CSR_HA);
if ((dev->me_hw_state & ME_RDY_HRA) != ME_RDY_HRA)
return 0;
dev->write_hang = 0;
return 1;
}
/**
* count_full_read_slots - count read full slots.
*
* @dev: device object for our driver
*
* returns -1(ESLOTS_OVERFLOW) if overflow, otherwise filled slots count
*/
__s32 count_full_read_slots(struct iamt_heci_device *dev)
{
char read_ptr, write_ptr;
unsigned char buffer_depth, filled_slots;
dev->me_hw_state = read_heci_register(dev, ME_CSR_HA);
buffer_depth = (unsigned char)((dev->me_hw_state & ME_CBD_HRA) >> 24);
read_ptr = (char) ((dev->me_hw_state & ME_CBRP_HRA) >> 8);
write_ptr = (char) ((dev->me_hw_state & ME_CBWP_HRA) >> 16);
filled_slots = (unsigned char) (write_ptr - read_ptr);
if (filled_slots > buffer_depth) {
/* overflow */
return -ESLOTS_OVERFLOW;
}
DBG("filled_slots =%08x \n", filled_slots);
return (__s32) filled_slots;
}
/**
* heci_read_slots - read a message from heci device.
*
* @dev: device object for our driver
* @buffer: message buffer will be write
* @buffer_length: message size will be read
*/
void heci_read_slots(struct iamt_heci_device *dev,
unsigned char *buffer, unsigned long buffer_length)
{
__u32 i = 0;
unsigned char temp_buf[sizeof(__u32)];
while (buffer_length >= sizeof(__u32)) {
((__u32 *) buffer)[i] = read_heci_register(dev, ME_CB_RW);
DBG("buffer[%d]= %d\n", i, ((__u32 *) buffer)[i]);
i++;
buffer_length -= sizeof(__u32);
}
if (buffer_length > 0) {
*((__u32 *) &temp_buf) = read_heci_register(dev, ME_CB_RW);
memcpy(&buffer[i * 4], temp_buf, buffer_length);
}
dev->host_hw_state |= H_IG;
heci_set_csr_register(dev);
}
/**
* flow_ctrl_creds - check flow_control credentials.
*
* @dev: device object for our driver
* @file_ext: private data of the file object
*
* returns 1 if flow_ctrl_creds >0, 0 - otherwise.
*/
int flow_ctrl_creds(struct iamt_heci_device *dev,
struct heci_file_private *file_ext)
{
__u8 i;
if (!dev->num_heci_me_clients)
return 0;
if (file_ext == NULL)
return 0;
if (file_ext->flow_ctrl_creds > 0)
return 1;
for (i = 0; i < dev->num_heci_me_clients; i++) {
if (dev->me_clients[i].client_id == file_ext->me_client_id) {
if (dev->me_clients[i].flow_ctrl_creds > 0) {
BUG_ON(dev->me_clients[i].props.single_recv_buf
== 0);
return 1;
}
return 0;
}
}
BUG();
return 0;
}
/**
* flow_ctrl_reduce - reduce flow_control.
*
* @dev: device object for our driver
* @file_ext: private data of the file object
*/
void flow_ctrl_reduce(struct iamt_heci_device *dev,
struct heci_file_private *file_ext)
{
__u8 i;
if (!dev->num_heci_me_clients)
return;
for (i = 0; i < dev->num_heci_me_clients; i++) {
if (dev->me_clients[i].client_id == file_ext->me_client_id) {
if (dev->me_clients[i].props.single_recv_buf != 0) {
BUG_ON(dev->me_clients[i].flow_ctrl_creds <= 0);
dev->me_clients[i].flow_ctrl_creds--;
} else {
BUG_ON(file_ext->flow_ctrl_creds <= 0);
file_ext->flow_ctrl_creds--;
}
return;
}
}
BUG();
}
/**
* heci_send_flow_control - send flow control to fw.
*
* @dev: device object for our driver
* @file_ext: private data of the file object
*
* returns 1 if success, 0 - otherwise.
*/
int heci_send_flow_control(struct iamt_heci_device *dev,
struct heci_file_private *file_ext)
{
struct heci_msg_hdr *heci_hdr;
struct hbm_flow_control *heci_flow_control;
heci_hdr = (struct heci_msg_hdr *) &dev->wr_msg_buf[0];
heci_hdr->host_addr = 0;
heci_hdr->me_addr = 0;
heci_hdr->length = sizeof(struct hbm_flow_control);
heci_hdr->msg_complete = 1;
heci_hdr->reserved = 0;
heci_flow_control = (struct hbm_flow_control *) &dev->wr_msg_buf[1];
memset(heci_flow_control, 0, sizeof(heci_flow_control));
heci_flow_control->host_addr = file_ext->host_client_id;
heci_flow_control->me_addr = file_ext->me_client_id;
heci_flow_control->cmd.cmd = HECI_FLOW_CONTROL_CMD;
memset(heci_flow_control->reserved, 0,
sizeof(heci_flow_control->reserved));
DBG("sending flow control host client = %d, me client = %d\n",
file_ext->host_client_id, file_ext->me_client_id);
if (!heci_write_message(dev, heci_hdr,
(unsigned char *) heci_flow_control,
sizeof(struct hbm_flow_control)))
return 0;
return 1;
}
/**
* other_client_is_connecting - check if other
* client with the same client id is connected.
*
* @dev: device object for our driver
* @file_ext: private data of the file object
*
* returns 1 if other client is connected, 0 - otherwise.
*/
int other_client_is_connecting(struct iamt_heci_device *dev,
struct heci_file_private *file_ext)
{
struct heci_file_private *file_pos = NULL;
struct heci_file_private *file_next = NULL;
list_for_each_entry_safe(file_pos, file_next, &dev->file_list, link) {
if ((file_pos->state == HECI_FILE_CONNECTING)
&& (file_pos != file_ext)
&& file_ext->me_client_id == file_pos->me_client_id)
return 1;
}
return 0;
}
/**
* heci_send_wd - send watch dog message to fw.
*
* @dev: device object for our driver
*
* returns 1 if success, 0 - otherwise.
*/
int heci_send_wd(struct iamt_heci_device *dev)
{
struct heci_msg_hdr *heci_hdr;
heci_hdr = (struct heci_msg_hdr *) &dev->wr_msg_buf[0];
heci_hdr->host_addr = dev->wd_file_ext.host_client_id;
heci_hdr->me_addr = dev->wd_file_ext.me_client_id;
heci_hdr->msg_complete = 1;
heci_hdr->reserved = 0;
if (!memcmp(dev->wd_data, heci_start_wd_params,
HECI_WD_PARAMS_SIZE)) {
heci_hdr->length = HECI_START_WD_DATA_SIZE;
} else {
BUG_ON(memcmp(dev->wd_data, heci_stop_wd_params,
HECI_WD_PARAMS_SIZE));
heci_hdr->length = HECI_WD_PARAMS_SIZE;
}
if (!heci_write_message(dev, heci_hdr, dev->wd_data, heci_hdr->length))
return 0;
return 1;
}
/**
* heci_disconnect - send disconnect message to fw.
*
* @dev: device object for our driver
* @file_ext: private data of the file object
*
* returns 1 if success, 0 - otherwise.
*/
int heci_disconnect(struct iamt_heci_device *dev,
struct heci_file_private *file_ext)
{
struct heci_msg_hdr *heci_hdr;
struct hbm_client_disconnect_request *heci_cli_disconnect;
heci_hdr = (struct heci_msg_hdr *) &dev->wr_msg_buf[0];
heci_hdr->host_addr = 0;
heci_hdr->me_addr = 0;
heci_hdr->length = sizeof(struct hbm_client_disconnect_request);
heci_hdr->msg_complete = 1;
heci_hdr->reserved = 0;
heci_cli_disconnect =
(struct hbm_client_disconnect_request *) &dev->wr_msg_buf[1];
memset(heci_cli_disconnect, 0, sizeof(heci_cli_disconnect));
heci_cli_disconnect->host_addr = file_ext->host_client_id;
heci_cli_disconnect->me_addr = file_ext->me_client_id;
heci_cli_disconnect->cmd.cmd = CLIENT_DISCONNECT_REQ_CMD;
heci_cli_disconnect->reserved[0] = 0;
if (!heci_write_message(dev, heci_hdr,
(unsigned char *) heci_cli_disconnect,
sizeof(struct hbm_client_disconnect_request)))
return 0;
return 1;
}
/**
* heci_connect - send connect message to fw.
*
* @dev: device object for our driver
* @file_ext: private data of the file object
*
* returns 1 if success, 0 - otherwise.
*/
int heci_connect(struct iamt_heci_device *dev,
struct heci_file_private *file_ext)
{
struct heci_msg_hdr *heci_hdr;
struct hbm_client_connect_request *heci_cli_connect;
heci_hdr = (struct heci_msg_hdr *) &dev->wr_msg_buf[0];
heci_hdr->host_addr = 0;
heci_hdr->me_addr = 0;
heci_hdr->length = sizeof(struct hbm_client_connect_request);
heci_hdr->msg_complete = 1;
heci_hdr->reserved = 0;
heci_cli_connect =
(struct hbm_client_connect_request *) &dev->wr_msg_buf[1];
heci_cli_connect->host_addr = file_ext->host_client_id;
heci_cli_connect->me_addr = file_ext->me_client_id;
heci_cli_connect->cmd.cmd = CLIENT_CONNECT_REQ_CMD;
heci_cli_connect->reserved = 0;
if (!heci_write_message(dev, heci_hdr,
(unsigned char *) heci_cli_connect,
sizeof(struct hbm_client_connect_request)))
return 0;
return 1;
}

View File

@ -1,170 +0,0 @@
/*
* Part of Intel(R) Manageability Engine Interface Linux driver
*
* Copyright (c) 2003 - 2008 Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions, and the following disclaimer,
* without modification.
* 2. Redistributions in binary form must reproduce at minimum a disclaimer
* substantially similar to the "NO WARRANTY" disclaimer below
* ("Disclaimer") and any redistribution must be conditioned upon
* including a substantially similar Disclaimer requirement for further
* binary redistribution.
* 3. Neither the names of the above-listed copyright holders nor the names
* of any contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* Alternatively, this software may be distributed under the terms of the
* GNU General Public License ("GPL") version 2 as published by the Free
* Software Foundation.
*
* NO WARRANTY
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGES.
*
*/
#ifndef _HECI_INTERFACE_H_
#define _HECI_INTERFACE_H_
#include <linux/spinlock.h>
#include <linux/list.h>
#include <linux/pci.h>
#include <linux/timer.h>
#include <linux/interrupt.h>
#include <linux/workqueue.h>
#include <linux/module.h>
#include <linux/aio.h>
#include <linux/types.h>
#include "heci_data_structures.h"
#define HBM_MINOR_VERSION 0
#define HBM_MAJOR_VERSION 1
#define HBM_TIMEOUT 1 /* 1 second */
#define HOST_START_REQ_CMD 0x01
#define HOST_START_RES_CMD 0x81
#define HOST_STOP_REQ_CMD 0x02
#define HOST_STOP_RES_CMD 0x82
#define ME_STOP_REQ_CMD 0x03
#define HOST_ENUM_REQ_CMD 0x04
#define HOST_ENUM_RES_CMD 0x84
#define HOST_CLIENT_PROPERTEIS_REQ_CMD 0x05
#define HOST_CLIENT_PROPERTEIS_RES_CMD 0x85
#define CLIENT_CONNECT_REQ_CMD 0x06
#define CLIENT_CONNECT_RES_CMD 0x86
#define CLIENT_DISCONNECT_REQ_CMD 0x07
#define CLIENT_DISCONNECT_RES_CMD 0x87
#define HECI_FLOW_CONTROL_CMD 0x08
#define AMT_WD_VALUE 120 /* seconds */
#define HECI_WATCHDOG_DATA_SIZE 16
#define HECI_START_WD_DATA_SIZE 20
#define HECI_WD_PARAMS_SIZE 4
/* IOCTL commands */
#define IOCTL_HECI_GET_VERSION \
_IOWR('H' , 0x0, struct heci_message_data)
#define IOCTL_HECI_CONNECT_CLIENT \
_IOWR('H' , 0x01, struct heci_message_data)
#define IOCTL_HECI_WD \
_IOWR('H' , 0x02, struct heci_message_data)
#define IOCTL_HECI_BYPASS_WD \
_IOWR('H' , 0x10, struct heci_message_data)
enum heci_stop_reason_types{
DRIVER_STOP_REQUEST = 0x00,
DEVICE_D1_ENTRY = 0x01,
DEVICE_D2_ENTRY = 0x02,
DEVICE_D3_ENTRY = 0x03,
SYSTEM_S1_ENTRY = 0x04,
SYSTEM_S2_ENTRY = 0x05,
SYSTEM_S3_ENTRY = 0x06,
SYSTEM_S4_ENTRY = 0x07,
SYSTEM_S5_ENTRY = 0x08
};
enum me_stop_reason_types{
FW_UPDATE = 0x00
};
enum client_connect_status_types{
CCS_SUCCESS = 0x00,
CCS_NOT_FOUND = 0x01,
CCS_ALREADY_STARTED = 0x02,
CCS_OUT_OF_RESOURCES = 0x03,
CCS_MESSAGE_SMALL = 0x04
};
enum client_disconnect_status_types{
CDS_SUCCESS = 0x00
};
/*
* heci interface function prototypes
*/
void heci_set_csr_register(struct iamt_heci_device *dev);
void heci_csr_enable_interrupts(struct iamt_heci_device *dev);
void heci_csr_disable_interrupts(struct iamt_heci_device *dev);
void heci_csr_clear_his(struct iamt_heci_device *dev);
void heci_read_slots(struct iamt_heci_device *dev,
unsigned char *buffer, unsigned long buffer_length);
int heci_write_message(struct iamt_heci_device *dev,
struct heci_msg_hdr *header,
unsigned char *write_buffer,
unsigned long write_length);
int host_buffer_is_empty(struct iamt_heci_device *dev);
__s32 count_full_read_slots(struct iamt_heci_device *dev);
__s32 count_empty_write_slots(const struct iamt_heci_device *dev);
int flow_ctrl_creds(struct iamt_heci_device *dev,
struct heci_file_private *file_ext);
int heci_send_wd(struct iamt_heci_device *dev);
void flow_ctrl_reduce(struct iamt_heci_device *dev,
struct heci_file_private *file_ext);
int heci_send_flow_control(struct iamt_heci_device *dev,
struct heci_file_private *file_ext);
int heci_disconnect(struct iamt_heci_device *dev,
struct heci_file_private *file_ext);
int other_client_is_connecting(struct iamt_heci_device *dev,
struct heci_file_private *file_ext);
int heci_connect(struct iamt_heci_device *dev,
struct heci_file_private *file_ext);
#endif /* _HECI_INTERFACE_H_ */

File diff suppressed because it is too large Load Diff

View File

@ -1,54 +0,0 @@
/*
* Part of Intel(R) Manageability Engine Interface Linux driver
*
* Copyright (c) 2003 - 2008 Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions, and the following disclaimer,
* without modification.
* 2. Redistributions in binary form must reproduce at minimum a disclaimer
* substantially similar to the "NO WARRANTY" disclaimer below
* ("Disclaimer") and any redistribution must be conditioned upon
* including a substantially similar Disclaimer requirement for further
* binary redistribution.
* 3. Neither the names of the above-listed copyright holders nor the names
* of any contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* Alternatively, this software may be distributed under the terms of the
* GNU General Public License ("GPL") version 2 as published by the Free
* Software Foundation.
*
* NO WARRANTY
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGES.
*
*/
#ifndef HECI_VERSION_H
#define HECI_VERSION_H
#define MAJOR_VERSION 5
#define MINOR_VERSION 0
#define QUICK_FIX_NUMBER 0
#define VER_BUILD 31
#define HECI_DRV_VER1 __stringify(MAJOR_VERSION) "." __stringify(MINOR_VERSION)
#define HECI_DRV_VER2 __stringify(QUICK_FIX_NUMBER) "." __stringify(VER_BUILD)
#define HECI_DRIVER_VERSION HECI_DRV_VER1 "." HECI_DRV_VER2
#endif

File diff suppressed because it is too large Load Diff

View File

@ -1,872 +0,0 @@
/*
* Part of Intel(R) Manageability Engine Interface Linux driver
*
* Copyright (c) 2003 - 2008 Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions, and the following disclaimer,
* without modification.
* 2. Redistributions in binary form must reproduce at minimum a disclaimer
* substantially similar to the "NO WARRANTY" disclaimer below
* ("Disclaimer") and any redistribution must be conditioned upon
* including a substantially similar Disclaimer requirement for further
* binary redistribution.
* 3. Neither the names of the above-listed copyright holders nor the names
* of any contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* Alternatively, this software may be distributed under the terms of the
* GNU General Public License ("GPL") version 2 as published by the Free
* Software Foundation.
*
* NO WARRANTY
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGES.
*
*/
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/fs.h>
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/fcntl.h>
#include <linux/aio.h>
#include <linux/pci.h>
#include <linux/reboot.h>
#include <linux/poll.h>
#include <linux/init.h>
#include <linux/kdev_t.h>
#include <linux/ioctl.h>
#include <linux/cdev.h>
#include <linux/list.h>
#include <linux/unistd.h>
#include <linux/delay.h>
#include "heci_data_structures.h"
#include "heci.h"
#include "heci_interface.h"
#include "heci_version.h"
/**
* heci_ioctl_get_version - the get driver version IOCTL function
*
* @dev: Device object for our driver
* @if_num: minor number
* @*u_msg: pointer to user data struct in user space
* @k_msg: data in kernel on the stack
* @file_ext: private data of the file object
*
* returns 0 on success, <0 on failure.
*/
int heci_ioctl_get_version(struct iamt_heci_device *dev, int if_num,
struct heci_message_data __user *u_msg,
struct heci_message_data k_msg,
struct heci_file_private *file_ext)
{
int rets = 0;
struct heci_driver_version *version;
struct heci_message_data res_msg;
if ((if_num != HECI_MINOR_NUMBER) || (!dev)
|| (!file_ext))
return -ENODEV;
if (k_msg.size < (sizeof(struct heci_driver_version) - 2)) {
DBG("user buffer less than heci_driver_version.\n");
return -EMSGSIZE;
}
res_msg.data = kmalloc(sizeof(struct heci_driver_version), GFP_KERNEL);
if (!res_msg.data) {
DBG("failed allocation response buffer size = %d.\n",
(int) sizeof(struct heci_driver_version));
return -ENOMEM;
}
version = (struct heci_driver_version *) res_msg.data;
version->major = MAJOR_VERSION;
version->minor = MINOR_VERSION;
version->hotfix = QUICK_FIX_NUMBER;
version->build = VER_BUILD;
res_msg.size = sizeof(struct heci_driver_version);
if (k_msg.size < sizeof(struct heci_driver_version))
res_msg.size -= 2;
rets = file_ext->status;
/* now copy the data to user space */
if (copy_to_user((void __user *)k_msg.data, res_msg.data, res_msg.size)) {
rets = -EFAULT;
goto end;
}
if (put_user(res_msg.size, &u_msg->size)) {
rets = -EFAULT;
goto end;
}
end:
kfree(res_msg.data);
return rets;
}
/**
* heci_ioctl_connect_client - the connect to fw client IOCTL function
*
* @dev: Device object for our driver
* @if_num: minor number
* @*u_msg: pointer to user data struct in user space
* @k_msg: data in kernel on the stack
* @file_ext: private data of the file object
*
* returns 0 on success, <0 on failure.
*/
int heci_ioctl_connect_client(struct iamt_heci_device *dev, int if_num,
struct heci_message_data __user *u_msg,
struct heci_message_data k_msg,
struct file *file)
{
int rets = 0;
struct heci_message_data req_msg, res_msg;
struct heci_cb_private *priv_cb = NULL;
struct heci_client *client;
struct heci_file_private *file_ext;
struct heci_file_private *file_pos = NULL;
struct heci_file_private *file_next = NULL;
long timeout = 15; /*15 second */
__u8 i;
int err = 0;
if ((if_num != HECI_MINOR_NUMBER) || (!dev) || (!file))
return -ENODEV;
file_ext = file->private_data;
if (!file_ext)
return -ENODEV;
if (k_msg.size != sizeof(struct guid)) {
DBG("user buffer size is not equal to size of struct "
"guid(16).\n");
return -EMSGSIZE;
}
if (!k_msg.data)
return -EIO;
req_msg.data = kmalloc(sizeof(struct guid), GFP_KERNEL);
res_msg.data = kmalloc(sizeof(struct heci_client), GFP_KERNEL);
if (!res_msg.data) {
DBG("failed allocation response buffer size = %d.\n",
(int) sizeof(struct heci_client));
kfree(req_msg.data);
return -ENOMEM;
}
if (!req_msg.data) {
DBG("failed allocation request buffer size = %d.\n",
(int) sizeof(struct guid));
kfree(res_msg.data);
return -ENOMEM;
}
req_msg.size = sizeof(struct guid);
res_msg.size = sizeof(struct heci_client);
/* copy the message to kernel space -
* use a pointer already copied into kernel space
*/
if (copy_from_user(req_msg.data, (void __user *)k_msg.data, k_msg.size)) {
rets = -EFAULT;
goto end;
}
/* buffered ioctl cb */
priv_cb = kzalloc(sizeof(struct heci_cb_private), GFP_KERNEL);
if (!priv_cb) {
rets = -ENOMEM;
goto end;
}
INIT_LIST_HEAD(&priv_cb->cb_list);
priv_cb->response_buffer.data = res_msg.data;
priv_cb->response_buffer.size = res_msg.size;
priv_cb->request_buffer.data = req_msg.data;
priv_cb->request_buffer.size = req_msg.size;
priv_cb->major_file_operations = HECI_IOCTL;
spin_lock_bh(&dev->device_lock);
if (dev->heci_state != HECI_ENABLED) {
rets = -ENODEV;
spin_unlock_bh(&dev->device_lock);
goto end;
}
if ((file_ext->state != HECI_FILE_INITIALIZING) &&
(file_ext->state != HECI_FILE_DISCONNECTED)) {
rets = -EBUSY;
spin_unlock_bh(&dev->device_lock);
goto end;
}
/* find ME client we're trying to connect to */
for (i = 0; i < dev->num_heci_me_clients; i++) {
if (memcmp((struct guid *)req_msg.data,
&dev->me_clients[i].props.protocol_name,
sizeof(struct guid)) == 0) {
if (dev->me_clients[i].props.fixed_address == 0) {
file_ext->me_client_id =
dev->me_clients[i].client_id;
file_ext->state = HECI_FILE_CONNECTING;
}
break;
}
}
/* if we're connecting to PTHI client so we will use the exist
* connection
*/
if (memcmp((struct guid *)req_msg.data, &heci_pthi_guid,
sizeof(struct guid)) == 0) {
if (dev->iamthif_file_ext.state != HECI_FILE_CONNECTED) {
rets = -ENODEV;
spin_unlock_bh(&dev->device_lock);
goto end;
}
dev->heci_host_clients[file_ext->host_client_id / 8] &=
~(1 << (file_ext->host_client_id % 8));
list_for_each_entry_safe(file_pos,
file_next, &dev->file_list, link) {
if (heci_fe_same_id(file_ext, file_pos)) {
DBG("remove file private data node host"
" client = %d, ME client = %d.\n",
file_pos->host_client_id,
file_pos->me_client_id);
list_del(&file_pos->link);
}
}
DBG("free file private data memory.\n");
kfree(file_ext);
file_ext = NULL;
file->private_data = &dev->iamthif_file_ext;
client = (struct heci_client *) res_msg.data;
client->max_msg_length =
dev->me_clients[i].props.max_msg_length;
client->protocol_version =
dev->me_clients[i].props.protocol_version;
rets = dev->iamthif_file_ext.status;
spin_unlock_bh(&dev->device_lock);
/* now copy the data to user space */
if (copy_to_user((void __user *)k_msg.data,
res_msg.data, res_msg.size)) {
rets = -EFAULT;
goto end;
}
if (put_user(res_msg.size, &u_msg->size)) {
rets = -EFAULT;
goto end;
}
goto end;
}
spin_unlock_bh(&dev->device_lock);
spin_lock(&file_ext->file_lock);
spin_lock_bh(&dev->device_lock);
if (file_ext->state != HECI_FILE_CONNECTING) {
rets = -ENODEV;
spin_unlock_bh(&dev->device_lock);
spin_unlock(&file_ext->file_lock);
goto end;
}
/* prepare the output buffer */
client = (struct heci_client *) res_msg.data;
client->max_msg_length = dev->me_clients[i].props.max_msg_length;
client->protocol_version = dev->me_clients[i].props.protocol_version;
if (dev->host_buffer_is_empty
&& !other_client_is_connecting(dev, file_ext)) {
dev->host_buffer_is_empty = 0;
if (!heci_connect(dev, file_ext)) {
rets = -ENODEV;
spin_unlock_bh(&dev->device_lock);
spin_unlock(&file_ext->file_lock);
goto end;
} else {
file_ext->timer_count = HECI_CONNECT_TIMEOUT;
priv_cb->file_private = file_ext;
list_add_tail(&priv_cb->cb_list,
&dev->ctrl_rd_list.heci_cb.
cb_list);
}
} else {
priv_cb->file_private = file_ext;
DBG("add connect cb to control write list.\n");
list_add_tail(&priv_cb->cb_list,
&dev->ctrl_wr_list.heci_cb.cb_list);
}
spin_unlock_bh(&dev->device_lock);
spin_unlock(&file_ext->file_lock);
err = wait_event_timeout(dev->wait_recvd_msg,
(HECI_FILE_CONNECTED == file_ext->state
|| HECI_FILE_DISCONNECTED == file_ext->state),
timeout * HZ);
spin_lock_bh(&dev->device_lock);
if (HECI_FILE_CONNECTED == file_ext->state) {
spin_unlock_bh(&dev->device_lock);
DBG("successfully connected to FW client.\n");
rets = file_ext->status;
/* now copy the data to user space */
if (copy_to_user((void __user *)k_msg.data,
res_msg.data, res_msg.size)) {
rets = -EFAULT;
goto end;
}
if (put_user(res_msg.size, &u_msg->size)) {
rets = -EFAULT;
goto end;
}
goto end;
} else {
DBG("failed to connect to FW client.file_ext->state = %d.\n",
file_ext->state);
spin_unlock_bh(&dev->device_lock);
if (!err) {
DBG("wait_event_interruptible_timeout failed on client"
" connect message fw response message.\n");
}
rets = -EFAULT;
goto remove_list;
}
remove_list:
if (priv_cb) {
spin_lock_bh(&dev->device_lock);
heci_flush_list(&dev->ctrl_rd_list, file_ext);
heci_flush_list(&dev->ctrl_wr_list, file_ext);
spin_unlock_bh(&dev->device_lock);
}
end:
DBG("free connect cb memory.");
kfree(req_msg.data);
kfree(res_msg.data);
kfree(priv_cb);
return rets;
}
/**
* heci_ioctl_wd - the wd IOCTL function
*
* @dev: Device object for our driver
* @if_num: minor number
* @k_msg: data in kernel on the stack
* @file_ext: private data of the file object
*
* returns 0 on success, <0 on failure.
*/
int heci_ioctl_wd(struct iamt_heci_device *dev, int if_num,
struct heci_message_data k_msg,
struct heci_file_private *file_ext)
{
int rets = 0;
struct heci_message_data req_msg; /*in kernel on the stack */
if (if_num != HECI_MINOR_NUMBER)
return -ENODEV;
spin_lock(&file_ext->file_lock);
if (k_msg.size != HECI_WATCHDOG_DATA_SIZE) {
DBG("user buffer has invalid size.\n");
spin_unlock(&file_ext->file_lock);
return -EMSGSIZE;
}
spin_unlock(&file_ext->file_lock);
req_msg.data = kmalloc(HECI_WATCHDOG_DATA_SIZE, GFP_KERNEL);
if (!req_msg.data) {
DBG("failed allocation request buffer size = %d.\n",
HECI_WATCHDOG_DATA_SIZE);
return -ENOMEM;
}
req_msg.size = HECI_WATCHDOG_DATA_SIZE;
/* copy the message to kernel space - use a pointer already
* copied into kernel space
*/
if (copy_from_user(req_msg.data,
(void __user *)k_msg.data, req_msg.size)) {
rets = -EFAULT;
goto end;
}
spin_lock_bh(&dev->device_lock);
if (dev->heci_state != HECI_ENABLED) {
rets = -ENODEV;
spin_unlock_bh(&dev->device_lock);
goto end;
}
if (dev->wd_file_ext.state != HECI_FILE_CONNECTED) {
rets = -ENODEV;
spin_unlock_bh(&dev->device_lock);
goto end;
}
if (!dev->asf_mode) {
rets = -EIO;
spin_unlock_bh(&dev->device_lock);
goto end;
}
memcpy(&dev->wd_data[HECI_WD_PARAMS_SIZE], req_msg.data,
HECI_WATCHDOG_DATA_SIZE);
dev->wd_timeout = (req_msg.data[1] << 8) + req_msg.data[0];
dev->wd_pending = 0;
dev->wd_due_counter = 1; /* next timer */
if (dev->wd_timeout == 0) {
memcpy(dev->wd_data, heci_stop_wd_params,
HECI_WD_PARAMS_SIZE);
} else {
memcpy(dev->wd_data, heci_start_wd_params,
HECI_WD_PARAMS_SIZE);
mod_timer(&dev->wd_timer, jiffies);
}
spin_unlock_bh(&dev->device_lock);
end:
kfree(req_msg.data);
return rets;
}
/**
* heci_ioctl_bypass_wd - the bypass_wd IOCTL function
*
* @dev: Device object for our driver
* @if_num: minor number
* @k_msg: data in kernel on the stack
* @file_ext: private data of the file object
*
* returns 0 on success, <0 on failure.
*/
int heci_ioctl_bypass_wd(struct iamt_heci_device *dev, int if_num,
struct heci_message_data k_msg,
struct heci_file_private *file_ext)
{
__u8 flag = 0;
int rets = 0;
if (if_num != HECI_MINOR_NUMBER)
return -ENODEV;
spin_lock(&file_ext->file_lock);
if (k_msg.size < 1) {
DBG("user buffer less than HECI_WATCHDOG_DATA_SIZE.\n");
spin_unlock(&file_ext->file_lock);
return -EMSGSIZE;
}
spin_unlock(&file_ext->file_lock);
if (copy_from_user(&flag, (void __user *)k_msg.data, 1)) {
rets = -EFAULT;
goto end;
}
spin_lock_bh(&dev->device_lock);
flag = flag ? (1) : (0);
dev->wd_bypass = flag;
spin_unlock_bh(&dev->device_lock);
end:
return rets;
}
/**
* find_pthi_read_list_entry - finds a PTHIlist entry for current file
*
* @dev: Device object for our driver
* @file: pointer to file object
*
* returns returned a list entry on success, NULL on failure.
*/
struct heci_cb_private *find_pthi_read_list_entry(
struct iamt_heci_device *dev,
struct file *file)
{
struct heci_file_private *file_ext_temp;
struct heci_cb_private *priv_cb_pos = NULL;
struct heci_cb_private *priv_cb_next = NULL;
if ((dev->pthi_read_complete_list.status == 0) &&
!list_empty(&dev->pthi_read_complete_list.heci_cb.cb_list)) {
list_for_each_entry_safe(priv_cb_pos, priv_cb_next,
&dev->pthi_read_complete_list.heci_cb.cb_list, cb_list) {
file_ext_temp = (struct heci_file_private *)
priv_cb_pos->file_private;
if ((file_ext_temp != NULL) &&
(file_ext_temp == &dev->iamthif_file_ext) &&
(priv_cb_pos->file_object == file))
return priv_cb_pos;
}
}
return NULL;
}
/**
* pthi_read - read data from pthi client
*
* @dev: Device object for our driver
* @if_num: minor number
* @file: pointer to file object
* @*ubuf: pointer to user data in user space
* @length: data length to read
* @offset: data read offset
*
* returns
* returned data length on success,
* zero if no data to read,
* negative on failure.
*/
int pthi_read(struct iamt_heci_device *dev, int if_num, struct file *file,
char __user *ubuf, size_t length, loff_t *offset)
{
int rets = 0;
struct heci_cb_private *priv_cb = NULL;
struct heci_file_private *file_ext = file->private_data;
__u8 i;
unsigned long currtime = get_seconds();
if ((if_num != HECI_MINOR_NUMBER) || (!dev))
return -ENODEV;
if ((file_ext == NULL) || (file_ext != &dev->iamthif_file_ext))
return -ENODEV;
spin_lock_bh(&dev->device_lock);
for (i = 0; i < dev->num_heci_me_clients; i++) {
if (dev->me_clients[i].client_id ==
dev->iamthif_file_ext.me_client_id)
break;
}
BUG_ON(dev->me_clients[i].client_id != file_ext->me_client_id);
if ((i == dev->num_heci_me_clients)
|| (dev->me_clients[i].client_id !=
dev->iamthif_file_ext.me_client_id)) {
DBG("PTHI client not found.\n");
spin_unlock_bh(&dev->device_lock);
return -ENODEV;
}
priv_cb = find_pthi_read_list_entry(dev, file);
if (!priv_cb) {
spin_unlock_bh(&dev->device_lock);
return 0; /* No more data to read */
} else {
if (priv_cb &&
(currtime - priv_cb->read_time > IAMTHIF_READ_TIMER)) {
/* 15 sec for the message has expired */
list_del(&priv_cb->cb_list);
spin_unlock_bh(&dev->device_lock);
rets = -ETIMEDOUT;
goto free;
}
/* if the whole message will fit remove it from the list */
if ((priv_cb->information >= *offset) &&
(length >= (priv_cb->information - *offset)))
list_del(&priv_cb->cb_list);
else if ((priv_cb->information > 0) &&
(priv_cb->information <= *offset)) {
/* end of the message has been reached */
list_del(&priv_cb->cb_list);
rets = 0;
spin_unlock_bh(&dev->device_lock);
goto free;
}
/* else means that not full buffer will be read and do not
* remove message from deletion list
*/
}
DBG("pthi priv_cb->response_buffer size - %d\n",
priv_cb->response_buffer.size);
DBG("pthi priv_cb->information - %lu\n",
priv_cb->information);
spin_unlock_bh(&dev->device_lock);
/* length is being turncated to PAGE_SIZE, however,
* the information may be longer */
length = length < (priv_cb->information - *offset) ?
length : (priv_cb->information - *offset);
if (copy_to_user(ubuf,
priv_cb->response_buffer.data + *offset,
length))
rets = -EFAULT;
else {
rets = length;
if ((*offset + length) < priv_cb->information) {
*offset += length;
goto out;
}
}
free:
DBG("free pthi cb memory.\n");
*offset = 0;
heci_free_cb_private(priv_cb);
out:
return rets;
}
/**
* heci_start_read - the start read client message function.
*
* @dev: Device object for our driver
* @if_num: minor number
* @file_ext: private data of the file object
*
* returns 0 on success, <0 on failure.
*/
int heci_start_read(struct iamt_heci_device *dev, int if_num,
struct heci_file_private *file_ext)
{
int rets = 0;
__u8 i;
struct heci_cb_private *priv_cb = NULL;
if ((if_num != HECI_MINOR_NUMBER) || (!dev) || (!file_ext)) {
DBG("received wrong function input param.\n");
return -ENODEV;
}
spin_lock_bh(&dev->device_lock);
if (file_ext->state != HECI_FILE_CONNECTED) {
spin_unlock_bh(&dev->device_lock);
return -ENODEV;
}
if (dev->heci_state != HECI_ENABLED) {
spin_unlock_bh(&dev->device_lock);
return -ENODEV;
}
spin_unlock_bh(&dev->device_lock);
DBG("check if read is pending.\n");
spin_lock_bh(&file_ext->read_io_lock);
if ((file_ext->read_pending) || (file_ext->read_cb != NULL)) {
DBG("read is pending.\n");
spin_unlock_bh(&file_ext->read_io_lock);
return -EBUSY;
}
spin_unlock_bh(&file_ext->read_io_lock);
priv_cb = kzalloc(sizeof(struct heci_cb_private), GFP_KERNEL);
if (!priv_cb)
return -ENOMEM;
spin_lock_bh(&file_ext->read_io_lock);
DBG("allocation call back success\n"
"host client = %d, ME client = %d\n",
file_ext->host_client_id, file_ext->me_client_id);
spin_unlock_bh(&file_ext->read_io_lock);
spin_lock_bh(&dev->device_lock);
spin_lock_bh(&file_ext->read_io_lock);
for (i = 0; i < dev->num_heci_me_clients; i++) {
if (dev->me_clients[i].client_id == file_ext->me_client_id)
break;
}
BUG_ON(dev->me_clients[i].client_id != file_ext->me_client_id);
spin_unlock_bh(&file_ext->read_io_lock);
if (i == dev->num_heci_me_clients) {
rets = -ENODEV;
goto unlock;
}
priv_cb->response_buffer.size = dev->me_clients[i].props.max_msg_length;
spin_unlock_bh(&dev->device_lock);
priv_cb->response_buffer.data =
kmalloc(priv_cb->response_buffer.size, GFP_KERNEL);
if (!priv_cb->response_buffer.data) {
rets = -ENOMEM;
goto fail;
}
DBG("allocation call back data success.\n");
priv_cb->major_file_operations = HECI_READ;
/* make sure information is zero before we start */
priv_cb->information = 0;
priv_cb->file_private = (void *) file_ext;
spin_lock_bh(&dev->device_lock);
spin_lock_bh(&file_ext->read_io_lock);
file_ext->read_cb = priv_cb;
if (dev->host_buffer_is_empty) {
dev->host_buffer_is_empty = 0;
if (!heci_send_flow_control(dev, file_ext)) {
rets = -ENODEV;
spin_unlock_bh(&file_ext->read_io_lock);
goto unlock;
} else {
list_add_tail(&priv_cb->cb_list,
&dev->read_list.heci_cb.cb_list);
}
} else {
list_add_tail(&priv_cb->cb_list,
&dev->ctrl_wr_list.heci_cb.cb_list);
}
spin_unlock_bh(&file_ext->read_io_lock);
spin_unlock_bh(&dev->device_lock);
return rets;
unlock:
spin_unlock_bh(&dev->device_lock);
fail:
heci_free_cb_private(priv_cb);
return rets;
}
/**
* pthi_write - write iamthif data to pthi client
*
* @dev: Device object for our driver
* @priv_cb: heci call back struct
*
* returns 0 on success, <0 on failure.
*/
int pthi_write(struct iamt_heci_device *dev,
struct heci_cb_private *priv_cb)
{
int rets = 0;
struct heci_msg_hdr heci_hdr;
if ((!dev) || (!priv_cb))
return -ENODEV;
DBG("write data to pthi client.\n");
dev->iamthif_state = HECI_IAMTHIF_WRITING;
dev->iamthif_current_cb = priv_cb;
dev->iamthif_file_object = priv_cb->file_object;
dev->iamthif_canceled = 0;
dev->iamthif_ioctl = 1;
dev->iamthif_msg_buf_size = priv_cb->request_buffer.size;
memcpy(dev->iamthif_msg_buf, priv_cb->request_buffer.data,
priv_cb->request_buffer.size);
if (flow_ctrl_creds(dev, &dev->iamthif_file_ext) &&
dev->host_buffer_is_empty) {
dev->host_buffer_is_empty = 0;
if (priv_cb->request_buffer.size >
(((dev->host_hw_state & H_CBD) >> 24) *
sizeof(__u32)) - sizeof(struct heci_msg_hdr)) {
heci_hdr.length =
(((dev->host_hw_state & H_CBD) >> 24) *
sizeof(__u32)) - sizeof(struct heci_msg_hdr);
heci_hdr.msg_complete = 0;
} else {
heci_hdr.length = priv_cb->request_buffer.size;
heci_hdr.msg_complete = 1;
}
heci_hdr.host_addr = dev->iamthif_file_ext.host_client_id;
heci_hdr.me_addr = dev->iamthif_file_ext.me_client_id;
heci_hdr.reserved = 0;
dev->iamthif_msg_buf_index += heci_hdr.length;
if (!heci_write_message(dev, &heci_hdr,
(unsigned char *)(dev->iamthif_msg_buf),
heci_hdr.length))
return -ENODEV;
if (heci_hdr.msg_complete) {
flow_ctrl_reduce(dev, &dev->iamthif_file_ext);
dev->iamthif_flow_control_pending = 1;
dev->iamthif_state = HECI_IAMTHIF_FLOW_CONTROL;
DBG("add pthi cb to write waiting list\n");
dev->iamthif_current_cb = priv_cb;
dev->iamthif_file_object = priv_cb->file_object;
list_add_tail(&priv_cb->cb_list,
&dev->write_waiting_list.heci_cb.cb_list);
} else {
DBG("message does not complete, "
"so add pthi cb to write list.\n");
list_add_tail(&priv_cb->cb_list,
&dev->write_list.heci_cb.cb_list);
}
} else {
if (!(dev->host_buffer_is_empty))
DBG("host buffer is not empty");
DBG("No flow control credentials, "
"so add iamthif cb to write list.\n");
list_add_tail(&priv_cb->cb_list,
&dev->write_list.heci_cb.cb_list);
}
return rets;
}
/**
* iamthif_ioctl_send_msg - send cmd data to pthi client
*
* @dev: Device object for our driver
*
* returns 0 on success, <0 on failure.
*/
void run_next_iamthif_cmd(struct iamt_heci_device *dev)
{
struct heci_file_private *file_ext_tmp;
struct heci_cb_private *priv_cb_pos = NULL;
struct heci_cb_private *priv_cb_next = NULL;
int status = 0;
if (!dev)
return;
dev->iamthif_msg_buf_size = 0;
dev->iamthif_msg_buf_index = 0;
dev->iamthif_canceled = 0;
dev->iamthif_ioctl = 1;
dev->iamthif_state = HECI_IAMTHIF_IDLE;
dev->iamthif_timer = 0;
dev->iamthif_file_object = NULL;
if (dev->pthi_cmd_list.status == 0 &&
!list_empty(&dev->pthi_cmd_list.heci_cb.cb_list)) {
DBG("complete pthi cmd_list cb.\n");
list_for_each_entry_safe(priv_cb_pos, priv_cb_next,
&dev->pthi_cmd_list.heci_cb.cb_list, cb_list) {
list_del(&priv_cb_pos->cb_list);
file_ext_tmp = (struct heci_file_private *)
priv_cb_pos->file_private;
if ((file_ext_tmp != NULL) &&
(file_ext_tmp == &dev->iamthif_file_ext)) {
status = pthi_write(dev, priv_cb_pos);
if (status != 0) {
DBG("pthi write failed status = %d\n",
status);
return;
}
break;
}
}
}
}
/**
* heci_free_cb_private - free heci_cb_private related memory
*
* @priv_cb: heci callback struct
*/
void heci_free_cb_private(struct heci_cb_private *priv_cb)
{
if (priv_cb == NULL)
return;
kfree(priv_cb->request_buffer.data);
kfree(priv_cb->response_buffer.data);
kfree(priv_cb);
}