Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for NXP T1024 and booting Integrity OS #382

Merged
merged 4 commits into from
Jan 17, 2024

Conversation

dgarske
Copy link
Contributor

@dgarske dgarske commented Oct 13, 2023

Fixes for NXP T1024 and booting Integrity OS:

  • Fixed PPC spin table based on ePAPR 1.1.
  • Added flattened device tree (FDT) support. Setting required FDT fields per ePAPR 1.1.
  • Added Frame Manager microcode upload.
  • Fixed CPLD and setting QE clock.
  • Added support for setting logical device numbers and updated device tree.
  • Fixed QUICC Engine base address (was incorrect, should be 0x140000).
  • Fixed "cpu-release-addr" to use 64-bit value.
  • Added secondary cached boot page.
  • Added L2 cache support to multi-core.
  • Added flattened device tree parser tool for testing (make fdt-parser and tools/fdt-parser/fdt-parser).
  • Added checks for FDT header.
  • Added automated test case for NXP T1024 FDT.

@dgarske dgarske self-assigned this Oct 13, 2023
@dgarske dgarske force-pushed the nxp_t1024_integrity branch from 40b9436 to 4725c42 Compare October 13, 2023 21:24
danielinux
danielinux previously approved these changes Oct 16, 2023
@dgarske dgarske changed the title Fixes for NPX T1024 and booting Integrity OS Fixes for NXP T1024 and booting Integrity OS Oct 16, 2023
@dgarske dgarske force-pushed the nxp_t1024_integrity branch from e47e510 to aace337 Compare November 14, 2023 20:14
@dgarske dgarske force-pushed the nxp_t1024_integrity branch 6 times, most recently from 8d6ab46 to a3d289b Compare January 5, 2024 17:49
@dgarske dgarske force-pushed the nxp_t1024_integrity branch 2 times, most recently from d99cfcb to 67187b6 Compare January 5, 2024 22:13
@dgarske dgarske requested a review from danielinux January 5, 2024 22:13
* Fixed PPC spin table based on ePAPR 1.1.
* Added flattened device tree (FDT) support. Setting required FDT fields per ePAPR 1.1.
* Added Frame Manager microcode upload.
* Fixed CPLD and setting QE clock.
* Added support for setting logical device numbers and updated device tree.
* Fixed QUICC Engine base address (was incorrect, should be 0x140000).
* Fixed "cpu-release-addr" to use 64-bit value.
* Added secondary cached boot page.
* Added L2 cache support to multi-core.
* Added flattened device tree parser tool for testing (`make fdt-parser` and `tools/fdt-parser/fdt-parser`).
* Added checks for FDT header.
* Added automated test case for NXP T1024 FDT.
…issues with alignment and inlining of functions that should not be (like string.c memcpy).
@dgarske dgarske force-pushed the nxp_t1024_integrity branch from 67187b6 to d7fe7ab Compare January 5, 2024 22:45
@dgarske dgarske assigned dgarske and unassigned dgarske Jan 6, 2024
Copy link
Member

@danielinux danielinux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Consider adding a short doc page for the new parsing utilities. Double check debug flag in comment.

@@ -4,7 +4,7 @@

CC=gcc
CFLAGS=-Wall -g -ggdb
CFLAGS+=-I../../include -DWOLFBOOT_ELF -DELF_PARSER -DPRINTF_ENABLED
CFLAGS+=-I../../include -DWOLFBOOT_ELF -DELF_PARSER -DDEBUG_ELF -DPRINTF_ENABLED
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DEBUG_ELF left on by default may be a leftover, consider removing

@dgarske dgarske requested a review from danielinux January 16, 2024 21:51
@danielinux danielinux merged commit c6ac284 into wolfSSL:master Jan 17, 2024
76 checks passed
@dgarske dgarske deleted the nxp_t1024_integrity branch March 8, 2024 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants