1 /* 2 * drivers/amlogic/media/common/firmware/firmware_cfg.h 3 * 4 * Copyright (C) 2016 Amlogic, Inc. All rights reserved. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, but WITHOUT 12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 */ 17 18 /*all firmwares in one bin.*/ 19 {VIDEO_MISC, VIDEO_PACKAGE, "video_ucode.bin"}, 20 21 /* Note: if the addition of new package has the same name */ 22 /* as the firmware in the video_ucode.bin, the firmware */ 23 /* in the video_ucode.bin will be ignored yet, because the */ 24 /* video_ucode.bin will always be processed in the end */ 25 {VIDEO_ENCODE, VIDEO_PACKAGE, "h264_enc.bin"}, 26 27 28 /*firmware for a special format, to replace the format in the package.*/ 29 /*{VIDEO_DECODE, VIDEO_FW_FILE, "h265.bin"},*/ 30 /*{VIDEO_DECODE, VIDEO_FW_FILE, "h264.bin"},*/ 31 /*{VIDEO_DECODE, VIDEO_FW_FILE, "h264_multi.bin"},*/ 32 33