Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-29 | update kernel versions to latest upstream | Waldemar Brodkorb | |
2012-01-18 | add patches for newer kernel versions for brcm support | Waldemar Brodkorb | |
2012-01-17 | enable LZMA/BZIP2/LZO support for brcm, enable other flash types which ↵ | Waldemar Brodkorb | |
allows booting on Asus WL500gp with LZMA kernel (size 1.8 mb incl. base image) | |||
2012-01-17 | make broadcom devices work with selfrelocatable bootloader (even Asus WL500gp) | Waldemar Brodkorb | |
2012-01-15 | update Linux kernels, add support for compression choice | Waldemar Brodkorb | |
2012-01-15 | kernel patches | Waldemar Brodkorb | |
2012-01-09 | update to 3.1.8, add lzma-loader for brcm47xx, kernel stuff + patches does ↵ | Waldemar Brodkorb | |
not work on Asus WL500gp | |||
2011-12-20 | update to 3.1.5 | Waldemar Brodkorb | |
2011-12-02 | remove ocf support, broken in my setup | Waldemar Brodkorb | |
2011-12-01 | refresh linux kernels | Waldemar Brodkorb | |
2011-11-10 | update to latest stable kernels | Waldemar Brodkorb | |
2011-10-17 | add default change patch | Waldemar Brodkorb | |
2011-10-17 | add ocf patch again and make swap option visible | Waldemar Brodkorb | |
2011-10-15 | allow more than one kernel to be configured, add shuttle pc support | Waldemar Brodkorb | |
2011-09-16 | add support for sharp zaurus (tested on terrier cl-3200) | Waldemar Brodkorb | |
2011-09-05 | resolve conflict | Waldemar Brodkorb | |
2011-09-05 | more make bulkallmod patches | Waldemar Brodkorb | |
2011-08-30 | add infrastructure for qemu-cris (still broken) | Waldemar Brodkorb | |
2011-08-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-08-29 | unbreak qemu mips | Waldemar Brodkorb | |
2011-08-24 | remove *.orig files from patch | Waldemar Brodkorb | |
2011-08-24 | sync patch with OpenWrt, combine both targets (rb411/rb433) | Waldemar Brodkorb | |
2011-08-22 | refresh kernel config, enable WLAN symbol, enable USB by default | Waldemar Brodkorb | |
2011-08-08 | now nfs works, when kernel is independently build | Waldemar Brodkorb | |
2011-08-08 | enable fsnotify by default, required by sunrpc | Waldemar Brodkorb | |
2011-08-04 | update ocf patch, remove config.h | Waldemar Brodkorb | |
2011-08-01 | different make bulkallmod fixes | Waldemar Brodkorb | |
2011-07-23 | different cris fixes | Waldemar Brodkorb | |
2011-07-16 | add Gemalto id | Waldemar Brodkorb | |
2011-06-12 | update default kernel to 2.6.39 | Waldemar Brodkorb | |
2011-04-27 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-04-27 | fix cris allconfig build | Waldemar Brodkorb | |
2011-04-27 | fix aligning of partitions, prepare for Netgear WGT634u with bigger CFE size | Waldemar Brodkorb | |
2011-04-26 | add model support for broadcom devices | Waldemar Brodkorb | |
2011-04-26 | fix parallel build, readd squashfs/cf fs targets for mips | Waldemar Brodkorb | |
2011-04-12 | resolve merge conflict | wbx | |
2011-04-12 | refresh lemote yeelong support | wbx | |
2011-04-12 | add basic support for Fonera devices (nfsroot) via OpenWrt/FreeWRT kernel ↵ | Waldemar Brodkorb | |
patches | |||
2011-03-08 | always compile zlib inflate into kernel | Waldemar Brodkorb | |
2011-01-29 | fix mtd rootfs patch | Waldemar Brodkorb | |
2011-01-24 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-20 | fix brcm targets. add LZMA and flashmap code patches. | Waldemar Brodkorb | |
* add support for Linksys WRT54GS the automatic rflash size recognition is still open. | |||
2011-01-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-19 | fix patch | Waldemar Brodkorb | |
2011-01-18 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-13 | update to Linux Kernel 2.6.37 | 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-07 | provide squashfs for bcm47xx including cfgfs partition | 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> |