<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Catalin Marinas wrote:
<blockquote
 cite="mid:AANLkTimXAtpRz=ZjmN8brHMQNqgGMKhpo=v_sFk_Aeuf@mail.gmail.com"
 type="cite">
  <pre wrap="">On 17 January 2011 08:42, Stanley.Miao <a class="moz-txt-link-rfc2396E" href="mailto:stanley.miao@windriver.com">&lt;stanley.miao@windriver.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">When BE8 kernel is running on a little endian machine, the kernel endian
mode need to be converted at the begining of the startup procedure with
the instruction "setend be".
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Can we not let the boot loader do this? It could also prepare the tags
as big endian.

  </pre>
</blockquote>
Yes, the bootloader can also do this. However, it is dangerous to
modify the <br>
bootloader. If the new boot loader can't work, it is difficult to
update the <br>
bootloader again. So, I choose to modify Linux kernel.<br>
<br>
Stanley.<br>
</body>
</html>