Skip to content
Snippets Groups Projects
  1. Feb 20, 2009
  2. Feb 19, 2009
  3. Feb 18, 2009
    • Kim Phillips's avatar
      sata_sil3114: fix compiler warning · 369d0aa9
      Kim Phillips authored
      
      judging from other printfs in the same file, it seems ata should be
      postpended with the interface number, not the address of the global
      port variable.  Fixes this for current u-boot-mpc83xx tree:
      
      Configuring for MPC8349ITX board...
      sata_sil3114.c: In function 'sata_bus_softreset':
      sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
      sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
      
      Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
      369d0aa9
    • Ron Madrid's avatar
      Create configuration option for restricted ns16550 functions · f5675aa5
      Ron Madrid authored
      
      This patch will create a configuration option for a minimum configuration for
      the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
      configuration option to the SIMPC8313.h config file in order to fix the NAND
      bootstrap build error.  This option will exclude all functions with exception of
      NS16550_putc and NS16550_init.  This will be used primarily to save space and
      remove unused code from builds in which space is limited.
      
      Signed-off-by: default avatarRon Madrid <ron_madrid@sbcglobal.net>
      f5675aa5
  4. Feb 17, 2009
  5. Feb 15, 2009
  6. Feb 14, 2009
  7. Feb 11, 2009
  8. Feb 10, 2009
  9. Feb 09, 2009
  10. Feb 07, 2009
  11. Feb 06, 2009
  12. Feb 05, 2009
    • Stefan Roese's avatar
      cfi_flash: Fix typo in cfi_flash.c · e1fb6d0d
      Stefan Roese authored
      
      Patch "flash/cfi_flash: Use virtual sector start address, not phys"
      introduced a small typo and compilation warning for systems with CFI
      legacy support (e.g. hcu4). This patch fixes it.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      e1fb6d0d
    • Stefan Roese's avatar
      jedec_flash: Only use manufacturer defines from common flash.h · 28745db9
      Stefan Roese authored
      
      This patch removes the double defined manufacturer defines from
      jedec_flash.c. Since the common defines in flash.h are 32bit
      we now need the (16) cast. This patch also removes the compilation
      warning (e.g. seen on hcu5):
      
      ./MAKEALL hcu5
      Configuring for hcu5 board...
      jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      28745db9
    • Stefan Roese's avatar
      cfi_flash: Silence compilation warning · ec21d5cf
      Stefan Roese authored
      
      Patch "flash/cfi_flash: Use virtual sector start address, not phys"
      introduced a small compilation warning. This patch fixes it.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      ec21d5cf
    • Becky Bruce's avatar
      flash/cfi_flash: Use virtual sector start address, not phys · 09ce9921
      Becky Bruce authored
      
      include/flash.h was commented to say that the address in
      flash_info->start was a physical address.  However, from u-boot's
      point of view, and looking at most flash code, it makes more
      sense for this to be a virtual address.  So I corrected the
      comment to indicate that this was a virtual address.
      
      The only flash driver that was actually treating the address
      as physical was the mtd/cfi_flash driver.  However, this code
      was using it inconsistently as it actually directly dereferenced
      the "start" element, while it used map_physmem to get a
      virtual address in other places.  I changed this driver so
      that the code which initializes the info->start field calls
      map_physmem to get a virtual address, eliminating the need for
      further map_physmem calls.  The code is now consistent.
      
      The *only* place a physical address should be used is when defining the
      flash banks list that is used to initialize the flash_info struct,
      usually found in the board config file.
      
      Signed-off-by: default avatarBecky Bruce <beckyb@kernel.crashing.org>
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      09ce9921
  13. Feb 04, 2009
  14. Feb 02, 2009
Loading