Skip to content
Snippets Groups Projects
  1. Mar 06, 2012
  2. Mar 03, 2012
  3. Feb 28, 2012
    • Tom Rini's avatar
      cmd_nand.c: Fix 'nand dump' after latest MTD resync · cfdae12f
      Tom Rini authored
      
      With 2a8e0fc8 nand_do_read_ops changed in behavior slightly (keeping in sync
      with the kernel which did this change in b64d39d8) such that the OOB data is
      always copied into oobbuf and never appended to datbuf.  Within U-Boot only
      the nand_dump function (for the dump nand subcommand) was expecting the OOB
      data to only be appended to datbuf.  So we now change nand_dump to not
      malloc extra space, correct the comment about datbuf and OOB data and switch
      the pointer to oobbuf before printing.
      
      Cc: Scott Wood <scottwood@freescale.com>
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
      cfdae12f
  4. Feb 27, 2012
    • Shawn Guo's avatar
      common/image.c: align usage of fdt_high with initrd_high · fa34f6b2
      Shawn Guo authored
      
      The commit message of a28afca5 (Add uboot "fdt_high" enviroment variable)
      states that fdt_high behaves similarly to the existing initrd_high.
      But fdt_high actually has an outstanding difference from initrd_high.
      The former specifies the start address, while the later specifies the
      end address.
      
      As fdt_high and initrd_high will likely be used together, it'd be nice
      to have them behave same.  The patch changes the behavior of fdt_high
      to have it aligned with initrd_high.
      
      The document of fdt_high in README is updated with an example to
      demonstrate the usage of this environment variable.
      
      Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      fa34f6b2
  5. Feb 14, 2012
  6. Feb 12, 2012
  7. Jan 13, 2012
  8. Jan 05, 2012
  9. Dec 20, 2011
  10. Dec 19, 2011
  11. Dec 17, 2011
  12. Dec 16, 2011
    • Tom Rini's avatar
      USB: Use (get|put)_unaligned for accessing wMaxPacketSize · b2fb47f1
      Tom Rini authored
      
      In 97929877 Stefan describes a usecase
      where the previous behavior of leaving wMaxPacketSize be unaligned
      caused fatal problems.  The initial fix for this problem was incomplete
      however as it showed another cases of non-aligned access that previously
      worked implicitly.  This switches to making sure that all access of
      wMaxPacketSize are done via (get|put)_unaligned.
      
      In order to maintain a level of readability to the code in some cases
      we now use a variable for the value of wMaxPacketSize and in others, a
      macro.
      
      Cc: Minkyu Kang <mk7.kang@samsung.com>
      Cc: Remy Bohmer <linux@bohmer.net>
      
      OpenRISC:
      Tested-by: default avatarStefan Kristiansson <stefan.kristiansson@saunalahti.fi>
      
      Beagleboard xM, Pandaboard run-tested, s5p_goni build-tested.
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      b2fb47f1
  13. Dec 12, 2011
Loading