blob: e15d16154772ac1874a8cff22516418fe6a5867d [file] [log] [blame]
/*
* drivers/amlogic/dolby_fw/dolby_fw.h
*
* Copyright (C) 2017 Amlogic, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
*/
#ifndef __DOLBY_FW_ASM_H__
#define __DOLBY_FW_ASM_H__
#define DOLBY_FW_SIGNATURE 0x82000052
#define DOLBY_FW_DECRYPT 0x82000053
#define DOLBY_FW_VERIFY_UPDATE 0x82000054
#define DOLBY_FW_VERIFY_FINAL 0x82000055
#define DOLBY_FW_GET_SESSION_ID 0x82000056
#define DOLBY_FW_VERIFY_LIB_RESP 0x82000057
#define DOLBY_FW_AUDIO_LICENSE_QUERY 0x82000058
#define DOLBY_FW_CRITICAL_DATA_QUERY 0x82000059
#define DOLBY_FW_VERIFY_CRITICAL 0x8200005A
#endif