genode/base-foc/patches
Genode Labs d1891e8a27 Merge final fixes from internal repositories 2011-12-23 14:04:29 +01:00
..
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
crtn_arm_binutils_2.21.1.patch Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
fix_exception_ip.patch Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
foc_exregs_ret_state.patch Merge final fixes from internal repositories 2011-12-23 14:04:29 +01:00
foc_single_step_x86.patch Merge final fixes from internal repositories 2011-12-23 14:04:29 +01:00
timer_arm.patch Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
vexpress_detection.patch Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

README

The patches in this directory are modifications of the Fiasco.OC kernel
required for using this kernel with Genode.

:'foc_single_step_x86.patch':

  This patch enables the user land to use the CPU's single stepping mode on
  x86_32 platforms. It is needed to enable the use of GDB monitor for
  user-level debugging.

:'fix_exception_ip.patch':

  On the occurrence of undefined-instruction exceptions on ARM, Fiasco.OC
  reports a wrong program-counter value to the exception handler. The patch
  fixes the problem.