aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* Added facility to program entire device from SD-CardHamish Guthrie2007-03-243-0/+962
| | | | | | | Fixed up MAC address init in u-boot git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6662 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add bcm94710a0 cache workarounds to brcm47xx-2.6 (fix #1502)Felix Fietkau2007-03-231-6/+316
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Final image build fixupsHamish Guthrie2007-03-232-1/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6644 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add more stability fixes for brcm47xx-2.6 on bcm4704 (from #1485)Felix Fietkau2007-03-231-0/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6642 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add CFE runtime detectionFlorian Fainelli2007-03-221-0/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6641 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add firmware generation for other Compex boards based on myloader, thanks to ↵Florian Fainelli2007-03-221-1/+19
| | | | | | Juhos Gabor ! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6640 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add brcm47xx-2.6 fixes from #1496Felix Fietkau2007-03-225-7/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6639 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Added rule for objdumpHamish Guthrie2007-03-221-0/+1822
| | | | | | | Added support for AT91 SD-Card in primary bootloader (romboot) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6638 3c298f89-4303-0410-b956-a3cf2f4a3e73
* There are issues with the CRC calc stuff under x86_64. This version onlyHamish Guthrie2007-03-221-0/+11
| | | | | | | works on 32-bit architectures. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6637 3c298f89-4303-0410-b956-a3cf2f4a3e73
* New program to generate u-boot parameter block with correct CRC toHamish Guthrie2007-03-221-0/+115
| | | | | | | enable reprogramming parameters from Linux. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6636 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7 misc fixes:Eugene Konev2007-03-224-42/+64
| | | | | | | | - serial - memory probing git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6635 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Also add squashfs to the possible filesystems to be mountedFlorian Fainelli2007-03-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove usb support for the momentFlorian Fainelli2007-03-211-19/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6633 3c298f89-4303-0410-b956-a3cf2f4a3e73
* backward compatible code, if ssb is not enabledFlorian Fainelli2007-03-211-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6632 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Include profilesFlorian Fainelli2007-03-211-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6631 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix a typoFlorian Fainelli2007-03-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6630 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable profiles for adm5120Florian Fainelli2007-03-212-0/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix warnings and add more detailed informationsFlorian Fainelli2007-03-211-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6628 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add image generation for edimax routersFlorian Fainelli2007-03-211-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6627 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Added primary and secondary bootloadersHamish Guthrie2007-03-2011-10/+6399
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6626 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prom_free_prom_memory is uselessFlorian Fainelli2007-03-201-21/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6625 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use the bcm947xx mtd driver insteadFlorian Fainelli2007-03-201-184/+412
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uml now needs init=/etc/preinit, fix example in READMENicolas Thill2007-03-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6622 3c298f89-4303-0410-b956-a3cf2f4a3e73
* attempt to fix uml kernel config for i386Nicolas Thill2007-03-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6621 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Re-enable adm5120 mtd driverFlorian Fainelli2007-03-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6620 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove 8250 serial driver, enable software watchdogFlorian Fainelli2007-03-191-6/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6618 3c298f89-4303-0410-b956-a3cf2f4a3e73
* CFE-ready mtd driver, needs fixing though, update kernel configFlorian Fainelli2007-03-192-34/+188
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6617 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the baudrate macroFlorian Fainelli2007-03-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6616 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the uart patchFlorian Fainelli2007-03-191-14/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6615 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Preliminary ADM5120 support, marked as brokenFlorian Fainelli2007-03-1932-0/+4946
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6614 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove initrd code leftovers. Also fixes "Bad page state" on boot Eugene Konev2007-03-192-8/+1
| | | | | | | (kernel tried to free initramfs twice). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6613 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add forgotten part of vlynq irq setupEugene Konev2007-03-182-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6606 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7-2.4 cleanupEugene Konev2007-03-186-145/+8
| | | | | | | | | | | | - Switch to generic init scripts (/sbin/mount_root, /bin/firstboot, /etc/preinit), failsafe part moved to /etc/preinit.arch. This should fix #1449 with an added benefit of using mini_fo. - Switch to generic /etc/config/network. - ar7 flashmap: change "OpenWrt" to "rootfs_data", move ar7_mtd_cleanup out of .exit. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add ar7-2.6 port (marked as broken for now).Eugene Konev2007-03-1833-0/+5058
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6600 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make lzma-loader sdram mapping configurable (#1169)Eugene Konev2007-03-183-4/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Changed pin selections in low-level mmc driverHamish Guthrie2007-03-171-0/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6596 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Changed kernel configs to enable more packages. Added additionalHamish Guthrie2007-03-161-45/+4
| | | | | | | dependencies to mmc module in the modules tree git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6579 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix compilation errors with xt_portscanFlorian Fainelli2007-03-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the serial driver with the devfs removalFlorian Fainelli2007-03-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6577 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add final fix for brcm47xx-2.6 memory corruption (patch from #1465)Felix Fietkau2007-03-161-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6575 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add an 'Image Configuration' menu to menuconfigFelix Fietkau2007-03-161-0/+3
| | | | | | | | | Packages can export a list of config options with labels and data types through the metadata. The selected config values will be exported to the target filesystem in /etc/uci-defaults and applied on the first boot. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable ext2 by default for rb532 (fixes #1466)Felix Fietkau2007-03-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add a few nops to keep the cpu happyFelix Fietkau2007-03-151-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix up remaining parts for the brcm47xx-2.6 port (tested on wgt634u), nuke ↵Felix Fietkau2007-03-1417-14036/+6
| | | | | | the old brcm-2.6 port, close #1312, #1451 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add reboot fix from #1312Felix Fietkau2007-03-143-2/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove screwy network config override from x86-2.6 base-filesFelix Fietkau2007-03-121-19/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary IOP32x support, mark it broken for nowImre Kaloz2007-03-114-0/+541
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6557 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops... forgot to make x86-2.6 ext2 images use preinit as well :)Felix Fietkau2007-03-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6546 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Added MMC/SD Card module supportHamish Guthrie2007-03-101-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more devfs related bugsMike Baker2007-03-091-8/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6543 3c298f89-4303-0410-b956-a3cf2f4a3e73