Three-stage boot as Suchit describes was proposed (on mpc85xx/QorIQ, not
mpc83xx), but the implementation was not finished. On chips where L2 cache is
too small (or absent), DDR is normally initialized in the first stage (as Matthew describes)
using fixed register values (the code to process SPD data won't fit in
that stage) -- but it looks like this is not currently supported by
P1_P2_RDB. So no, NAND boot is not yet supported on P1011RDB.
BTW, do you have the -PC variant of the P1011RDB? In that case, p1_p2_rdb_pc is the config you want, and that does support going straight to DDR from the NAND SPL. You'd build for the P1020RDB-PC_NAND target (or P1020RDB-PC_36BIT_NAND). P1020 is the same as P1011 except with two cores. I suspect that it will work and that the difference in the number of CPUs will be detected at runtime, but it's possible you could run into problems. Again, this will only work if you have the -PC variant of the board.