/u-boot/board/freescale/common/ |
A D | sys_eeprom.c | 37 static struct __attribute__ ((__packed__)) eeprom { struct 42 u8 sn[10]; /* 0x06 - 0x0F Serial Number*/ 43 u8 errata[2]; /* 0x10 - 0x11 Errata Level */ 44 u8 date[6]; /* 0x12 - 0x17 Build Date */ 45 u8 res_0[40]; /* 0x18 - 0x3f Reserved */ 54 u8 errata[5]; /* 0x10 - 0x14 Errata Level */ 55 u8 date[6]; /* 0x15 - 0x1a Build Date */ 56 u8 res_0; /* 0x1b Reserved */ 57 u32 version; /* 0x1c - 0x1f NXID Version */ 61 u8 res_1[21]; /* 0x2b - 0x3f Reserved */ [all …]
|
/u-boot/board/varisys/common/ |
A D | sys_eeprom.c | 35 static struct __attribute__ ((__packed__)) eeprom { struct 36 u8 id[4]; /* 0x00 - 0x03 EEPROM Tag 'NXID' */ 37 u8 sn[12]; /* 0x04 - 0x0F Serial Number */ 38 u8 errata[5]; /* 0x10 - 0x14 Errata Level */ 62 static int eeprom_bus_num = -1; argument 67 * This must be called before any eeprom access. argument
|
/u-boot/board/corscience/tricorder/ |
A D | tricorder.c | 49 static void get_eeprom(struct tricorder_eeprom *eeprom) in get_eeprom() 95 static void print_hwversion(struct tricorder_eeprom *eeprom) in print_hwversion() 121 struct tricorder_eeprom eeprom; in misc_init_r() local 169 struct tricorder_eeprom eeprom; in get_board_mem_timings() local
|
A D | tricorder-eeprom.c | 21 static int handle_eeprom_v0(struct tricorder_eeprom *eeprom) in handle_eeprom_v0() 61 static int handle_eeprom_v1(struct tricorder_eeprom *eeprom) in handle_eeprom_v1() 80 int tricorder_get_eeprom(int addr, struct tricorder_eeprom *eeprom) in tricorder_get_eeprom() 111 struct tricorder_eeprom eeprom; in tricorder_eeprom_read() local 133 struct tricorder_eeprom eeprom, eeprom_verify; in tricorder_eeprom_write() local
|
/u-boot/cmd/ |
A D | tlv_eeprom.c | 48 static u8 eeprom[TLV_INFO_MAX_LEN]; variable 96 static bool is_checksum_valid(u8 *eeprom) in is_checksum_valid() 128 static int read_eeprom(u8 *eeprom) in read_eeprom() 168 static void show_eeprom(u8 *eeprom) in show_eeprom() 355 static void update_crc(u8 *eeprom) in update_crc() 389 static int prog_eeprom(u8 *eeprom) in prog_eeprom() 551 static bool tlvinfo_find_tlv(u8 *eeprom, u8 tcode, int *eeprom_index) in tlvinfo_find_tlv() 578 static bool tlvinfo_delete_tlv(u8 *eeprom, u8 code) in tlvinfo_delete_tlv() 609 static bool tlvinfo_add_tlv(u8 *eeprom, int tcode, char *strval) in tlvinfo_add_tlv() 939 int read_tlv_eeprom(void *eeprom, int offset, int len, int dev_num) in read_tlv_eeprom() [all …]
|
/u-boot/test/dm/ |
A D | i2c.c | 118 struct udevice *eeprom; in dm_test_i2c_bytewise() local 172 struct udevice *eeprom; in dm_test_i2c_offset() local 245 struct udevice *eeprom; in dm_test_i2c_addr_offset() local
|
/u-boot/arch/arm/dts/ |
A D | zynqmp-zc1751-xm015-dc1.dts | 95 eeprom: eeprom@55 { label
|
A D | avnet-ultrazedev-cc-v1.0-ultrazedev-som-v1.0.dts | 33 eeprom: eeprom@51 { label
|
A D | zynq-zc770-xm011.dts | 44 eeprom: eeprom@52 { label
|
A D | zynq-dlc20-rev1.0.dts | 60 eeprom: eeprom@54 { label
|
A D | zynq-syzygy-hub.dts | 57 eeprom: eeprom@57 { label
|
A D | zynq-zc770-xm010.dts | 57 eeprom: eeprom@52 { label
|
A D | zynq-zc770-xm013.dts | 70 eeprom: eeprom@2 { label
|
A D | am335x-base0033.dts | 91 eeprom: eeprom@50 { label
|
A D | zynqmp-zcu104-revA.dts | 128 eeprom: eeprom@54 { /* u23 */ label
|
A D | am335x-draco.dtsi | 31 eeprom: eeprom@50 { label
|
A D | zynqmp-zcu104-revC.dts | 153 eeprom: eeprom@54 { /* u23 */ label
|
A D | zynqmp-zcu1285-revA.dts | 153 eeprom: eeprom@54 { /* u101 */ label
|
A D | imx53-m53.dtsi | 72 eeprom: eeprom@50 { label
|
A D | sun4i-a10-olinuxino-lime.dts | 149 eeprom: eeprom@50 { label
|
A D | sun7i-a20-olimex-som204-evb.dts | 146 eeprom: eeprom@50 { label
|
A D | sun7i-a20-olinuxino-lime.dts | 145 eeprom: eeprom@50 { label
|
A D | sun7i-a20-olinuxino-lime2.dts | 146 eeprom: eeprom@50 { label
|
A D | sun7i-a20-olinuxino-micro.dts | 153 eeprom: eeprom@50 { label
|
/u-boot/include/ |
A D | tlv_eeprom.h | 115 static inline int read_tlv_eeprom(void *eeprom, int offset, int len, int dev) in read_tlv_eeprom() 120 static inline int write_tlv_eeprom(void *eeprom, int len) in write_tlv_eeprom() 126 read_tlvinfo_tlv_eeprom(void *eeprom, struct tlvinfo_header **hdr, in read_tlvinfo_tlv_eeprom()
|