Skip to content

Commit 0b206d6

Browse files
dgarskedanielinux
authored andcommitted
Fixes for NXP T1024 with Integrity OS. Adds additional FDT fixups for FMAN, Ethernet, PCI. Add PCI init and enumeration.
1 parent 6ccf221 commit 0b206d6

7 files changed

Lines changed: 518 additions & 67 deletions

File tree

arch.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ ifeq ($(TARGET),nxp_t1024)
425425
LDFLAGS+=-Wl,--as-needed # remove weak functions not used
426426
OBJS+=src/boot_ppc_mp.o # support for spin table
427427
OBJS+=src/fdt.o
428+
OBJS+=src/pci.o
428429
UPDATE_OBJS:=src/update_ram.o
429430
ifeq ($(SPMATH),1)
430431
MATH_OBJS += ./lib/wolfssl/wolfcrypt/src/sp_c32.o

0 commit comments

Comments
 (0)