avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
1
u-boot/arch/microblaze/dts/.gitignore
vendored
Normal file
1
u-boot/arch/microblaze/dts/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.dtb
|
||||
15
u-boot/arch/microblaze/dts/Makefile
Normal file
15
u-boot/arch/microblaze/dts/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
dtb-y += microblaze-generic.dtb
|
||||
|
||||
targets += $(dtb-y)
|
||||
|
||||
DTC_FLAGS += -R 4 -p 0x1000
|
||||
|
||||
PHONY += dtbs
|
||||
dtbs: $(addprefix $(obj)/, $(dtb-y))
|
||||
@:
|
||||
|
||||
clean-files := *.dtb
|
||||
1
u-boot/arch/microblaze/dts/include/dt-bindings
Symbolic link
1
u-boot/arch/microblaze/dts/include/dt-bindings
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../include/dt-bindings
|
||||
9
u-boot/arch/microblaze/dts/microblaze-generic.dts
Normal file
9
u-boot/arch/microblaze/dts/microblaze-generic.dts
Normal file
@@ -0,0 +1,9 @@
|
||||
/dts-v1/;
|
||||
/ {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
aliases {
|
||||
} ;
|
||||
chosen {
|
||||
} ;
|
||||
} ;
|
||||
Reference in New Issue
Block a user