| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a cellvision profile for ADM5120 IP based cameras, build several modules ... | florian | 2007-06-11 | 2 | -5/+31 |
* | Fix the irq mapping for routerboard devices (#1843) | florian | 2007-06-11 | 1 | -8/+4 |
* | Use the flash0_size from the adm5120_board structure to correctly remap the f... | florian | 2007-06-10 | 1 | -2/+2 |
* | Change the main partition to be named rootfs so that the scripts mount it | florian | 2007-06-08 | 1 | -1/+1 |
* | Resync adm5120 kernel config, lzma-loader fixes from Gabor | florian | 2007-06-08 | 4 | -9/+19 |
* | Fix the cmdline hack patch, thanks Gabor | florian | 2007-06-08 | 1 | -2/+2 |
* | USB probe rewrite, really needs testing | florian | 2007-06-05 | 1 | -46/+49 |
* | Add a ralink profile (for ADM5120 based IP cameras) | florian | 2007-06-05 | 2 | -0/+16 |
* | Fix endianness issues with adm5120eb, thanks to Gabor ! | florian | 2007-06-03 | 1 | -21/+72 |
* | adm5120 timing specific routines, was part of the IRQ handling rewritte | florian | 2007-06-03 | 1 | -0/+54 |
* | IRQ handler rewrite by Gabor Juhos, uses C no longer assembly | florian | 2007-06-02 | 14 | -384/+518 |
* | Update YAFFS config, wget2nand should use br-lan since eth0 is always bridged... | florian | 2007-05-30 | 1 | -1/+2 |
* | Add board specific code, autodetect the kernel, fixes #1707, thanks Gabor Juhos | florian | 2007-05-30 | 8 | -149/+445 |
* | Use the cmdline hacked's prom.c and disable this patching part accordingly | florian | 2007-05-30 | 2 | -24/+6 |
* | Define target specific ramdisk images for testing (Gabor Juhos) | florian | 2007-05-30 | 1 | -19/+39 |
* | Resync with generic-2.6 config-template | florian | 2007-05-30 | 1 | -13/+17 |
* | Minor fixes, do not count interrupts without interrupt source as spurious (#1... | florian | 2007-05-30 | 3 | -6/+10 |
* | Add the rbmipsnand fix from #1778 | florian | 2007-05-29 | 1 | -1/+12 |
* | .21 fixes | florian | 2007-05-29 | 2 | -1/+2 |
* | Fix .21 compilation on memory.c (#1778) | florian | 2007-05-29 | 1 | -2/+1 |
* | Fix adm5120hcd compilation error (#1738) | florian | 2007-05-22 | 1 | -1/+1 |
* | Disable PCMCIA for adm5120, request IRQ for the USB driver, fix duplicate lin... | florian | 2007-05-20 | 4 | -469/+9 |
* | Add ADM5120 GPIO wrappers | florian | 2007-05-20 | 2 | -0/+932 |
* | Implement architecture speficic GPIO calls for adm5120, thanks to Gabor Juhos | florian | 2007-05-20 | 5 | -1/+46 |
* | Backport [7224] to the adm5120 flash map driver | florian | 2007-05-18 | 1 | -4/+2 |
* | Fix routeboard board detection, add some new ZyXEL boards, thanks to Gabor Juhos | florian | 2007-05-13 | 3 | -50/+144 |
* | Correction, there is no USB for RB1xx targets | florian | 2007-05-11 | 1 | -2/+2 |
* | Add a RB1xx profile to generate RouterBoard RB1xx series image and kernel com... | florian | 2007-05-11 | 4 | -1/+74 |
* | Include admswconfig for adm5120 based targets | florian | 2007-05-11 | 1 | -0/+1 |
* | adm5120 is no longer broken now | florian | 2007-05-11 | 1 | -1/+1 |
* | Backport [7172] to adm5120 mtd map driver | florian | 2007-05-11 | 1 | -42/+2 |
* | Suppress OpenWrt partition, no needed anymore | florian | 2007-05-11 | 1 | -1/+0 |
* | Fix some \n and kernel logging levels | florian | 2007-05-11 | 1 | -3/+3 |
* | LED driver update | florian | 2007-05-11 | 1 | -31/+25 |
* | Fix some HCD driver warnings | florian | 2007-05-07 | 1 | -7/+1 |
* | Cosmetic fixes for the ADM5120 description, both have pci and usb | florian | 2007-05-06 | 1 | -4/+4 |
* | Updated support for Zynos/adm5120eb boards, thanks Gabor | florian | 2007-04-27 | 2 | -30/+100 |
* | Revert config change for adm5120, messed up things with symlinks | florian | 2007-04-23 | 1 | -2/+2 |
* | The kernel should be compiled big-endian | florian | 2007-04-22 | 1 | -2/+2 |
* | Move NAND driver from rb1xx to adm5120, rbmipsnand fixed by David Goodenough,... | florian | 2007-04-17 | 3 | -2/+158 |
* | Re-enable PCI subsystem :) | florian | 2007-04-17 | 1 | -1/+1 |
* | Forgot that includes | florian | 2007-04-16 | 2 | -0/+161 |
* | Fresh fixes from Gabor Juhos : detects RouterBoot, Bootbase, improve board sp... | florian | 2007-04-16 | 10 | -208/+694 |
* | Enable bluetooth modules (#1529) | florian | 2007-04-08 | 1 | -4/+0 |
* | Rename mipsIRQ.S to int-handler to match the kernel naming convention, implem... | florian | 2007-04-08 | 5 | -53/+136 |
* | Add the infrastructure to support different flash sizes/address | florian | 2007-04-03 | 1 | -2/+4 |
* | Use CONFIG_CMDLINE instead of hardcoded kernel command line | florian | 2007-04-03 | 1 | -1/+1 |
* | Remove useless mksyshdr utility, replaced by mkcsysimg, Edimax images are no ... | florian | 2007-04-03 | 1 | -1/+0 |
* | Add the infrastructure to detect RouterBOOT and use USB | florian | 2007-04-02 | 2 | -3/+22 |
* | Generate images for edimax devices (Gabor Juhos) | florian | 2007-04-02 | 1 | -5/+26 |