blob: 4155af8c3b042372cf4341bf80e7e98410f5c6a2 [file] [log] [blame]
Rohan Gargcfdc1922019-08-12 17:04:34 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * RK3399: Architecture common definitions
4 *
5 * Copyright (C) 2019 Collabora Inc - https://www.collabora.com/
6 * Rohan Garg <rohan.garg@collabora.com>
7 */
8
9int rockchip_cpuid_from_efuse(const u32 cpuid_offset,
10 const u32 cpuid_length,
11 u8 *cpuid);
12int rockchip_cpuid_set(const u8 *cpuid, const u32 cpuid_length);
13int rockchip_setup_macaddr(void);
Sughosh Ganud5d2e8d2022-11-10 14:49:16 +053014void rockchip_capsule_update_board_setup(void);