mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
83d290c56f
When U-Boot started using SPDX tags we were among the early adopters and there weren't a lot of other examples to borrow from. So we picked the area of the file that usually had a full license text and replaced it with an appropriate SPDX-License-Identifier: entry. Since then, the Linux Kernel has adopted SPDX tags and they place it as the very first line in a file (except where shebangs are used, then it's second line) and with slightly different comment styles than us. In part due to community overlap, in part due to better tag visibility and in part for other minor reasons, switch over to that style. This commit changes all instances where we have a single declared license in the tag as both the before and after are identical in tag contents. There's also a few places where I found we did not have a tag and have introduced one. Signed-off-by: Tom Rini <trini@konsulko.com>
96 lines
2.4 KiB
INI
96 lines
2.4 KiB
INI
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright (C) 2015 Freescale Semiconductor, Inc.
|
|
*
|
|
* Refer doc/README.imximage for more details about how-to configure
|
|
* and create imximage boot image
|
|
*
|
|
* The syntax is taken as close as possible with the kwbimage
|
|
*/
|
|
|
|
#define __ASSEMBLY__
|
|
#include <config.h>
|
|
|
|
/* image version */
|
|
|
|
IMAGE_VERSION 2
|
|
|
|
/*
|
|
* Boot Device : one of
|
|
* spi/sd/nand/onenand, qspi/nor
|
|
*/
|
|
BOOT_FROM sd
|
|
|
|
/*
|
|
* Device Configuration Data (DCD)
|
|
*
|
|
* Each entry must have the format:
|
|
* Addr-type Address Value
|
|
*
|
|
* where:
|
|
* Addr-type register length (1,2 or 4 bytes)
|
|
* Address absolute address of the register
|
|
* value value to be stored in the register
|
|
*/
|
|
|
|
/* Enable all clocks */
|
|
DATA 4 0x020c4068 0xffffffff
|
|
DATA 4 0x020c406c 0xffffffff
|
|
DATA 4 0x020c4070 0xffffffff
|
|
DATA 4 0x020c4074 0xffffffff
|
|
DATA 4 0x020c4078 0xffffffff
|
|
DATA 4 0x020c407c 0xffffffff
|
|
DATA 4 0x020c4080 0xffffffff
|
|
|
|
DATA 4 0x020E04B4 0x000C0000
|
|
DATA 4 0x020E04AC 0x00000000
|
|
DATA 4 0x020E027C 0x00000030
|
|
DATA 4 0x020E0250 0x00000030
|
|
DATA 4 0x020E024C 0x00000030
|
|
DATA 4 0x020E0490 0x00000030
|
|
DATA 4 0x020E0288 0x00000030
|
|
DATA 4 0x020E0270 0x00000000
|
|
DATA 4 0x020E0260 0x00000030
|
|
DATA 4 0x020E0264 0x00000030
|
|
DATA 4 0x020E04A0 0x00000030
|
|
DATA 4 0x020E0494 0x00020000
|
|
DATA 4 0x020E0280 0x00000030
|
|
DATA 4 0x020E0284 0x00000030
|
|
DATA 4 0x020E04B0 0x00020000
|
|
DATA 4 0x020E0498 0x00000030
|
|
DATA 4 0x020E04A4 0x00000030
|
|
DATA 4 0x020E0244 0x00000030
|
|
DATA 4 0x020E0248 0x00000030
|
|
DATA 4 0x021B001C 0x00008000
|
|
DATA 4 0x021B0800 0xA1390003
|
|
DATA 4 0x021B080C 0x00000000
|
|
DATA 4 0x021B083C 0x01380134
|
|
DATA 4 0x021B0848 0x40404244
|
|
DATA 4 0x021B0850 0x40405050
|
|
DATA 4 0x021B081C 0x33333333
|
|
DATA 4 0x021B0820 0x33333333
|
|
DATA 4 0x021B082C 0xf3333333
|
|
DATA 4 0x021B0830 0xf3333333
|
|
DATA 4 0x021B08C0 0x00921012
|
|
DATA 4 0x021B08b8 0x00000800
|
|
DATA 4 0x021B0004 0x0002002D
|
|
DATA 4 0x021B0008 0x00333030
|
|
DATA 4 0x021B000C 0x676B52F3
|
|
DATA 4 0x021B0010 0xB66D8B63
|
|
DATA 4 0x021B0014 0x01FF00DB
|
|
DATA 4 0x021B0018 0x00201740
|
|
DATA 4 0x021B001C 0x00008000
|
|
DATA 4 0x021B002C 0x000026D2
|
|
DATA 4 0x021B0030 0x006B1023
|
|
DATA 4 0x021B0040 0x00000047
|
|
DATA 4 0x021B0000 0x83180000
|
|
DATA 4 0x021B001C 0x02008032
|
|
DATA 4 0x021B001C 0x00008033
|
|
DATA 4 0x021B001C 0x00048031
|
|
DATA 4 0x021B001C 0x15208030
|
|
DATA 4 0x021B001C 0x04008040
|
|
DATA 4 0x021B0020 0x00000800
|
|
DATA 4 0x021B0818 0x00000227
|
|
DATA 4 0x021B0004 0x0002552D
|
|
DATA 4 0x021B0404 0x00011006
|
|
DATA 4 0x021B001C 0x00000000
|