parent
77b2ff22bc
commit
57ddaa8efd
|
@ -547,9 +547,8 @@ about here:
|
|||
util/spkmodem\_recv/
|
||||
---------------
|
||||
|
||||
FSF has original copyright on this; it was imported from coreboot, who in turn
|
||||
imported it from GRUB with very little modification. Therefore, this code is
|
||||
canonically based on what is provided in GNU GRUB.
|
||||
Canoeboot imported this from coreboot, whi is turn imported it from GRUB with
|
||||
little to no modification.
|
||||
|
||||
This is a receiving client for spkmodem, which is a method of providing serial
|
||||
consoles via pulses on the PC speaker. The `spkmodem_recv` client will *decode*
|
||||
|
|
|
@ -589,10 +589,7 @@ should use that if you don't want these files. They are, thus:
|
|||
* `src/pico-sdk/lib/tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/nrf_svc.h`
|
||||
* `src/pico-sdk/lib/tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/nrf52/nrf_mbr.h`
|
||||
|
||||
Thanks go to Craig Topham, who is the Copyright and Licensing Associate at the
|
||||
Free Software Foundation; you can find his entry on the [FSF staff
|
||||
page](https://www.fsf.org/about/staff-and-board). Craig is the one who reported
|
||||
these.
|
||||
Thanks go to Craig Topham, who reported this issue.
|
||||
|
||||
The Canoeboot 20231026 and 20231101 release tarballs will not be altered, but
|
||||
errata has now been added to the announcement pages for those releases, to let
|
||||
|
|
|
@ -184,10 +184,7 @@ should use that if you don't want these files. They are, thus:
|
|||
* `src/pico-sdk/lib/tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/nrf_svc.h`
|
||||
* `src/pico-sdk/lib/tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/nrf52/nrf_mbr.h`
|
||||
|
||||
Thanks go to Craig Topham, who is the Copyright and Licensing Associate at the
|
||||
Free Software Foundation; you can find his entry on the [FSF staff
|
||||
page](https://www.fsf.org/about/staff-and-board). Craig is the one who reported
|
||||
these.
|
||||
Thanks go to Craig Topham, who reported this.
|
||||
|
||||
The Canoeboot 20231026 and 20231101 release tarballs will not be altered, but
|
||||
errata has now been added to the announcement pages for those releases, to let
|
||||
|
|
|
@ -80,10 +80,7 @@ the last two releases, but have been deleted in *today's* release:
|
|||
* `src/pico-sdk/lib/tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/nrf_svc.h`
|
||||
* `src/pico-sdk/lib/tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/nrf52/nrf_mbr.h`
|
||||
|
||||
Thanks go to Craig Topham, who is the Copyright and Licensing Associate at the
|
||||
Free Software Foundation; you can find his entry on the [FSF staff
|
||||
page](https://www.fsf.org/about/staff-and-board). Craig is the one who reported
|
||||
these.
|
||||
Thanks go to Craig Topham, who reported this.
|
||||
|
||||
The Canoeboot 20231026 and 20231101 release tarballs will not be altered, but
|
||||
errata has now been added to the announcement pages for those releases, to let
|
||||
|
|
|
@ -79,9 +79,6 @@ final build (the actual code that goes in-flash):
|
|||
* build/roms: split up `main()` into smaller functions
|
||||
* build/roms: allow status search by mismatch (e.g. list all targets that
|
||||
are *not* stable, instead of only being able to list ones that are)
|
||||
* Update the `README.md` file, applying the same change as described
|
||||
above (adopt a neutral/concilliatory tone toward FSF/GNU, and don't tell
|
||||
everyone Libreboot is a superior project that everyone should use).
|
||||
|
||||
Regarding SeaBIOS, the following upstream changes have been merged into
|
||||
this Canoeboot release:
|
||||
|
|
Loading…
Reference in New Issue