I have some thoughts after looking at your PDF.
Power Enrichment
PE reduction is essentially just factors that reduce the power enrichment/open loop pulsewidth based on various conditions. In the ECU binary code it doesn't seem to have any affect on the transition from open back to closed loop, it is purely a "feature" of PE/open loop. I'm not sure what the intended purpose of PE reduction is but that's what it does and I assume Honda has their reasons. For the most part, changes to these values will essentially amount to scaling pulsewidths to match larger injectors.
In regard to your comments on "Max Pulsewidth for ClosedLoop Operation ClosedLoopMaxPw", I refer you to this post I made in the other thread:
http://www.nsxprime.com/forum/showt...rating-month?p=2026727&viewfull=1#post2026727
That table naming is somewhat misleading, out of the 3 main parameters controlling entry into open loop/PE, it is the least meaningful.
EGR
EGR is fairly straightforward, it has parameters dictating when it is activated and it just switches fuel and timing maps like you've pointed out. The reason the maps are much larger than "necessary" (going beyond 5k rpm for example) is so they will work with the same ROM code functions used to read the standard fuel and timing maps. Those functions expect 16x20 tables so the EGR tables must be 16x20 to be compatible.
I suspect the only thing that will need to be touched for EGR is the fuel map and that will amount to scaling and then adjusting as needed based on resulting AFRs. The solenoid pulsewidth map and timing tables should be left alone as Honda carefully tuned these values from the factory.
Load Calculation
The various alpha N parameters are used in limp mode when a MAP fault is detected but never any other time during normal operation. Fortunately, the code handling Alpha N has been written in a way that makes it easy to enable and disable it at will, so theoretically can be used to run ITBs with some code patches.
The 0-100% "load" value is derived directly from manifold pressure under normal conditions, the 10 bit raw reading from the MAP sensor analog to digital conversion is converted into a 0-255 value representing roughly full vacuum up to 0.25 psi then displayed in tunerpro as 0-100%, future releases will have the load percentages replaced with actual manifold pressure readings in tunerpro so we have a better idea of what's really going on in the engine.