summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael Gernoth [Fri, 20 Jan 2012 15:43:16 +0000]
update offsets to new european GB kernel, set software booting from USB
Michael Gernoth [Fri, 27 May 2011 12:02:52 +0000]
remove copy of the omap-serial driver, as the stock on works now
Michael Gernoth [Thu, 26 May 2011 13:30:04 +0000]
more stuff
Michael Gernoth [Thu, 26 May 2011 12:03:24 +0000]
more non-working serial stuff
Michael Gernoth [Thu, 26 May 2011 10:06:10 +0000]
serial seems to work, but produces no output on headphone jack
Michael Gernoth [Wed, 25 May 2011 16:01:26 +0000]
add more serial stuff, still not working...
Michael Gernoth [Wed, 25 May 2011 13:54:08 +0000]
enable this serial port, this does not work yet...
Michael Gernoth [Wed, 25 May 2011 10:32:12 +0000]
unload support
Michael Gernoth [Wed, 25 May 2011 09:05:07 +0000]
add module to switch kernel serial console to headphone jack
this should provide the kernel messages from the running motorola
kernel on the headset_switch pin of the headphone jack.
Currently untested, as I have no such cable yet. It's also
probably not connected to the currently hardcoded ttyS1.
Michael Gernoth [Wed, 25 May 2011 08:18:10 +0000]
don't shut down devices, still doesn't work on MS2 even with more ATAGS
Michael Gernoth [Wed, 25 May 2011 07:29:56 +0000]
hardcode restart_prepare address again
Michael Gernoth [Wed, 25 May 2011 07:29:35 +0000]
at least a bit of atag information...
Michael Gernoth [Tue, 24 May 2011 22:29:31 +0000]
parse System.map for memory locations
This removes static memory addresses of sys_call_table and
kernel_restart_prepare and makes it easier to compile for a
new target
Michael Gernoth [Tue, 24 May 2011 22:12:21 +0000]
calling the real kernel_restart_prepare wasn't such a bad idea after all
Michael Gernoth [Tue, 24 May 2011 21:44:26 +0000]
atags extracted from bootloader, are these really all?
Michael Gernoth [Tue, 24 May 2011 20:20:21 +0000]
patches for 2.6.32 to work as a kexecd kernel
Michael Gernoth [Tue, 24 May 2011 20:19:01 +0000]
A bit of a success :-)
The module is now able to load a kernel and extract it, when run on
a beagle-board. But the extracted kernel won't boot :-(
Michael Gernoth [Mon, 23 May 2011 22:39:48 +0000]
bring kexec.c to version 2.6.39
Michael Gernoth [Mon, 23 May 2011 21:58:21 +0000]
depend on CONFIG_OUTER_CACHE
Michael Gernoth [Mon, 23 May 2011 21:35:06 +0000]
update kexec to 2.6.39 version, still doesn't work...
Michael Gernoth [Mon, 23 May 2011 13:47:14 +0000]
update gitignore
Michael Gernoth [Sun, 22 May 2011 21:51:37 +0000]
Revert "call real kernel_restart_prepare"
This reverts commit
564905afa42095ac74577634db65f902f2533c31.
Michael Gernoth [Sun, 22 May 2011 19:55:03 +0000]
use setup_mm_for_reboot from current kernels, no need for init_mm
Michael Gernoth [Sun, 22 May 2011 18:59:28 +0000]
apply upstream commit
1f667c690be3ab71036c436d8391105eee23f65b
ARM: 5886/1: arm: Fix cpu_proc_fin() for proc-v7.S and make kexec work
Michael Gernoth [Sun, 22 May 2011 12:11:29 +0000]
call real kernel_restart_prepare
Michael Gernoth [Sun, 22 May 2011 11:57:56 +0000]
don't be so verbose
Michael Gernoth [Sun, 22 May 2011 11:42:09 +0000]
update kexec code from ms2 kernel sources
Michael Gernoth [Sun, 22 May 2011 10:56:55 +0000]
add gitignore
Michael Gernoth [Sun, 22 May 2011 10:53:32 +0000]
update assembler files to versions from MS2 kernel
Michael Gernoth [Sun, 22 May 2011 10:44:23 +0000]
fix compilation of mmu.c and hardcode location of initmm
Michael Gernoth [Sun, 22 May 2011 10:43:48 +0000]
hardcode location of ms2 syscall_table
Michael Gernoth [Sun, 22 May 2011 10:43:07 +0000]
fix Makefile
Michael Gernoth [Sun, 22 May 2011 10:38:46 +0000]
add initial kexec sources from kexec-prealpha-r2.tar.gz