X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fkeymile%2Fcommon%2Fcommon.h;h=c74f569a61ab71d18f1e857f755f07f653b64c3b;hb=f32c86493822174e27f4b3c7c9359094406afbd8;hp=e075f4687bac7f01ce51dc2f31dd20ac55afdc28;hpb=326ea986ac150acdc7656d57fca647db80b50158;p=u-boot diff --git a/board/keymile/common/common.h b/board/keymile/common/common.h index e075f4687b..c74f569a61 100644 --- a/board/keymile/common/common.h +++ b/board/keymile/common/common.h @@ -126,13 +126,16 @@ struct bfticu_iomap { #endif int ethernet_present(void); -int ivm_read_eeprom(void); +int ivm_read_eeprom(unsigned char *buf, int len); +int ivm_analyze_eeprom(unsigned char *buf, int len); int trigger_fpga_config(void); int wait_for_fpga_config(void); int fpga_reset(void); int toggle_eeprom_spi_bus(void); +int get_testpin(void); + int set_km_env(void); int fdt_set_node_and_value(void *blob, char *nodename,