Skip to content

Commit

Permalink
Fixes for NXP PT1024 with Integrity OS. Adds additional FDT fixups fo…
Browse files Browse the repository at this point in the history
…r FMAN, Ethernet, PCI. Add PCI init and enumeration.
  • Loading branch information
dgarske committed Jan 26, 2024
1 parent c6ac284 commit 47268b0
Show file tree
Hide file tree
Showing 7 changed files with 518 additions and 67 deletions.
1 change: 1 addition & 0 deletions arch.mk
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ ifeq ($(TARGET),nxp_t1024)
LDFLAGS+=-Wl,--as-needed # remove weak functions not used
OBJS+=src/boot_ppc_mp.o # support for spin table
OBJS+=src/fdt.o
OBJS+=src/pci.o
UPDATE_OBJS:=src/update_ram.o
ifeq ($(SPMATH),1)
MATH_OBJS += ./lib/wolfssl/wolfcrypt/src/sp_c32.o
Expand Down
Loading

0 comments on commit 47268b0

Please sign in to comment.