File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ There are no breaking changes.
2424 * See the [ manual section] ( https://github.com/seL4/microkit/blob/2.1.0/docs/manual.md#multi-core-smp-configurations-multicore_config )
2525 for more details.
2626* Add new ` setvar_id ` attribute similar to ` setvar_vaddr ` but for any system description
27- elements that have an identifier asscoiated with them (e.g channel ends).
27+ elements that have an identifier associated with them (e.g channel ends).
2828* Add new ` --image-type ` argument to the tool to specify system image format
2929 that will be produced.
3030 * For ARM and RISC-V support we have only supported emitting a raw binary. We now support
3131 ELFs and (on RISC-V) the uImage format.
3232 * On RISC-V platforms, when booting with U-Boot (e.g on the Star64) the binary format does
33- not receive the expected arguments for booting (hart ID). The binary was working by co-incidence
33+ not receive the expected arguments for booting (hart ID). The binary was working by coincidence
3434 and only for the uImage Linux format does U-Boot pass the hart ID when booting the image. For
3535 this reason all RISC-V hardware platforms (other than our supported FPGA platforms) default to
3636 uImage now to prevent booting issues.
You can’t perform that action at this time.
0 commit comments