NetBSD/distrib
dyoung 7c4812b990 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.
2024-05-04 02:21:48 +00:00
..
acorn32 PR/57913: Jan-Benedict Glaw: Don't embed build timestamp into archive 2024-02-09 15:34:34 +00:00
alpha s/displyed/displayed/ 2023-03-26 15:08:24 +00:00
amd64 Remove modules set from the i386 install cd 2024-04-26 17:36:32 +00:00
amiga Update loadbsd source and distribution binary to version 3.3. 2023-05-14 16:13:05 +00:00
arc Shrink ramdisk to make RAMDISK kernel smaller for ARC BIOS restriction. 2020-05-29 23:12:12 +00:00
atari s/succes/success/ in comments. 2022-12-30 09:08:47 +00:00
bebox PR/57906: Jan-Benedict Glaw: Extend`mkbootimage` to allow for 2024-02-08 17:57:54 +00:00
cats
cdrom Add "DVD" ISOs for x86 that don't have to follow CD size limitations. 2024-04-24 11:29:34 +00:00
cobalt handle mipsn64 2021-04-25 23:40:05 +00:00
common remove redundant kernels and floppies from the space-starved i386 ISO 2024-04-25 11:56:51 +00:00
dreamcast Try to shrink ramdiskbin binary. 2020-11-28 05:16:06 +00:00
emips
evbarm evbarm/instkernel/sshramdisk: Put firmware in the right paths. 2024-03-15 02:20:58 +00:00
evbmips libm Makefile: add fma() functions for mips. 2023-10-08 13:47:51 +00:00
evbppc Bump ramdisk size slightly 2020-11-06 18:36:20 +00:00
evbsh3 obsolete mkstr(1) and xstr(1) 2023-05-24 13:00:14 +00:00
ews4800mips ews4800mips/floppies: Fix ramdisk overflow by dropping IEEE 802.11 2023-07-29 17:33:50 +00:00
hp300 s/displyed/displayed/ 2023-03-26 15:08:24 +00:00
hpcarm
hpcmips Use libhack and the non-widechar hacked version of curses for 2021-11-01 19:37:32 +00:00
hpcsh
hppa Fix reproducible builds (Jan-Benedict Glaw) 2024-03-20 00:31:54 +00:00
i386 Remove modules set from the i386 install cd 2024-04-26 17:36:32 +00:00
ia64
ibmnws
landisk
luna68k Use more shrinked binaries from distrib/utils/x_foo versions. 2021-07-10 03:19:12 +00:00
mac68k s/displyed/displayed/ 2023-03-26 15:08:24 +00:00
macppc macppc/floppies: Use x_ variants of disklabel, fsck_ffs, and newfs. 2023-07-24 08:21:09 +00:00
miniroot No need to ask whether to use the TCP option on NFS mount. 2023-07-29 15:46:45 +00:00
mipsco
mvme68k s/Partititon/Partition/ 2023-08-10 06:38:15 +00:00
mvmeppc
news68k Use more shrinked x_foo binaries. 2020-06-13 19:15:43 +00:00
newsmips
next68k Build a RAMDISK root kernel on NetBSD/next68k release build. 2023-02-11 19:12:31 +00:00
notes Add 98542 and 98543 framebuffers to supported "Graphics Devices" section. 2024-05-01 19:40:56 +00:00
ofppc
playstation2
pmax handle mipsn64 2021-04-25 23:40:05 +00:00
prep bump bebox and prep image sizes for GCC 9. 2020-09-15 08:13:51 +00:00
riscv Add dhcpcd to riscv ramdisk, etc. 2024-05-04 00:41:06 +00:00
rs6000
sandpoint grow 2022-03-26 17:09:53 +00:00
sets Add a device tree for the Red Pitaya SDRlab 122-16. 2024-05-04 02:21:48 +00:00
sgimips
shark
sparc s/hierach/hierarch/ 2022-05-28 21:57:39 +00:00
sparc64 Remove modules set from the i386 install cd 2024-04-26 17:36:32 +00:00
sun2 Use more SMALL binaries and reduce diffs between sun2 and sun3. 2021-06-27 05:25:12 +00:00
sun3 Use more SMALL binaries and reduce diffs between sun2 and sun3. 2021-06-27 05:25:12 +00:00
syspkg s/progam/program/ 2021-12-05 07:18:53 +00:00
utils Add new sets: base32, debug32, manhtml 2024-04-09 15:17:21 +00:00
vax VAX boot.fs: Fix owner/group/permissions for VAX's boot.fs (Jan-Benedict Glaw) 2024-04-23 22:00:37 +00:00
virt68k Add installation ramdisk for virt68k. With the GENERIC kernel, you can 2024-01-07 00:57:13 +00:00
x68k Use more shrinked tools in src/distrib/utils. 2022-02-04 17:21:56 +00:00
zaurus
Makefile
Makefile.inc