Skip to content
Snippets Groups Projects
  1. Nov 13, 2018
  2. Nov 12, 2018
  3. Nov 10, 2018
    • Marek Vasut's avatar
      mmc: dw_mmc: Add RCRC handling · 26cc40d8
      Marek Vasut authored and Tom Rini's avatar Tom Rini committed
      
      This patch adds check for command response CRC failure. The driver
      is currently ignoring CRC check failure on command resposes which
      have CRC atteched to it, which can be potentially dangerous. Even
      more grueling problem happens when the command response is followed
      by data transfer though, as in that case, the dwmci_data_transfer()
      function will spin until it reaches the 240s timeout.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Heiko Stuebner <heiko@sntech.de>
      Cc: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
      26cc40d8
  4. Nov 09, 2018
  5. Nov 08, 2018
  6. Nov 07, 2018
  7. Nov 06, 2018
  8. Nov 04, 2018
  9. Nov 03, 2018
  10. Nov 02, 2018
    • Daniel Schwierzeck's avatar
      MIPS: make size of relocation table fixed but configurable · 96301464
      Daniel Schwierzeck authored
      
      Currently the size of the relocation table will be shrunk
      to the actual size needed. Although this gives a maximal
      space saving, it messes up the _end symbol. This breaks
      features like appended DTBs because the _end symbol doesn't
      point to the real end of the U-Boot binary.
      
      Remove the size shrinking and make the size of the relocation
      table fixed but configurable. This follows the Linux approach
      and the user can adjust the size to his needs.
      
      Also rename the relocation table section from .rel to .data.reloc
      to follow the Linux approach and to avoid ambiguities with the
      .rel.* sections added by the linker.
      
      Reported-by: default avatarLars Povlsen <lars.povlsen@microsemi.com>
      Signed-off-by: Daniel Schwierzeck's avatarDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
      96301464
Loading