Advertisement
DerArtem

Folio 100 2.6.36 testing

Apr 3rd, 2011
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 3.04 KB | None | 0 0
  1. Booting:
  2.  
  3. MACHINE_START(TEGRA_LEGACY, "tegra_legacy")
  4.         .boot_params  = 0x00000100,
  5.         .phys_io        = IO_APB_PHYS,
  6.         .io_pg_offst    = ((IO_APB_VIRT) >> 18) & 0xfffc,
  7.         .fixup          = tegra_harmony_fixup,
  8.         .init_irq       = tegra_init_irq,
  9.         .init_machine   = tegra_harmony_init,
  10.         .map_io         = tegra_map_common_io,
  11.         .timer          = &tegra_timer,
  12. MACHINE_END
  13.  
  14. MACHINE_START(HARMONY, "harmony")
  15.         .boot_params  = 0x00000100,
  16.         .phys_io        = IO_APB_PHYS,
  17.         .io_pg_offst    = ((IO_APB_VIRT) >> 18) & 0xfffc,
  18.         .fixup          = tegra_harmony_fixup,
  19.         .init_irq       = tegra_init_irq,
  20.         .init_machine   = tegra_harmony_init,
  21.         .map_io         = tegra_map_common_io,
  22.         .timer          = &tegra_timer,
  23. MACHINE_END
  24.  
  25. ------------
  26. Booting:
  27.  
  28. MACHINE_START(HARMONY, "harmony")
  29.         .boot_params  = 0x00000100,
  30.         .phys_io        = IO_APB_PHYS,
  31.         .io_pg_offst    = ((IO_APB_VIRT) >> 18) & 0xfffc,
  32.         .fixup          = tegra_harmony_fixup,
  33.         .init_irq       = tegra_init_irq,
  34.         .init_machine   = tegra_harmony_init,
  35.         .map_io         = tegra_map_common_io,
  36.         .timer          = &tegra_timer,
  37. MACHINE_END
  38.  
  39. MACHINE_START(TEGRA_LEGACY, "tegra_legacy")
  40.         .boot_params  = 0x00000100,
  41.         .phys_io        = IO_APB_PHYS,
  42.         .io_pg_offst    = ((IO_APB_VIRT) >> 18) & 0xfffc,
  43.         .fixup          = tegra_harmony_fixup,
  44.         .init_irq       = tegra_init_irq,
  45.         .init_machine   = tegra_harmony_init,
  46.         .map_io         = tegra_map_common_io,
  47.         .timer          = &tegra_timer,
  48. MACHINE_END
  49.  
  50.  
  51. ------------
  52. Not booting:
  53.  
  54. MACHINE_START(HARMONY, "harmony")
  55.         .boot_params  = 0x00000100,
  56.         .phys_io        = IO_APB_PHYS,
  57.         .io_pg_offst    = ((IO_APB_VIRT) >> 18) & 0xfffc,
  58.         .fixup          = tegra_harmony_fixup,
  59.         .init_irq       = tegra_init_irq,
  60.         .init_machine   = tegra_harmony_init,
  61.         .map_io         = tegra_map_common_io,
  62.         .timer          = &tegra_timer,
  63. MACHINE_END
  64.  
  65.  
  66. ------------
  67. Not booting:
  68.  
  69. MACHINE_START(TEGRA_LEGACY, "tegra_legacy")
  70.         .boot_params  = 0x00000100,
  71.         .phys_io        = IO_APB_PHYS,
  72.         .io_pg_offst    = ((IO_APB_VIRT) >> 18) & 0xfffc,
  73.         .fixup          = tegra_harmony_fixup,
  74.         .init_irq       = tegra_init_irq,
  75.         .init_machine   = tegra_harmony_init,
  76.         .map_io         = tegra_map_common_io,
  77.         .timer          = &tegra_timer,
  78. MACHINE_END
  79.  
  80. ------------
  81. Not booting:
  82.  
  83. MACHINE_START(TEGRA_LEGACY, "tegra_legacy")
  84.         .boot_params  = 0x00000100,
  85.         .phys_io        = IO_APB_PHYS,
  86.         .io_pg_offst    = ((IO_APB_VIRT) >> 18) & 0xfffc,
  87.         .fixup          = tegra_harmony_fixup,
  88.         .init_irq       = tegra_init_irq,
  89.         .init_machine   = tegra_harmony_init,
  90.         .map_io         = tegra_map_common_io,
  91.         .timer          = &tegra_timer,
  92. MACHINE_END
  93.  
  94. MACHINE_START(HARMONY, "harmony")
  95. MACHINE_END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement