Olivier Deprez | cb4c562 | 2019-09-19 17:46:46 +0200 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2019, Arm Limited. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #include "dev.h" | ||||
8 | |||||
9 | static const dirtab_t blobtab[] = { | ||||
Olivier Deprez | af650a3 | 2019-11-06 14:00:43 +0100 | [diff] [blame] | 10 | {"ctl", DEV_ROOT_QBLOBCTL, 0, O_READ}, |
11 | {"fip.bin", DEV_ROOT_QBLOBCTL + 1, 0x100000, O_READ, (void *)0x8000000} | ||||
Olivier Deprez | cb4c562 | 2019-09-19 17:46:46 +0200 | [diff] [blame] | 12 | }; |