BIOS_REGION_SIZE
const size_t bios_len = BIOS_REGION_SIZE;
rombase = ioremap(BIOS_REGION_BASE, BIOS_REGION_SIZE - 1);