open-power / serverwiz

Apache License 2.0
4 stars 18 forks source link

P8NVLink support #17

Closed alvintpwang closed 8 years ago

alvintpwang commented 8 years ago

Add P8NVLink support

Need to change xmltohb.pl

sub enumNameToValue { my ($enumeration,$enumeratorName) = @_; # Remove the preceding word of P8NVLink. Hostboot can't recognize the P8P_XXX $enumeratorName =~ s/P8P_//g; my $nextEnumeratorValue = 0; my $found = 0; my $enumeratorValue;

Change list

target_instances_v3.xml * Add p8p_occ-0 instance

target_types_mrw.xml * Move PROC_PCIE_XXXX attributes from socket-proc_socket-50mm to module-module-turismo and module-module-dellovo * Add NPU_MMIO_XXXX attributes in chip-processor-naples * Change WRITE_PAGE_SIZE


This change is Reviewable