Skip to content
Snippets Groups Projects
  1. Aug 08, 2010
    • Mike Frysinger's avatar
      flash_protect: check for NULL flash info · a4e8d9f5
      Mike Frysinger authored
      
      If a flash is unable to be detected, and then someone calls flash_protect
      on it (like the common code does in flash_init), the flash_protect logic
      will dereference a NULL pointer.
      
      Since flash_protect already does sanity checking on the info structs, add
      a NULL pointer check in there.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      a4e8d9f5
  2. Oct 18, 2008
  3. Jul 14, 2008
  4. Jul 31, 2007
    • Eugene OBrien's avatar
      ppc4xx: Update AMCC Bamboo 440EP support · d2f68006
      Eugene OBrien authored
      
      Changed storage type of cfg_simulate_spd_eeprom to const
      Changed storage type of gpio_tab to stack storage
      (Cannot access global data declarations in .bss until afer code relocation)
      
      Improved SDRAM tests to catch problems where data is not uniquely addressable
      (e.g. incorrectly programmed SDRAM row or columns)
      
      Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
      Fixed AM29LV320DT (OpCode Flash) sector map
      
      Signed-off-by: default avatarEugene OBrien <eugene.obrien@advantechamt.com>
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      d2f68006
  5. Oct 13, 2005
  6. Oct 11, 2005
  7. Apr 08, 2004
  8. Aug 17, 2002
Loading