bootx_dt_add_prop
bootx_dt_add_prop("linux,bootx", NULL, 0, mem_end);
bootx_dt_add_prop("bootargs", args, strlen(args) + 1, mem_end);
bootx_dt_add_prop("linux,initrd-start", &val, 4, mem_end);
bootx_dt_add_prop("linux,initrd-end", &val, 4, mem_end);
bootx_dt_add_prop("linux,stdout-path", bootx_disp_path,
bootx_dt_add_prop("linux,boot-display", NULL, 0, mem_end);
bootx_dt_add_prop("linux,opened", NULL, 0, mem_end);
bootx_dt_add_prop("linux,bootx-noscreen", NULL, 0, mem_end);
bootx_dt_add_prop("linux,bootx-depth", &tmp, 4, mem_end);
bootx_dt_add_prop("linux,bootx-width", &tmp, 4, mem_end);
bootx_dt_add_prop("linux,bootx-height", &tmp, 4, mem_end);
bootx_dt_add_prop("linux,bootx-linebytes", &tmp, 4, mem_end);
bootx_dt_add_prop("linux,bootx-addr", &tmp, 4, mem_end);
bootx_dt_add_prop(namep,