I want to return to this topic.
I have investigated this problem in detail. Yes, AM3517 has support for 4K and 8K page NAND for IC's with capacity greater than 2GB with ID codes from that table. But support of that memories is very limited due to a BUG (not described in the errata sheet) in the ROM bootloader. ROM bootloader always reads 0x0C ECC bytes from OOB (ROM code position 0x4001792A; MOVS R1, 0x0C), instead of 0x18 bytes needed for 4K page or 0x30 bytes for 8K page. Thus, ROM bootloader can successfully load only first 2K of data from NAND. If your image contains more data, it can't be loaded because of false ECC errors.
The only way to load x-loader from these NAND chips is to write small (<=2K bytes) "pre-loader", which will load x-loader. This really works.
I think, it is the serious reason to update the Errata sheet.