#include <asm/io.h>
#include <asm/arch/eth.h>
-struct efi_fw_image fw_images[] = {
- {
- .fw_name = u"AML_A311D_CC_BOOT",
- .image_index = 1,
- },
-};
-
-struct efi_capsule_update_info update_info = {
- .dfu_string = "sf 0:0=u-boot-bin raw 0 0x10000",
- .num_images = ARRAY_SIZE(fw_images),
- .images = fw_images,
-};
-
-
#if IS_ENABLED(CONFIG_SET_DFU_ALT_INFO)
void set_dfu_alt_info(char *interface, char *devstr)
{
#define EFUSE_MAC_OFFSET 52
#define EFUSE_MAC_SIZE 6
-struct efi_fw_image fw_images[] = {
- {
- .fw_name = u"AML_S805X_AC_BOOT",
- .image_index = 1,
- },
-};
-
-struct efi_capsule_update_info update_info = {
- .dfu_string = "sf 0:0=u-boot-bin raw 0 0x10000",
- .num_images = ARRAY_SIZE(fw_images),
- .images = fw_images,
-};
-
#if IS_ENABLED(CONFIG_SET_DFU_ALT_INFO)
void set_dfu_alt_info(char *interface, char *devstr)
{
#include <asm/io.h>
#include <asm/arch/eth.h>
-struct efi_fw_image fw_images[] = {
- {
- .fw_name = u"AML_S905D3_CC_BOOT",
- .image_index = 1,
- },
-};
-
-struct efi_capsule_update_info update_info = {
- .dfu_string = "sf 0:0=u-boot-bin raw 0 0x10000",
- .num_images = ARRAY_SIZE(fw_images),
- .images = fw_images,
-};
-
-
#if IS_ENABLED(CONFIG_SET_DFU_ALT_INFO)
void set_dfu_alt_info(char *interface, char *devstr)
{