mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +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>
41 lines
1 KiB
INI
41 lines
1 KiB
INI
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2015
|
|
# Gerald Kerma <dreagle@doukki.net>
|
|
# Tony Dinh <mibodhi@gmail.com>
|
|
# Refer to doc/README.kwbimage for more details about how-to
|
|
# configure and create kirkwood boot images.
|
|
#
|
|
|
|
# Boot Media configurations
|
|
BOOT_FROM nand
|
|
NAND_ECC_MODE default
|
|
NAND_PAGE_SIZE 0x0800
|
|
|
|
# Configure RGMII-0 interface pad voltage to 1.8V
|
|
DATA 0xFFD100e0 0x1b1b1b9b
|
|
|
|
DATA 0xFFD01400 0x43010c30
|
|
DATA 0xFFD01404 0x39543000
|
|
DATA 0xFFD01408 0x22125451
|
|
DATA 0xFFD0140C 0x00000833
|
|
DATA 0xFFD01410 0x0000000C
|
|
DATA 0xFFD01414 0x00000000
|
|
DATA 0xFFD01418 0x00000000
|
|
DATA 0xFFD0141C 0x00000652
|
|
DATA 0xFFD01420 0x00000004
|
|
DATA 0xFFD01424 0x0000F17F
|
|
DATA 0xFFD01428 0x00085520
|
|
DATA 0xFFD0147c 0x00008552
|
|
DATA 0xFFD01504 0x0FFFFFF1
|
|
DATA 0xFFD01508 0x10000000
|
|
DATA 0xFFD0150C 0x00000000
|
|
DATA 0xFFD01514 0x00000000
|
|
DATA 0xFFD0151C 0x00000000
|
|
DATA 0xFFD01494 0x00010000
|
|
DATA 0xFFD01498 0x00000000
|
|
DATA 0xFFD0149C 0x0000E403
|
|
DATA 0xFFD01480 0x00000001
|
|
DATA 0xFFD20134 0x66666666
|
|
DATA 0xFFD20138 0x66666666
|
|
DATA 0x0 0x0
|