1. 14 Dec, 2009 2 commits
    • Michal Simek's avatar
      microblaze: __init_begin symbol must be aligned · 13cdee23
      Michal Simek authored
      The problem was that free_initmem pass to  free_initrd_mem got
      bad aligned __init_begin symbol and free_initrd_mem don't care
      about __init_end but take PAGE_SIZE instead.
      
      Here is behavior in kernel bootlog.
      ramdisk_execute_command from (init/main.c) was rewrite
      
      Freeing unused kernel memory: 6224k freed
      Failed to execute ��������������{���
      Failed to execute ��������������{����.  Attempting defaults...
      Mounting proc:
      Mounting var:
      Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
      13cdee23
    • Michal Simek's avatar
      microblaze: GPIO reset support · 42a2478b
      Michal Simek authored
      Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
      42a2478b
  2. 12 Dec, 2009 38 commits