summaryrefslogtreecommitdiff
path: root/cmd/sbc_harness/static
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/sbc_harness/static')
-rw-r--r--cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS.md29
l---------cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/agpl-3.0.txt1
l---------cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/newlib.txt1
l---------cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/pico-sdk.bsd3.txt1
l---------cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/printf.mit.txt1
l---------cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/tinyusb.mit.txt1
-rw-r--r--cmd/sbc_harness/static/Documentation/harness_flash_bin.txt24
-rw-r--r--cmd/sbc_harness/static/Documentation/harness_rom_bin.txt41
8 files changed, 0 insertions, 99 deletions
diff --git a/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS.md b/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS.md
deleted file mode 100644
index 1e89d72..0000000
--- a/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS.md
+++ /dev/null
@@ -1,29 +0,0 @@
-<!--
- Documentation/YOUR_RIGHTS_AND_OBLIGATIONS.md - Overview of your
- rights and obligations with regard to the SBC-Harness firmware
-
- Copyright (C) 2025 Luke T. Shumaker <lukeshu@lukeshu.com>
- SPDX-License-Identifier: AGPL-3.0-or-later
--->
-
-The firmware running on the SBC-Harness is Free Software -- if you
-have access to this file, then you have the freedom to use, study,
-share, and improve; as long as you follow a few conditions that
-basically amount to "paying it forward".
-
-The precise terms of your rights and obligations are given in the
-files in the `YOUR_RIGHTS_AND_OBLIGATIONS/` directory. You must obey
-each of the files in that directory when distributing copies or
-modified copies of the firmware:
-
- - `agpl-3.0.txt`: The firmware is as-a-whole licensed to you under
- the terms of the GNU Affero General Public License (GNU AGPL) as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version. This is the main
- document that protects your rights and defines obligations.
-
- - other files: The firmware makes use of other code that is under
- various other licenses. When taken with the AGPL, they amount to
- requiring that you pass along the copyright and license text in
- those files when you distribute copies or modified copies of the
- firmware.
diff --git a/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/agpl-3.0.txt b/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/agpl-3.0.txt
deleted file mode 120000
index 8a9b6f3..0000000
--- a/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/agpl-3.0.txt
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../COPYING.txt \ No newline at end of file
diff --git a/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/newlib.txt b/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/newlib.txt
deleted file mode 120000
index 5c5939c..0000000
--- a/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/newlib.txt
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../3rd-party/COPYING.newlib.txt \ No newline at end of file
diff --git a/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/pico-sdk.bsd3.txt b/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/pico-sdk.bsd3.txt
deleted file mode 120000
index 52c4374..0000000
--- a/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/pico-sdk.bsd3.txt
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../3rd-party/pico-sdk/LICENSE.TXT \ No newline at end of file
diff --git a/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/printf.mit.txt b/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/printf.mit.txt
deleted file mode 120000
index 5a6e342..0000000
--- a/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/printf.mit.txt
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../3rd-party/pico-sdk/src/rp2_common/pico_printf/LICENSE \ No newline at end of file
diff --git a/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/tinyusb.mit.txt b/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/tinyusb.mit.txt
deleted file mode 120000
index 22a67cf..0000000
--- a/cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/tinyusb.mit.txt
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../3rd-party/pico-sdk/lib/tinyusb/LICENSE \ No newline at end of file
diff --git a/cmd/sbc_harness/static/Documentation/harness_flash_bin.txt b/cmd/sbc_harness/static/Documentation/harness_flash_bin.txt
deleted file mode 100644
index 982d7e0..0000000
--- a/cmd/sbc_harness/static/Documentation/harness_flash_bin.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-NAME
- /harness/flash.bin
-
-DESCRIPTION
- Access to the flash storage chip (where the harness firmware
- is stored).
-
- Any number of readers may read the flash contents.
-
-BUGS
- - The size of the chip is configured at compile-time. If the
- firmware is loaded onto hardware with a larger flash chip
- than it was compiled for, then the upper part of the chip
- will not be accessible with this file. If the firmware is
- loaded onto hardware with a smaller flash chip than it was
- compiled for, then accessing the missing upper part of the
- chip will crash.
-
- - This file is not writable; it aught to be possible to update
- the harness firmware by writing to this file.
-
-AUTHOR
- Copyright (C) 2025 Luke T. Shumaker <lukeshu@lukeshu.com>
- SPDX-License-Identifier: AGPL-3.0-or-later
diff --git a/cmd/sbc_harness/static/Documentation/harness_rom_bin.txt b/cmd/sbc_harness/static/Documentation/harness_rom_bin.txt
deleted file mode 100644
index 63fd0a3..0000000
--- a/cmd/sbc_harness/static/Documentation/harness_rom_bin.txt
+++ /dev/null
@@ -1,41 +0,0 @@
-NAME
- /harness/rom.bin
-
-DESCRIPTION
- Read access to the RP2040 CPU's ROM. This contains code that
- initializes the chip to load the main firmware from the
- external flash chip, provides a failsafe USB-programmable
- mode, and provides a few functions that the main firmware can
- call to.
-
-BUGS
- This ROM is programmed into the chip at the factory; revising
- it means issuing a new revison of the RP2040 CPU. So while
- the source code to the ROM is freely available to be used,
- studied, and shared; one cannot install modified versions onto
- the CPU.
-
-HISTORY
- - RP2040 B0 : chips manufactured before September 2020 or so
- - RP2040 B1 : chips manufactured after September 2020 or so
- - Released to the public January 2021; chance whether you get
- a B0 or a B1 chip.
- - RP2040 B2 : released September 2021
-
- Printed on the physical CPU is a label that indicates which
- revision it is. For example:
-
- RP2-B2 21/24
-
- indicates that it is the "B2" revision (and was manufactured
- the 21st week (late May) of 2024).
-
-SEE ALSO
- - /harness/cpuinfo.txt can report which CPU version you have.
-
- - The source code to each ROM revision is published at
- https://github.com/raspberrypi/pico-bootrom-rp2040
-
-AUTHOR
- Copyright (C) 2025 Luke T. Shumaker <lukeshu@lukeshu.com>
- SPDX-License-Identifier: AGPL-3.0-or-later