CVS log for src/distrib/sets/lists/dtb/ad.earmv7
Up to [cvs.NetBSD.org] / src / distrib / sets / lists / dtb
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat May 4 02:21:48 2024 UTC (7 months ago) by dyoung
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1
lines
Add a device tree for the Red Pitaya SDRlab 122-16.
To boot NetBSD on the 122-16, copy the .dtb built from
zynq-red-pitays-122-16.dts, the first-stage bootloader (called
boot.bin) and U-Boot that came with the 122-16 and a kernel image,
netbsd.ub, built for earmv7hf to an MS-DOS partition on an
MBR-partitioned SD card. At the U-Boot prompt, "Zynq> ", type these
commands:
i2c dev 0
eeprom read 0 0x50 0 0x1804 0x400
env import -b 0 0x400 hw_rev serial ethaddr
setenv bootargs "root=ld0a"
fatload mmc 0 0x01f00000 device~1.dtb
fatload mmc 0 0x02000000 netbsd.ub
fdt addr 0x01f00000
fdt set /axi/ethernet@e000b000 local-mac-address $ethaddr
bootm 0x02000000 - 0x01f00000
Note that the ethernet PHY will not attach unless you have applied
the patches from Lloyd Parkes in kern/58083.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Nov 1 12:51:13 2023 UTC (13 months ago) by simonb
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +11 -1
lines
Catch up with recent changes in distrib/sets/lists/dtb/ad.earmv7hf.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Sep 10 15:54:11 2022 UTC (2 years, 2 months ago) by rillig
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2
lines
distrib/sets: remove duplicate entries
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Nov 12 21:55:46 2021 UTC (3 years ago) by jmcneill
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +39 -0
lines
regen
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Nov 7 17:11:05 2021 UTC (3 years ago) by jmcneill
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +72 -0
lines
dtb: Re-generate set lists for 5.15
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jun 2 10:31:18 2021 UTC (3 years, 6 months ago) by jmcneill
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +0 -0
lines
Install a copy of rk3399-pinebook-pro.dtb to the base dtb directory for
compatibility with the factory firmware. Normally this is frowned upon,
but this is the only easy way to boot NetBSD on this board without
having to crack open the case and/or hook up a serial console.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jun 10 18:53:31 2020 UTC (4 years, 5 months ago) by jmcneill
Branches: MAIN
CVS tags: thorpej-futex-base,
thorpej-futex,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +17 -0
lines
Build i.MX7D dtbs for armv7
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat May 23 13:24:08 2020 UTC (4 years, 6 months ago) by skrll
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +153 -1
lines
imx6 kernels are part of GENERIC now
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri May 22 23:58:22 2020 UTC (4 years, 6 months ago) by rin
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +40 -35
lines
Regen
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri May 22 15:55:51 2020 UTC (4 years, 6 months ago) by skrll
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +68 -68
lines
Sort
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 18 21:19:34 2020 UTC (4 years, 6 months ago) by jmcneill
Branches: MAIN
Separate devicetree .dts -> .dtb building from kernel builds. They are now
part of a separate set, "dtb.tgz", and only built when MKDTB=yes. This
defaults to yes for earmv[67]* and aarch64, and no everywhere else.
CVSweb <webmaster@jp.NetBSD.org>