1. 14 8月, 2015 5 次提交
  2. 06 8月, 2015 1 次提交
    • S
      x86: Enable debug UART for Minnowmax · bbbe55f6
      Simon Glass 提交于
      Enable the debug UART and emit a single 'a' early in the init sequence to
      show that it is working.
      
      Unfortunately the debug UART implementation needs a stack to work. I cannot
      seem to remove this limitation as the absolute 'jmp %eax' instruction goes
      off into the weeds.
      
      So this means that the character output cannot be any earlier than
      car_init_ret, where memory is available for a stack.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      Reviewed-by: NLukasz Majewski <l.majewski@samsung.com>
      bbbe55f6
  3. 05 8月, 2015 33 次提交
  4. 29 7月, 2015 1 次提交