venture37

OpenFirmware payload on coreboot mk2 with correct baud rate

Aug 15th, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. ok show-devs
  2. /cpus
  3. /dropin-fs
  4. /flash@1980080
  5. /isa
  6. /ega-text
  7. /pci
  8. /dropin-fs
  9. /memory
  10. /aliases
  11. /options
  12. /openprom
  13. /chosen
  14. /packages
  15. /cpus/cpu@0
  16. /isa/ethernet@i300
  17. /isa/ide@i1f0
  18. /isa/rtc@i70
  19. /isa/8042@i60
  20. /isa/parallel@i378
  21. /isa/serial@i2f8
  22. /isa/serial@i3f8
  23. /isa/timer@i40
  24. /isa/interrupt-controller@i20
  25. /isa/dma-controller@i00
  26. /isa/ide@i1f0/disk
  27. /isa/8042@i60/mouse@aux
  28. /isa/8042@i60/keyboard@kbd
  29. /packages/http
  30. /packages/tcp
  31. /packages/httpd
  32. /packages/telnet
  33. /packages/ip
  34. /packages/nfs
  35. /packages/mux
  36. /packages/16550
  37. /packages/dropin-file-system
  38. /packages/zip-file-system
  39. /packages/ext2-file-system
  40. /packages/disk-label
  41. /packages/iso9660-file-system
  42. /packages/fat-file-system
  43. /packages/obp-tftp
  44. /packages/deblocker
  45. /packages/stringio
  46. /packages/terminal-emulator
  47. /packages/client-services
  48. ok printenv
  49. Variable Name Value Default Value
  50.  
  51. ramdisk a:\initrd.imz a:\initrd.imz
  52. ramdisk
  53. usb-delay 0 0
  54. http-proxy
  55. pci-probe-list 0,1,2,3,4,5,6,7,8,9,a,b,... 0,1,2,3,4,5,6,7,8,9,a,b,...
  56. client-symbols? true true
  57. fcode-debug? true true
  58. ip-address dhcp dhcp
  59. ip-router
  60. ip-domain
  61. ip-netmask 255.255.255.0 255.255.255.0
  62. ip-dns-server
  63. local-mac-address? true true
  64. oem-logo
  65. oem-logo? false false
  66. oem-banner
  67. oem-banner? false false
  68. output-device com1 com1
  69. input-device com1 com1
  70. load-base 16777216 16777216
  71. boot-command boot boot
  72. auto-boot? true true
  73. watchdog-reboot? false false
  74. diag-file
  75. diag-device net net
  76. boot-file root=/dev/ram0 mount_ram... root=/dev/ram0 mount_ram...
  77. boot-device a:\vmlinuz a:\vmlinuz
  78. ansi-terminal? true true
  79. screen-#columns 80 80
  80. screen-#rows 34 34
  81. silent-mode? false false
  82. use-nvramrc? false false
  83. nvramrc
  84. security-password
  85. security-#badlogins 0
  86. security-mode none
  87. diag-switch? false false
  88. ok
Advertisement
Add Comment
Please, Sign In to add comment