1. 29 2月, 2008 6 次提交
  2. 27 2月, 2008 7 次提交
  3. 25 2月, 2008 1 次提交
    • M
      [new uImage] Add dual format uImage support framework · d5934ad7
      Marian Balakowicz 提交于
      This patch adds framework for dual format images. Format detection is added
      and the bootm controll flow is updated to include cases for new FIT format
      uImages.
      
      When the legacy (image_header based) format is detected appropriate
      legacy specific handling is invoked. For the new (FIT based) format uImages
      dual boot framework has a minial support, that will only print out a
      corresponding debug messages. Implementation of the FIT specific handling will
      be added in following patches.
      Signed-off-by: NMarian Balakowicz <m8@semihalf.com>
      d5934ad7
  4. 22 2月, 2008 6 次提交
  5. 21 2月, 2008 1 次提交
    • Y
      Fix CPU POST test failure · 928d1d77
      Yuri Tikhonov 提交于
      The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
      ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
      by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
      This patch just saves the CR value before running the test code, so allowing
      it to do anything it wants with CR.
      Signed-off-by: NDmitry Rakhchev <rda@emcraft.com>
      Acked-by: NYuri Tikhonov <yur@emcraft.com>
      --
      928d1d77
  6. 17 2月, 2008 4 次提交
  7. 16 2月, 2008 7 次提交
  8. 15 2月, 2008 8 次提交