Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-06 | Revert "Add experimental code to self-relocate vmlinuz on e.g. brcm" | Waldemar Brodkorb | |
This reverts commit 5bd743ad60b85f005235aac2435563b168e012e3. | |||
2011-01-06 | Add experimental code to self-relocate vmlinuz on e.g. brcm | Thorsten Glaser | |
This is needed for the following reason: our memory layout looks like this: | |vmlinux | |CFE| * | | | |vmlinuz | | ^ Since CFE can only load to the spot marked with ‘^’ anyway, we load vmlinub.elf there which is basically a big rodata blob containing vmlinuz and minimal code moving it to the location pointed with vmlinuz above. Another solution would be to use CFE’s “boot -raw” to place it on the location marked with ‘*’ above (but the CFE location and size are dynamic, and since it insists on loading to 0x80001000 anyway, this point is virtually moot). Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-06 | Revert "Add experimental code to self-relocate vmlinuz on e.g. brcm" | Waldemar Brodkorb | |
This reverts commit 80d8381811821445bc47cd6e46f1eea423d9fce5. | |||
2011-01-06 | Add experimental code to self-relocate vmlinuz on e.g. brcm | Thorsten Glaser | |
This is needed for the following reason: our memory layout looks like this: | |vmlinux | |CFE| * | | | |vmlinuz | | ^ Since CFE can only load to the spot marked with ‘^’ anyway, we load vmlinub.elf there which is basically a big rodata blob containing vmlinuz and minimal code moving it to the location pointed with vmlinuz above. Another solution would be to use CFE’s “boot -raw” to place it on the location marked with ‘*’ above (but the CFE location and size are dynamic, and since it insists on loading to 0x80001000 anyway, this point is virtually moot). Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-04 | add predefined loader cache | Waldemar Brodkorb | |
2011-01-04 | remove obsolete -, fails otherwise on Cygwin | Waldemar Brodkorb | |
2011-01-04 | just warn, don't exit on Cygwin | Waldemar Brodkorb | |
2011-01-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-04 | copy fsf config.guess on Cygwin and use it. | Waldemar Brodkorb | |
When compiling gmp under Windows XP on a 64 Bit AMD system, config.guess tries to build with ABI64 and fails. Using configfsf.guess in this case, will fix it. | |||
2011-01-04 | copy readelf only on Darwin build system | Waldemar Brodkorb | |
On Cygwin readelf in this directory is not the right binary. The real binary is in .libs/readelf.exe. Toolchain building fails on Cygwin after copying the readelf thingy. | |||
2011-01-03 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-03 | fix qemu targets, make them bootable again | Waldemar Brodkorb | |
2011-01-03 | avoid error message, when not available | Waldemar Brodkorb | |
2011-01-03 | make it cross-compile | Waldemar Brodkorb | |
2011-01-03 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-03 | add mtrr support, mask some drivers not useful for ibm x40 | Waldemar Brodkorb | |
2011-01-03 | fix cross-compile on Darwin | Waldemar Brodkorb | |
2011-01-03 | update mplayer to latest svn | Waldemar Brodkorb | |
2011-01-03 | ignore warning, when not found | Waldemar Brodkorb | |
2011-01-02 | more make bulk fixes. sparc eglibc is broken. add special handling for qemu ↵ | Waldemar Brodkorb | |
targets | |||
2011-01-02 | when creating package flavours, depend on main package | Waldemar Brodkorb | |
2011-01-02 | add parport_pc support | Waldemar Brodkorb | |
2011-01-02 | fix native builds, enable hardware choices. enable parallelport for ibm-x40 | Waldemar Brodkorb | |
2011-01-02 | fix bulktoolchain build | Waldemar Brodkorb | |
2011-01-02 | fix typo, arm is little endian | Waldemar Brodkorb | |
2011-01-02 | remove obsolete stuff | Waldemar Brodkorb | |
2011-01-02 | we need leading slash, othwerwise subdirectories will be ignored, reported ↵ | Waldemar Brodkorb | |
by jseitter | |||
2011-01-02 | fix kernel install problem | Waldemar Brodkorb | |
2011-01-02 | resolve merge conflict | Waldemar Brodkorb | |
2011-01-02 | add an example interfaces file, make tmpfs configurable via menu | Waldemar Brodkorb | |
2011-01-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-02 | make bulk fixes. fix toolchain building for sparc64/ppc | Waldemar Brodkorb | |
2011-01-01 | switch mipsel uclibc to N32 ABI | Waldemar Brodkorb | |
2011-01-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-01 | alix1c is bootable via USB stick | Waldemar Brodkorb | |
2011-01-01 | fix recognition of BSD stat. now busybox stat works, too. | Waldemar Brodkorb | |
2011-01-01 | be quiet on filesystem creation | Waldemar Brodkorb | |
2011-01-01 | use /sbin for watchdog binary | Waldemar Brodkorb | |
2011-01-01 | enable ACPI for ALIX1c board. | Waldemar Brodkorb | |
This is required for correct IRQ routing. After this MFGPT get its interrupt 7 and the watchdog works fine. Bug closed. | |||
2011-01-01 | be sure EHCI module is loaded before OHCI/UHCI | Waldemar Brodkorb | |
2011-01-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-01 | use HOSTCFLAGS, avoid object file generation | Waldemar Brodkorb | |
2010-12-31 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-12-31 | should be without path, just the name of the kernel | Waldemar Brodkorb | |
2010-12-31 | fix native library stuff | Waldemar Brodkorb | |
2010-12-31 | create empty file, when using defconfig. fix make bulk | Waldemar Brodkorb | |
2010-12-31 | resolve conflict | Waldemar Brodkorb | |
2010-12-31 | fix native builds | Waldemar Brodkorb | |
2010-12-31 | fix image creation | Waldemar Brodkorb | |
2010-12-31 | revert common uClibc vfork implementation. the new one does not work with ↵ | Waldemar Brodkorb | |
cris architecture |