Commit Graph

197 Commits (4ad8aa543db84074775024164a6f3822e355ddae)

Author SHA1 Message Date
Imre Kaloz ca8f45b142 update kernel versions
SVN-Revision: 22289
14 years ago
Florian Fainelli 8b2e8f6674 remove 2.6.30 support
SVN-Revision: 22274
14 years ago
Florian Fainelli cb373b8d1b use bootloader baudrate settings, thanks bifferos (#7619)
SVN-Revision: 22259
14 years ago
Florian Fainelli 3184a71056 fix bifferboard flash map, thanks bifferos (#7622)
SVN-Revision: 22258
14 years ago
Florian Fainelli 5571c233e9 refresh 2.6.32 patches
SVN-Revision: 22257
14 years ago
Claudio Mignanti 2d86ea7bf3 massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
SVN-Revision: 22145
14 years ago
Gabor Juhos 4128c72275 generic: don't override CONFIG_DEBUG_FS
SVN-Revision: 21749
14 years ago
Nicolas Thill e74e289fa8 update linux kernel to 2.6.32.14
SVN-Revision: 21583
14 years ago
Nicolas Thill 46e2eea1ef target/linux: refresh 2.6.32 patches
SVN-Revision: 21566
14 years ago
Hauke Mehrtens b18a1d217b kernel: update kernel to version 2.6.32.13 and 2.6.33.4
SVN-Revision: 21540
14 years ago
Florian Fainelli f3bce8f0db include swconfig in ar525w profile
SVN-Revision: 21532
14 years ago
Florian Fainelli b899e0a6c0 load all r6040 modules dependencies in preinit hook
SVN-Revision: 21531
14 years ago
Florian Fainelli 58405b0509 add r6040 phylib support which allows to use the ip175c switch driver on ar525w
SVN-Revision: 21521
14 years ago
Florian Fainelli 4506985415 set vendor to RDC even if CPU id is not known
SVN-Revision: 21475
14 years ago
Florian Fainelli e6fcc255a3 squash platform_support.patch into rdc_boards.patch
SVN-Revision: 21474
14 years ago
Florian Fainelli d0ba4453a3 fix link checking with switches, only port1 of switches would report link up
SVN-Revision: 21471
14 years ago
Florian Fainelli 127f454ba0 switch to 2.6.32.12
SVN-Revision: 21467
14 years ago
Florian Fainelli 52f1e9e50f fix wrong hunk introduced by r21309, thanks rtz2
SVN-Revision: 21460
14 years ago
Florian Fainelli 928da83f5b fix panic on boot due to invalid IORESOURCE for MFD cells, fix gpio value setting
SVN-Revision: 21459
14 years ago
Florian Fainelli fa8c4aa164 fix 2.6.30 lzma tuning patch to output file size at end of kernel, otherwise decompressor remains stuck
SVN-Revision: 21458
14 years ago
Florian Fainelli a2d45593b7 fix bad lzma tuning options bad hunks
SVN-Revision: 21372
14 years ago
Florian Fainelli 262640cb9e add lzma tuning options, patch from Bernhard Loos
SVN-Revision: 21311
14 years ago
Florian Fainelli 5dc1ce4ccb fix upgrade detection logic, patch from Bernhard Loos
SVN-Revision: 21310
14 years ago
Florian Fainelli 5423050c98 fix sitecom firmware partition size, patch from Bernhard Loos
SVN-Revision: 21309
14 years ago
Florian Fainelli 14fd2f20f8 panic on unrecovered NMI, thanks rtz2
SVN-Revision: 21232
14 years ago
Florian Fainelli 08deea97dd include the watchdog driver by default
SVN-Revision: 21222
14 years ago
Florian Fainelli 449cd7872c resync 2.6.32 support with changes in 2.6.30
SVN-Revision: 21220
14 years ago
Florian Fainelli 3345a7c301 use upstream MFD, GPIO patch, put everything in patches.
SVN-Revision: 21219
14 years ago
Nicolas Thill 484051d055 package/kernel: move target specific modules to their own target files
SVN-Revision: 21132
14 years ago
Nicolas Thill 40b7387053 target/rdc: remove bad ide-core package override
SVN-Revision: 21129
14 years ago
Nicolas Thill e2b57ecf5f define a shared IMG_PREFIX variable used as a basename for image files, it contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files
SVN-Revision: 20834
14 years ago
Florian Fainelli 6d12bc20ce remove 2.6.32 files, out of sync and going to be replaced differently
SVN-Revision: 20787
14 years ago
Nicolas Thill 83bf10cb3f target/rdc: revert [20653], the proper fix for #7005 is in [20712]
SVN-Revision: 20714
14 years ago
Florian Fainelli e3a9d80e8f do not set CONFIG_NET_DEV_OPS (#7005)
SVN-Revision: 20653
14 years ago
Florian Fainelli c597c4d8bf remove empty subtargets directories
SVN-Revision: 20481
14 years ago
Florian Fainelli 8c377e7b78 remove now useless patches, thanks rtz
SVN-Revision: 20446
14 years ago
Florian Fainelli 61326faa60 fix the mac address setting on sitecom devices after r20294
SVN-Revision: 20427
14 years ago
Florian Fainelli 821bd49569 use profiles again intead of subtargets.
We have now a single kernel which autodetects the type of device we are running
on, so we can switch back to having profiles. Patch by Bernhard Loos.

SVN-Revision: 20416
14 years ago
Florian Fainelli ea89aacf52 do not set panic_on_unrecovered_nmi in watchdog, already set in southbridge driver, thanks rtz
SVN-Revision: 20324
14 years ago
Florian Fainelli a1058204d0 rework board detection
Rework board detection, separate board specific code into its own file. As a
result we also change the way rdc images are generated.
Support for board which required binary tools, like AMIT are dropped. Patch by
Bernhard Loos.

SVN-Revision: 20294
14 years ago
Nicolas Thill e1863691d9 do *not* enable CONFIG_PCI in generic config, but on targets where it makes sense instead (partially revert [18370])
SVN-Revision: 20136
14 years ago
Florian Fainelli 2e8a547887 define panic_on_unrecovered_nmi in the southbridge driver and fix watchdog init message Patch from Bernhard Loos.
SVN-Revision: 20134
14 years ago
Florian Fainelli da72558c32 fix watchdog driver unregistering, patch by Bernhard Loos
SVN-Revision: 19979
15 years ago
Florian Fainelli 86494323fe rework reboot mechanism with the new watchdog fixes
The fixing of the watchdog driver makes it generate a NMI so the reboot_fixup
can no longer be called from NMI context, instead, override the machine_retart
callback with our southrbridge reboot mechanism. Patch by Bernhard Loos.

SVN-Revision: 19977
15 years ago
Florian Fainelli fe348a7039 enable the required packages to use a gpio-based reset button
SVN-Revision: 19976
15 years ago
Florian Fainelli 29e75b52cf remove now unused rdc321x_gpio.h file
SVN-Revision: 19975
15 years ago
Florian Fainelli b3f11c8414 improve sitecom device support
Add support for the 3 GPIO LEDs, reset button and switch to the gpio-buttons
driver. Patch by Bernhard Loos.

SVN-Revision: 19974
15 years ago
Florian Fainelli 7ea3654537 select ARCH_REQUIRE_GPIOLIB which is required for our gpiolib driver
SVN-Revision: 19973
15 years ago
Florian Fainelli c126808243 add a new southbridge driver which registers the gpio and watchdog platform devices
This also fixes the watchdog logic and abstracts the access to the RDC321x
southbridge PCI configuration register space. Based on a patch by Bernhard Loos.

SVN-Revision: 19972
15 years ago
Florian Fainelli b57690432c add preliminary 2.6.32 support
SVN-Revision: 19826
15 years ago