diff options
Diffstat (limited to 'include/configs/qcom.h')
| -rw-r--r-- | include/configs/qcom.h | 19 | 
1 files changed, 19 insertions, 0 deletions
| diff --git a/include/configs/qcom.h b/include/configs/qcom.h new file mode 100644 index 00000000000..9b41ab9e982 --- /dev/null +++ b/include/configs/qcom.h @@ -0,0 +1,19 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Configuration file for Qualcomm Snapdragon boards + * + * (C) Copyright 2021 Dzmitry Sankouski <dsankouski@gmail.com> + * (C) Copyright 2023 Linaro Ltd. + */ + +#ifndef __CONFIGS_SNAPDRAGON_H +#define __CONFIGS_SNAPDRAGON_H + +#define CFG_SYS_BAUDRATE_TABLE	{ 115200, 230400, 460800, 921600 } + +// 2a5aa852-b856-4d97-baa9-5c5f4421551f +#define QUALCOMM_UBOOT_BOOT_IMAGE_GUID \ +	EFI_GUID(0x2a5aa852, 0xb856, 0x4d97, 0xba, 0xa9, \ +		0x5c, 0x5f, 0x44, 0x21, 0x55, 0x1f) + +#endif | 
