1. 29 6月, 2008 7 次提交
  2. 27 6月, 2008 1 次提交
    • H
      Conditionally add -fno-stack-protector to CFLAGS · 28eab0d7
      Haavard Skinnemoen 提交于
      When compile-testing on powerpc, I get errors like this:
      
      net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
      
      This seems to be because -fstack-protector is on by default, so
      let's explicitly disable it on all architectures that support the
      option.
      
      The Ubuntu toolchain is affected by this problem, and according to
      Mike Frysinger, Gentoo has been running with SSP enabled for years.
      More and more distros are turning SSP on by default, so this problem
      is likely to get worse in the future.
      
      Also, powerpc just happens to be one of the arches I do
      compile-testing on. There may be other arches affected by this too.
      Signed-off-by: NHaavard Skinnemoen <hskinnemoen@atmel.com>
      28eab0d7
  3. 26 6月, 2008 3 次提交
  4. 20 6月, 2008 5 次提交
  5. 19 6月, 2008 1 次提交
    • S
      cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably · fb8c061e
      Stefan Roese 提交于
      This patch simplifies flash_toggle() (AMD commandset), which is used to
      detect if a FLASH device is still busy with erase/program operations. On
      800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
      did not detect the busy state reliably, resulting in non erased sectors
      etc. This patch now simplifies this function by "just" comparing the
      complete data-word instead of ANDing it with the command-word (0x40)
      before the compatison. It is done the same way in the Linux implementation
      chip_ready() in cfi_cmdset_0002.c.
      Signed-off-by: NStefan Roese <sr@denx.de>
      fb8c061e
  6. 17 6月, 2008 1 次提交
  7. 13 6月, 2008 1 次提交
  8. 12 6月, 2008 16 次提交
  9. 11 6月, 2008 5 次提交