Skip to content

Commit

Permalink
initial arm support
Browse files Browse the repository at this point in the history
  • Loading branch information
0x754C committed Mar 19, 2024
1 parent 29cf7c2 commit feda65e
Show file tree
Hide file tree
Showing 36 changed files with 1,170 additions and 377 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*~
*.swp
host-tools/
*.sqfs
build/tools/common/sd_tools/genimage.cfg.tmp
fsbl/build/*
install/*
Expand Down
1 change: 1 addition & 0 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ br-rootfs-pack:
# ${Q}rm -rf $(BR_ROOTFS_DIR)/*
# copy rootfs to rawimg dir
${Q}cp $(BR_DIR)/output/images/rootfs.ext4 $(OUTPUT_DIR)/rawimages/rootfs.$(STORAGE_TYPE)
${Q}tar zcvf $(OUTPUT_DIR)/licheervnano-drivers.tar.gz $(BR_DIR)/output/target/mnt
$(call raw2cimg ,rootfs.$(STORAGE_TYPE))

ifeq ($(CONFIG_BUILDROOT_FS),y)
Expand Down
2 changes: 1 addition & 1 deletion build/boards/chip_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},

"cv181x": {
"cv181x": ["cv1811ha", "cv1812cp", "cv1812h", "cv1813h"]
"cv181x": ["cv1812cp", "cv1812h", "cv1813h"]
},

"cv180x": {
Expand Down

This file was deleted.

This file was deleted.

320 changes: 0 additions & 320 deletions build/boards/default/dts/cv181x_arm/cv181x_base_arm.dtsi

This file was deleted.

12 changes: 0 additions & 12 deletions build/boards/default/dts/sg200x/find_and_set.sh

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/dts-v1/;
#include "soph_base_riscv.dtsi"
#include "soph_asic_bga.dtsi"
#include "soph_asic_emmc.dtsi"
#include "soph_asic_sd.dtsi"
#include "soph_default_memmap.dtsi"

/ {
Expand Down
Loading

0 comments on commit feda65e

Please sign in to comment.