haiku/headers/private/kernel/platform
Alexander von Gluck IV c6a4fee579 loader/u-boot: Use FDT serial info to create uart
* drop my fdt tests
* we have to call fdt parsing code *after* cpu_init (why?)
* pass fdt pointer to all FDT support calls to avoid confusion
  once we get into the kernel land
* look for PL011 compatible uart and use it
* Add some saftey checks to serial putc code to avoid null*
* fdt_node_check_compatible returns 0 on success not 1
* fdt_get_device_reg needs to add the SOC base to the result
* fdt_get_device_reg might need to add the second range cell
  instead of reg?
2015-03-28 15:52:16 -05:00
..
atari_m68k add header & (c) 2008-11-01 20:33:39 +00:00
openfirmware OF: Make sure the of_region templatized struct is packed 2012-11-06 16:34:01 +01:00
u-boot loader/u-boot: Use FDT serial info to create uart 2015-03-28 15:52:16 -05:00