Skip to content
Snippets Groups Projects
  1. Sep 19, 2019
  2. Jun 10, 2019
  3. Jan 26, 2019
    • David Bauer's avatar
      mpc85xx: use generic diag.sh · 90bfbed7
      David Bauer authored
      
      This commit removes the target-specific diag.sh script. This way, the
      generic one is used for the target, which uses DT-aliases to specify the
      LEDs used.
      
      This way, we are also able to use different LEDs to indicate different
      states. We use green status LEDs for indicating boot and a running
      system. Where possible, the red status LED is used to indicate failsafe
      mode and a running upgrade.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      90bfbed7
  4. Jan 05, 2019
    • Pawel Dembicki's avatar
      mpc85xx: tl-wdr4900-v1: convert to mtdsplit image · 576c6993
      Pawel Dembicki authored
      
      Currently, the image creation process for the TP-Link tl-wdr4900-v1
      needs a fixed sized kernel and places the rootfs partition at a
      fixed offset. With the upcoming move to 4.19 the kernel will no
      longer fit into the existing allocated space for the kernel
      partition.
      
      This patch converts the device to utilize the established
      tplink,firmware mtdsplitter, which can deal with a dynamic
      kernel/rootfs size.
      
      Signed-off-by: default avatarPawel Dembicki <paweldembicki@gmail.com>
      Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [reworded commit]
      576c6993
  5. Sep 29, 2018
    • Christian Lamparter's avatar
      treewide: replace 'linux, stdout-path' with 'stdout-path' · 63a7cf67
      Christian Lamparter authored
      
      This follows a similar upstream patch by Rob Herring:
      
      |commit 78e5dfea84dc15d69940831b3981b3014d17222e
      |Author: Rob Herring <robh@kernel.org>
      |Date:   Wed Feb 28 16:44:06 2018 -0600
      |    powerpc: dts: replace 'linux,stdout-path' with 'stdout-path'
      |
      |    'linux,stdout-path' has been deprecated for some time in favor of
      |    'stdout-path'. Now dtc will warn on occurrences of 'linux,stdout-path'.
      |    Search and replace all the of occurrences with 'stdout-path'.
      
      Signed-off-by: default avatarChristian Lamparter <chunkeey@gmail.com>
      63a7cf67
  6. Jul 07, 2018
  7. Oct 25, 2017
  8. Feb 26, 2016
  9. Feb 07, 2016
  10. Jan 17, 2016
  11. Dec 02, 2015
  12. Jul 09, 2015
  13. May 25, 2015
    • Felix Fietkau's avatar
      mpc85xx: TL-WDR4900: Fix port 6 being shown as up (10MBit/half) in LUCI/swconfig · 7b85e8e3
      Felix Fietkau authored
      
      Currently port 6 is shown as up 10MBit/half in LUCI and swconfig.
      Reason is that all bits in the port 6 config are zero.
      This means that also the aneg flag is not set and in this case
      ar8216_read_port_link hardcodes the link to be up.
      
      This is no real problem but a little annoying.
      To fix this initialize port 6 with the aneg bit enabled.
      This causes ar8216_read_port_link to evaluate the link status bit which is
      always zero for port 6 as no PHY is connected to this port.
      And it doesn't hurt as port 6 isn't connected to anything on TL-WDR4900.
      
      Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
      
      SVN-Revision: 45749
      7b85e8e3
  14. May 03, 2015
Loading