Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-19 | disable hardware i never seen or use, fix previos commit | Waldemar Brodkorb | |
2011-01-18 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-17 | fix packages to be compile with stack protector | Waldemar Brodkorb | |
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages | |||
2011-01-13 | update to Linux Kernel 2.6.37 | Waldemar Brodkorb | |
2011-01-12 | fix squashfs image generation | Waldemar Brodkorb | |
2011-01-11 | fix patch, after aufs2 addition | Waldemar Brodkorb | |
2011-01-11 | add aufs2 kernel patches, update aufs2-util to match | Waldemar Brodkorb | |
2011-01-10 | remove obsolete file from cat list | Waldemar Brodkorb | |
2011-01-10 | modify description | Waldemar Brodkorb | |
2011-01-10 | resolve conflicts | Waldemar Brodkorb | |
2011-01-10 | add LTO support to toolchain settings. Cleanup SYSROOT mess. | Waldemar Brodkorb | |
- just use on sysroot directory for toolchain. - add missing patches from previos commit. (rpath/cflags cleanup) | |||
2011-01-10 | allow disabling kernel customisation completely | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-08 | rework and cleanup top level directory creation, avoid some unnecessary rebuils | Waldemar Brodkorb | |
2011-01-07 | unbreak wrong-endianness issue (on non-linux), fix patch and add checks | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-07 | loop device needs block device support | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-07 | our kernels for TFTP are no longer gzip’d – fix usage | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-07 | provide squashfs for bcm47xx including cfgfs partition | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-07 | expose squashfs always | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-07 | unbreak build by honouring the HOSTCC/HOSTCFLAGS variables | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-07 | add choices for both the root login shell and /bin/sh | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
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). Even worse, we probably cannot overwrite CFE space even late, so we move vmlinuz like this: | |vmlinux | |CFE| |vmlinuz | | This way, both “Total memory used by CFE” and “Boot area (physical)” (the latter as mapped into KSEG0) are retained. 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 f6897b395f6340132ab47a46fe587e8e6ced647a. | |||
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). Even worse, we probably cannot overwrite CFE space even late, so we move vmlinuz like this: | |vmlinux | |CFE| |vmlinuz | | This way, both “Total memory used by CFE” and “Boot area (physical)” (the latter as mapped into KSEG0) are retained. 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 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-05 | cleanup duplicate kernel module feature | Waldemar Brodkorb | |
2011-01-05 | update mips qemu targets. 64 Bit kernels still does not boot completely | Waldemar Brodkorb | |
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 | 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-02 | more make bulk fixes. sparc eglibc is broken. add special handling for qemu ↵ | Waldemar Brodkorb | |
targets | |||
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 typo, arm is little endian | Waldemar Brodkorb | |
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 | alix1c is bootable via USB stick | 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 | 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 | |