]> Git Repo - u-boot.git/blob - include/configs/qcom.h
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / include / configs / qcom.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Configuration file for Qualcomm Snapdragon boards
4  *
5  * (C) Copyright 2021 Dzmitry Sankouski <[email protected]>
6  * (C) Copyright 2023 Linaro Ltd.
7  */
8
9 #ifndef __CONFIGS_SNAPDRAGON_H
10 #define __CONFIGS_SNAPDRAGON_H
11
12 #define CFG_SYS_BAUDRATE_TABLE  { 115200, 230400, 460800, 921600 }
13
14 // 2a5aa852-b856-4d97-baa9-5c5f4421551f
15 #define QUALCOMM_UBOOT_BOOT_IMAGE_GUID \
16         EFI_GUID(0x2a5aa852, 0xb856, 0x4d97, 0xba, 0xa9, \
17                 0x5c, 0x5f, 0x44, 0x21, 0x55, 0x1f)
18
19 #endif
This page took 0.027088 seconds and 4 git commands to generate.