Hi! I find the reason. > cpu0: HID0 80000000<EMCP> No TBEN bitset in HID0. I add: mtspr(SPR_HID0, mfspr(SPR_HID0)| HID0_BOOKE_TBEN ); Now kernel boot successfully with correct decrementer value. :) Next is nand and CF disks. --