1. 07 10月, 2010 4 次提交
    • G
      x86: zboot update · abe98f49
      Graeme Russ 提交于
      The header of recent Linux Kernels includes the size of the image, and
      therefore is not needed to be passed to zboot. Still process the third
      parameter (size of image) in the event that an older kernel is being loaded
      abe98f49
    • G
      x86: Use TEXT_BASE in linker scripts · de250594
      Graeme Russ 提交于
      Use TEXT_BASE rather than a hard-coded base address on x86 linker scripts.
      This will allow any board to define its base link address without having
      to modify the linker script
      de250594
    • G
      x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boards · 76d5763a
      Graeme Russ 提交于
      Relocation is not board-specific for the x86 architectrure, so
      CONFIG_RELOC_FIXUP_WORKS can be defined globally in the config.h
      76d5763a
    • G
      x86: Remove bi_env from do_bdinfo · 458379d6
      Graeme Russ 提交于
      Commit 55e97429 removed the definition
      from /arch/i386/include/asm/u-boot.h but not its usage in do_bdinfo()
      458379d6
  2. 05 10月, 2010 3 次提交
  3. 04 10月, 2010 11 次提交
  4. 03 10月, 2010 22 次提交