-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to include the xr829 driver (WIP)
- Loading branch information
Tim Molteno
committed
Jun 22, 2022
1 parent
9e1a147
commit 8417de7
Showing
10 changed files
with
94 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
/dts-v1/; | ||
|
||
/ { | ||
description = "Lichee RV FIT Image"; | ||
|
||
images { | ||
uboot { | ||
description = "U-Boot"; | ||
data = /incbin/("u-boot/u-boot-nodtb.bin"); | ||
type = "standalone"; | ||
os = "U-Boot"; | ||
arch = "riscv"; | ||
compression = "none"; | ||
load = <0x4a000000>; | ||
}; | ||
opensbi { | ||
description = "RISC-V OpenSBI"; | ||
data = /incbin/("fw_dynamic.bin"); | ||
type = "firmware"; | ||
os = "opensbi"; | ||
arch = "riscv"; | ||
compression = "none"; | ||
load = <0x40000000>; | ||
entry = <0x40000000>; | ||
}; | ||
fdt-1 { | ||
description = "DTB"; | ||
data = /incbin/("u-boot/arch/riscv/dts/sun20i-d1-lichee-rv-86-panel.dtb"); | ||
type = "flat_dt"; | ||
arch = "riscv"; | ||
compression = "none"; | ||
load = <0x44000000>; | ||
entry = <0x44000000>; | ||
}; | ||
}; | ||
|
||
configurations { | ||
default = "standard"; | ||
standard { | ||
description = "Standard Boot"; | ||
firmware = "opensbi"; | ||
loadables = "uboot"; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/home/tim/git/xradio/xradio_wlan.ko | ||
/home/tim/git/d1_build/kernel/xradio/xradio_wlan.ko |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
/home/tim/git/xradio/fwio.o /home/tim/git/xradio/tx.o /home/tim/git/xradio/rx.o /home/tim/git/xradio/main.o /home/tim/git/xradio/queue.o /home/tim/git/xradio/hwio.o /home/tim/git/xradio/bh.o /home/tim/git/xradio/wsm.o /home/tim/git/xradio/sta.o /home/tim/git/xradio/ap.o /home/tim/git/xradio/keys.o /home/tim/git/xradio/scan.o /home/tim/git/xradio/module.o /home/tim/git/xradio/sdio.o /home/tim/git/xradio/pm.o /home/tim/git/xradio/ht.o /home/tim/git/xradio/p2p.o | ||
/home/tim/git/d1_build/kernel/xradio/fwio.o /home/tim/git/d1_build/kernel/xradio/tx.o /home/tim/git/d1_build/kernel/xradio/rx.o /home/tim/git/d1_build/kernel/xradio/main.o /home/tim/git/d1_build/kernel/xradio/queue.o /home/tim/git/d1_build/kernel/xradio/hwio.o /home/tim/git/d1_build/kernel/xradio/bh.o /home/tim/git/d1_build/kernel/xradio/wsm.o /home/tim/git/d1_build/kernel/xradio/sta.o /home/tim/git/d1_build/kernel/xradio/ap.o /home/tim/git/d1_build/kernel/xradio/keys.o /home/tim/git/d1_build/kernel/xradio/scan.o /home/tim/git/d1_build/kernel/xradio/module.o /home/tim/git/d1_build/kernel/xradio/sdio.o /home/tim/git/d1_build/kernel/xradio/pm.o /home/tim/git/d1_build/kernel/xradio/ht.o /home/tim/git/d1_build/kernel/xradio/p2p.o | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters