summaryrefslogtreecommitdiffstats
path: root/docs/future/f2a85m_dmidecode
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-09-03 14:13:00 (EDT)
committer Michał Masłowski <mtjm@mtjm.eu>2014-09-03 14:22:56 (EDT)
commit9a321884379a71b5f0986fdfb97a2b6c5bdccd8a (patch)
tree7a89b0126c7572c39b00a133dc3bb43d00349871 /docs/future/f2a85m_dmidecode
parentd2ebc60a339b66fe067ebc244ef31c600d57d541 (diff)
downloadlibreboot-9a321884379a71b5f0986fdfb97a2b6c5bdccd8a.zip
libreboot-9a321884379a71b5f0986fdfb97a2b6c5bdccd8a.tar.gz
libreboot-9a321884379a71b5f0986fdfb97a2b6c5bdccd8a.tar.bz2
Libreboot release 6 beta 6.
- Added modified builddeb* scripts for Parabola GNU/Linux-libre: buildpac, buildpac-flashrom, buildpac-bucts (courtesy of Noah Vesely) - Documentation: updated all relevant areas to mention use of buildpac* scripts for Parabola users. - Documentation: added information showing how to enable or disable bluetooth on the X60 - MacBook1,1 tested! See ../docs/index.html#macbook11" - Documentation: fixed typo in ../docs/index.html#get_edid_panelname (get-edit changed to get-edid) - Documentation: added ../docs/howtos/x60_lcd_change/ (pics only for now) - Added gcry_serpent and gcry_whirlpool to the GRUB module list in the 'build' script (for luks users) - Libreboot is now based on a new coreboot version from August 23rd, 2014: Merged commits (relates to boards that were already supported in libreboot): - http://review.coreboot.org/#/c/6697/ - http://review.coreboot.org/#/c/6698/ (merged already) - http://review.coreboot.org/#/c/6699/ (merged already) - http://review.coreboot.org/#/c/6696/ (merged already) - http://review.coreboot.org/#/c/6695/ (merged already) - http://review.coreboot.org/#/c/5927/ (merged already) - http://review.coreboot.org/#/c/6717/ (merged already) - http://review.coreboot.org/#/c/6718/ (merged already) - http://review.coreboot.org/#/c/6723/ (merged already) (text-mode patch, might enable memtest. macbook21) - http://review.coreboot.org/#/c/6732/ (MERGED) (remove useless ps/2 keyboard delay from macbook21. already merged) - These were also merged in coreboot (relates to boards that libreboot already supported): - http://review.coreboot.org/#/c/5320/ (merged) - http://review.coreboot.org/#/c/5321/ (merged) - http://review.coreboot.org/#/c/5323/ (merged) - http://review.coreboot.org/#/c/6693/ (merged) - http://review.coreboot.org/#/c/6694/ (merged) - http://review.coreboot.org/#/c/5324/ (merged) - Documentation: removed the section about tft_brightness on X60 (new code makes it obsolete) - Removed all patches from resources/libreboot/patch/ and added new patch: 0000_t60_textmode.git.diff - Updated getcb script and DEBLOB script. - Updated configuration files under resources/libreboot/config/ to accomodate new coreboot version. - Removed grub_serial*.cfg and libreboot_serial*.rom, all configs/rom's are now unified (containing same configuration as serial rom's from before). - Documentation: updated ../docs/index.html#rom to reflect the above. - Updated GRUB to new version from August 14th, 2014. - Unified all grub configurations for all machines to a single grub.cfg under resources/grub/config/ - Updated flashrom to new version from August 20th, 2014 - Added getseabios and builddeps-seabios (builddeps and getall were also updated) - Added instructions to 'buildrom-withgrub' to include bios.bin.elf and vgaroms/vgabios.bin from SeaBIOS inside the ROM. - Added seabios (and sgavgabios) to grub as payload option in menu - Disabled serial output in Memtest86+ (no longer needed) to speed up tests. - MemTest86+ now works properly, it can output on the laptop screen (no serial port needed anymore). - Added getgrubinvaders, builddeps-grubinvaders scripts. Added these to getall and builddeps. - Added GRUB Invaders menu entry in resources/grub/config/grub.cfg - Added rules to builddeps-coreboot to build libpayload with TinyCurses. (added appropriate instructions to cleandeps script). - Commented out lines in resources/grub/config/grub.cfg for loading font/background (not useful anymore, now that GRUB is in text-mode). - Commented out lines in buildrom-withgrub that included backgrounds/fonts (not useful anymore, now that GRUB is in text-mode). - Added resources/utilities/i945-pwm/ (from git://git.mtjm.eu/i945-pwm), for debugging acpi brightness on i945 machines. - Added instructions for it in builddeps, builddeps-i945pwm, builddeb and cleandeps - 'build' script: removed the parts that generated sha512sum manifests (not needed, since release tarballs are GPG-signed) - 'build' script: removed the parts that generated libreboot_meta directory (not needed anymore, since _meta will be hosted in git) - Updated ../docs/index.html#build_meta (and other parts of documentation) to accomodate this change. - Documentation: simplified (refactored) the notes in ../docs/index.html#rom - 'build' script: removed the parts that generated libreboot_bin and added them to a new script: 'build-release' - Documentation: ../docs/index.html#build updated to reflect the above. - Removed 'sudo' from builddeb, builddeb-flashrom, powertop.trisquel6 and builddeb-bucts scripts (assuming that the user has it is a really bad idea). - Added all gcry_* modules to grub (luks/cryptomount): gcry_arcfour gcry_camellia gcry_crc gcry_dsa gcry_md4 gcry_rfc2268 gcry_rmd160 gcry_seed gcry_sha1 gcry_sha512 gcry_twofish gcry_blowfish gcry_cast5 gcry_des gcry_idea gcry_md5 gcry_rijndael gcry_rsa gcry_serpent gcry_sha256 gcry_tiger gcry_whirlpool - Added GNUtoo's list of GRUB modules (includes all of the gcry_* modules above), cryptomount should be working now. - Removed builddeb-bucts and builddeb-flashrom, merged them with builddeb (../docs/index.html updated accordingly) - Removed buildpac-bucts and buildpac-flashrom, merged them with buildpac (../docs/index.html updated accordingly) - Renamed builddeb to deps-trisquel (../docs/index.html updated accordingly) - Renamed buildpac to deps-parabola (../docs/index.html updated accordingly) - Documentation: removed all parts talking about build dependencies, replaced them with links to ../docs/index.html#build_dependencies - Documentation: emphasized more strongly on the documentation, the need to re-build bucts and/or flashrom before flashing a ROM image. - build-release: flashrom, nvramtool, cbfstool and bucts are no longer provided pre-compiled in binary archives, and are now in source form only. (to maximize distro compatibility). - Documentation: added ../docs/howtos/encrypted_trisquel.html showing how to setup a fully encrypted Trisquel installation (including /boot) and boot it from the GRUB payload. - 'build' script: replaced grub.elf assembly instructons, it's now handled by a utility added under resources/utilities/grub-assemble - Moved resources/grub/keymap to resources/utilities/grub-assemble/keymap, and updated that utility to use it - Documentation: removed useless links to pictures of keyboard layouts and unmodified layouts. - Removed all unused fonts from dejavu-fonts-ttf-2.34/ directory - 'buildrom-withgrub' script: updated it to create 2 sets of ROM's for each machine: one with text-mode, one with coreboot framebuffer. - Documentation: updated ../docs/index.html#rom to reflect the above - Deleted unused README and COPYING file from main directory - Removed some rm -rf .git* instructions from the get* scripts and moved them to build-release script - Split up default grub.cfg into 6 parts: extra/{common.cfg,txtmode.cfg,vesafb.cfg} and menuentries/{common.cfg,txtmode.cfg,vesafb.cfg} - buildrom-withgrub script uses these to generate the correct grub.cfg for each type of configuration. - grub_memdisk.cfg (used inside grub.elf) now only loads grub.cfg from cbfs. It no longer enables serial output or sets prefix. (menuentries/common.cfg does instead) - resources/grub/config/extra/common.cfg, added: - insmod instructions to load those modules: nativedisk, ehci, ohci, uhci, usb, usbserial_pl2303, usbserial_ftdi, usbserial_usbdebug - set prefix=(memdisk)/boot/grub - For native graphics (recommended by coreboot wiki): - gfxpayload=keep - terminal_output --append gfxterm - Play a beep on startup: - play 480 440 1 - Documentation: added note about 'fb=false' workaround for text-mode debian-installer (Trisquel net install) to ../docs/howtos/grub_boot_installer.html - Documentation: updated ../docs/howtos/grub_cbfs.html to make it safer (and easier) to follow.
Diffstat (limited to 'docs/future/f2a85m_dmidecode')
-rw-r--r--docs/future/f2a85m_dmidecode686
1 files changed, 686 insertions, 0 deletions
diff --git a/docs/future/f2a85m_dmidecode b/docs/future/f2a85m_dmidecode
new file mode 100644
index 0000000..64ff073
--- /dev/null
+++ b/docs/future/f2a85m_dmidecode
@@ -0,0 +1,686 @@
+
+
+For f2a85 BIOS rev 5103 (an older version):
+
+# dmidecode 2.11
+SMBIOS 2.7 present.
+66 structures occupying 2602 bytes.
+Table at 0x000EB330.
+
+Handle 0x0000, DMI type 0, 24 bytes
+BIOS Information
+ Vendor: American Megatrends Inc.
+ Version: 5103
+ Release Date: 09/19/2012
+ Address: 0xF0000
+ Runtime Size: 64 kB
+ ROM Size: 8192 kB
+ Characteristics:
+ PCI is supported
+ BIOS is upgradeable
+ BIOS shadowing is allowed
+ Boot from CD is supported
+ Selectable boot is supported
+ BIOS ROM is socketed
+ EDD is supported
+ 5.25"/1.2 MB floppy services are supported (int 13h)
+ 3.5"/720 kB floppy services are supported (int 13h)
+ 3.5"/2.88 MB floppy services are supported (int 13h)
+ Print screen service is supported (int 5h)
+ 8042 keyboard services are supported (int 9h)
+ Serial services are supported (int 14h)
+ Printer services are supported (int 17h)
+ ACPI is supported
+ USB legacy is supported
+ BIOS boot specification is supported
+ Targeted content distribution is supported
+ UEFI is supported
+ BIOS Revision: 4.6
+
+Handle 0x0001, DMI type 1, 27 bytes
+System Information
+ Manufacturer: System manufacturer
+ Product Name: System Product Name
+ Version: System Version
+ Serial Number: System Serial Number
+ UUID: 4E5BFAA0-1609-11E0-B25A-50465D90D676
+ Wake-up Type: Power Switch
+ SKU Number: SKU
+ Family: To be filled by O.E.M.
+
+Handle 0x0002, DMI type 2, 15 bytes
+Base Board Information
+ Manufacturer: ASUSTeK COMPUTER INC.
+ Product Name: F2A85-M
+ Version: Rev X.0x
+ Serial Number: 121002909202970
+ Asset Tag: To be filled by O.E.M.
+ Features:
+ Board is a hosting board
+ Board is replaceable
+ Location In Chassis: To be filled by O.E.M.
+ Chassis Handle: 0x0003
+ Type: Motherboard
+ Contained Object Handles: 0
+
+Handle 0x0003, DMI type 3, 22 bytes
+Chassis Information
+ Manufacturer: Chassis Manufacture
+ Type: Desktop
+ Lock: Not Present
+ Version: Chassis Version
+ Serial Number: Chassis Serial Number
+ Asset Tag: Asset-1234567890
+ Boot-up State: Safe
+ Power Supply State: Safe
+ Thermal State: Safe
+ Security Status: None
+ OEM Information: 0x00000000
+ Height: Unspecified
+ Number Of Power Cords: 1
+ Contained Elements: 0
+ SKU Number: To be filled by O.E.M.
+
+Handle 0x0004, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: PS/2 Keyboard/Mouse
+ Internal Connector Type: None
+ External Reference Designator: PS/2 Keyboard/Mouse
+ External Connector Type: PS/2
+ Port Type: Keyboard Port
+
+Handle 0x0005, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: USB34
+ Internal Connector Type: None
+ External Reference Designator: USB34
+ External Connector Type: Access Bus (USB)
+ Port Type: USB
+
+Handle 0x0006, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: SPDIFO
+ Internal Connector Type: None
+ External Reference Designator: SPDIFO
+ External Connector Type: Other
+ Port Type: Other
+
+Handle 0x0007, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: HDMI
+ Internal Connector Type: None
+ External Reference Designator: HDMI port
+ External Connector Type: Other
+ Port Type: Other
+
+Handle 0x0008, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: D-SUB
+ Internal Connector Type: None
+ External Reference Designator: D-SUB port
+ External Connector Type: Other
+ Port Type: Other
+
+Handle 0x0009, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: DVI
+ Internal Connector Type: None
+ External Reference Designator: DVI port
+ External Connector Type: Other
+ Port Type: Other
+
+Handle 0x000A, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: ESATA
+ Internal Connector Type: None
+ External Reference Designator: ESATA
+ External Connector Type: SAS/SATA Plug Receptacle
+ Port Type: SATA
+
+Handle 0x000B, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: USB3_12
+ Internal Connector Type: None
+ External Reference Designator: USB3_12
+ External Connector Type: Access Bus (USB)
+ Port Type: USB
+
+Handle 0x000C, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: LAN
+ Internal Connector Type: None
+ External Reference Designator: LAN
+ External Connector Type: RJ-45
+ Port Type: Network Port
+
+Handle 0x000D, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: USB12
+ Internal Connector Type: None
+ External Reference Designator: USB12
+ External Connector Type: Access Bus (USB)
+ Port Type: USB
+
+Handle 0x000E, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: Audio_Line_In
+ Internal Connector Type: None
+ External Reference Designator: Audio_Line_In
+ External Connector Type: Mini Jack (headphones)
+ Port Type: Audio Port
+
+Handle 0x000F, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: Audio_Line_Out
+ Internal Connector Type: None
+ External Reference Designator: Audio_Line_Out
+ External Connector Type: Mini Jack (headphones)
+ Port Type: Audio Port
+
+Handle 0x0010, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: Audio_Mic_In
+ Internal Connector Type: None
+ External Reference Designator: Audio_Mic_In
+ External Connector Type: Mini Jack (headphones)
+ Port Type: Audio Port
+
+Handle 0x0011, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: Audio_Center/Sub
+ Internal Connector Type: None
+ External Reference Designator: Audio_Center/Sub
+ External Connector Type: Mini Jack (headphones)
+ Port Type: Audio Port
+
+Handle 0x0012, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: Audio_Rear
+ Internal Connector Type: None
+ External Reference Designator: Audio_Rear
+ External Connector Type: Mini Jack (headphones)
+ Port Type: Audio Port
+
+Handle 0x0013, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: Audio_Side
+ Internal Connector Type: None
+ External Reference Designator: Audio_Side
+ External Connector Type: Mini Jack (headphones)
+ Port Type: Audio Port
+
+Handle 0x0014, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: SATA6G_1
+ Internal Connector Type: SAS/SATA Plug Receptacle
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: SATA
+
+Handle 0x0015, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: SATA6G_2
+ Internal Connector Type: SAS/SATA Plug Receptacle
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: SATA
+
+Handle 0x0016, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: SATA6G_3
+ Internal Connector Type: SAS/SATA Plug Receptacle
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: SATA
+
+Handle 0x0017, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: SATA6G_4
+ Internal Connector Type: SAS/SATA Plug Receptacle
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: SATA
+
+Handle 0x0018, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: SATA6G_5
+ Internal Connector Type: SAS/SATA Plug Receptacle
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: SATA
+
+Handle 0x0019, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: SATA6G_6
+ Internal Connector Type: SAS/SATA Plug Receptacle
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: SATA
+
+Handle 0x001A, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: SATA6G_7
+ Internal Connector Type: SAS/SATA Plug Receptacle
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: SATA
+
+Handle 0x001B, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: ESATA6G
+ Internal Connector Type: SAS/SATA Plug Receptacle
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: SATA
+
+Handle 0x001C, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: USB3_34
+ Internal Connector Type: Access Bus (USB)
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: USB
+
+Handle 0x001D, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: USB78
+ Internal Connector Type: Access Bus (USB)
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: USB
+
+Handle 0x001E, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: USB910
+ Internal Connector Type: Access Bus (USB)
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: USB
+
+Handle 0x001F, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: USB34
+ Internal Connector Type: Access Bus (USB)
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: USB
+
+Handle 0x0020, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: USB56
+ Internal Connector Type: Access Bus (USB)
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: USB
+
+Handle 0x0021, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: PANEL
+ Internal Connector Type: Other
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: Other
+
+Handle 0x0022, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: COM1
+ Internal Connector Type: 9 Pin Dual Inline (pin 10 cut)
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: Other
+
+Handle 0x0023, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: SPDIF_OUT
+ Internal Connector Type: Other
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: Other
+
+Handle 0x0024, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: AAFP
+ Internal Connector Type: Mini Jack (headphones)
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: Audio Port
+
+Handle 0x0025, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: CPU_FAN
+ Internal Connector Type: Other
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: Other
+
+Handle 0x0026, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: CHA_FAN
+ Internal Connector Type: Other
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: Other
+
+Handle 0x0027, DMI type 8, 9 bytes
+Port Connector Information
+ Internal Reference Designator: PWR_FAN
+ Internal Connector Type: Other
+ External Reference Designator: Not Specified
+ External Connector Type: None
+ Port Type: Other
+
+Handle 0x0028, DMI type 9, 17 bytes
+System Slot Information
+ Designation: PCIEX16_1
+ Type: 32-bit PCI Express
+ Current Usage: In Use
+ Length: Short
+ ID: 1
+ Characteristics:
+ 3.3 V is provided
+ Opening is shared
+ PME signal is supported
+ Bus Address: 0000:00:01.0
+
+Handle 0x0029, DMI type 9, 17 bytes
+System Slot Information
+ Designation: PCIEX1_2
+ Type: 32-bit PCI Express
+ Current Usage: In Use
+ Length: Short
+ ID: 2
+ Characteristics:
+ 3.3 V is provided
+ Opening is shared
+ PME signal is supported
+ Bus Address: 0000:00:1c.4
+
+Handle 0x002A, DMI type 9, 17 bytes
+System Slot Information
+ Designation: PCI1
+ Type: 32-bit PCI
+ Current Usage: In Use
+ Length: Short
+ ID: 3
+ Characteristics:
+ 3.3 V is provided
+ Opening is shared
+ PME signal is supported
+ Bus Address: 0000:00:1c.6
+
+Handle 0x002B, DMI type 9, 17 bytes
+System Slot Information
+ Designation: PCIEX16_2
+ Type: 32-bit PCI Express
+ Current Usage: In Use
+ Length: Short
+ ID: 4
+ Characteristics:
+ 3.3 V is provided
+ Opening is shared
+ PME signal is supported
+ Bus Address: 0000:00:01.0
+
+Handle 0x002C, DMI type 10, 10 bytes
+On Board Device 1 Information
+ Type: Video
+ Status: Enabled
+ Description: To Be Filled By O.E.M.
+On Board Device 2 Information
+ Type: Ethernet
+ Status: Enabled
+ Description: To Be Filled By O.E.M.
+On Board Device 3 Information
+ Type: Sound
+ Status: Enabled
+ Description: To Be Filled By O.E.M.
+
+Handle 0x002D, DMI type 11, 5 bytes
+OEM Strings
+ String 1: To Be Filled By O.E.M.
+
+Handle 0x002E, DMI type 12, 5 bytes
+System Configuration Options
+ Option 1: To Be Filled By O.E.M.
+
+Handle 0x002F, DMI type 16, 23 bytes
+Physical Memory Array
+ Location: System Board Or Motherboard
+ Use: System Memory
+ Error Correction Type: None
+ Maximum Capacity: 8 GB
+ Error Information Handle: Not Provided
+ Number Of Devices: 4
+
+Handle 0x0030, DMI type 19, 31 bytes
+Memory Array Mapped Address
+ Starting Address: 0x00000000000
+ Ending Address: 0x003FFFFFFFF
+ Range Size: 16 GB
+ Physical Array Handle: 0x002F
+ Partition Width: 255
+
+Handle 0x0031, DMI type 17, 34 bytes
+Memory Device
+ Array Handle: 0x002F
+ Error Information Handle: Not Provided
+ Total Width: 64 bits
+ Data Width: 64 bits
+ Size: 4096 MB
+ Form Factor: DIMM
+ Set: None
+ Locator: DIMM_A1
+ Bank Locator: A1_BANK0
+ Type: DDR3
+ Type Detail: Synchronous Unbuffered (Unregistered)
+ Speed: 800 MHz
+ Manufacturer: Undefined
+ Serial Number: 00000000
+ Asset Tag: A1_AssetTagNum1
+ Part Number: F3-17000CL11-4GBXL
+ Rank: 2
+ Configured Clock Speed: Unknown
+
+Handle 0x0032, DMI type 20, 35 bytes
+Memory Device Mapped Address
+ Starting Address: 0x00000000000
+ Ending Address: 0x000FFFFFFFF
+ Range Size: 4 GB
+ Physical Device Handle: 0x0031
+ Memory Array Mapped Address Handle: 0x0030
+ Partition Row Position: 1
+
+Handle 0x0033, DMI type 17, 34 bytes
+Memory Device
+ Array Handle: 0x002F
+ Error Information Handle: Not Provided
+ Total Width: 64 bits
+ Data Width: 64 bits
+ Size: 4096 MB
+ Form Factor: DIMM
+ Set: None
+ Locator: DIMM_A2
+ Bank Locator: A1_BANK1
+ Type: DDR3
+ Type Detail: Synchronous Unbuffered (Unregistered)
+ Speed: 800 MHz
+ Manufacturer: Undefined
+ Serial Number: 00000000
+ Asset Tag: A1_AssetTagNum0
+ Part Number: F3-17000CL11-4GBXL
+ Rank: 2
+ Configured Clock Speed: 39335 MHz
+
+Handle 0x0034, DMI type 20, 35 bytes
+Memory Device Mapped Address
+ Starting Address: 0x00100000000
+ Ending Address: 0x001FFFFFFFF
+ Range Size: 4 GB
+ Physical Device Handle: 0x0033
+ Memory Array Mapped Address Handle: 0x0030
+ Partition Row Position: 1
+
+Handle 0x0035, DMI type 17, 34 bytes
+Memory Device
+ Array Handle: 0x002F
+ Error Information Handle: Not Provided
+ Total Width: 64 bits
+ Data Width: 64 bits
+ Size: 4096 MB
+ Form Factor: DIMM
+ Set: None
+ Locator: DIMM_B1
+ Bank Locator: A1_BANK2
+ Type: DDR3
+ Type Detail: Synchronous Unbuffered (Unregistered)
+ Speed: 800 MHz
+ Manufacturer: Undefined
+ Serial Number: 00000000
+ Asset Tag: A1_AssetTagNum2
+ Part Number: F3-17000CL11-4GBXL
+ Rank: 2
+ Configured Clock Speed: Unknown
+
+Handle 0x0036, DMI type 20, 35 bytes
+Memory Device Mapped Address
+ Starting Address: 0x00200000000
+ Ending Address: 0x002FFFFFFFF
+ Range Size: 4 GB
+ Physical Device Handle: 0x0035
+ Memory Array Mapped Address Handle: 0x0030
+ Partition Row Position: 1
+
+Handle 0x0037, DMI type 17, 34 bytes
+Memory Device
+ Array Handle: 0x002F
+ Error Information Handle: Not Provided
+ Total Width: 64 bits
+ Data Width: 64 bits
+ Size: 4096 MB
+ Form Factor: DIMM
+ Set: None
+ Locator: DIMM_B2
+ Bank Locator: A1_BANK3
+ Type: DDR3
+ Type Detail: Synchronous Unbuffered (Unregistered)
+ Speed: 800 MHz
+ Manufacturer: Undefined
+ Serial Number: 00000000
+ Asset Tag: A1_AssetTagNum3
+ Part Number: F3-17000CL11-4GBXL
+ Rank: 2
+ Configured Clock Speed: 1 MHz
+
+Handle 0x0038, DMI type 20, 35 bytes
+Memory Device Mapped Address
+ Starting Address: 0x00300000000
+ Ending Address: 0x003FFFFFFFF
+ Range Size: 4 GB
+ Physical Device Handle: 0x0037
+ Memory Array Mapped Address Handle: 0x0030
+ Partition Row Position: 1
+
+Handle 0x0039, DMI type 32, 20 bytes
+System Boot Information
+ Status: No errors detected
+
+Handle 0x003A, DMI type 41, 11 bytes
+Onboard Device
+ Reference Designation: Onboard IGD
+ Type: Video
+ Status: Enabled
+ Type Instance: 1
+ Bus Address: 0000:00:02.0
+
+Handle 0x003B, DMI type 41, 11 bytes
+Onboard Device
+ Reference Designation: Onboard LAN
+ Type: Ethernet
+ Status: Enabled
+ Type Instance: 1
+ Bus Address: 0000:00:19.0
+
+Handle 0x003C, DMI type 41, 11 bytes
+Onboard Device
+ Reference Designation: Onboard 1394
+ Type: Other
+ Status: Enabled
+ Type Instance: 1
+ Bus Address: 0000:03:1c.2
+
+Handle 0x003D, DMI type 7, 19 bytes
+Cache Information
+ Socket Designation: L1 CACHE
+ Configuration: Enabled, Not Socketed, Level 1
+ Operational Mode: Write Back
+ Location: Internal
+ Installed Size: 192 kB
+ Maximum Size: 192 kB
+ Supported SRAM Types:
+ Pipeline Burst
+ Installed SRAM Type: Pipeline Burst
+ Speed: 1 ns
+ Error Correction Type: Multi-bit ECC
+ System Type: Unified
+ Associativity: 2-way Set-associative
+
+Handle 0x003E, DMI type 7, 19 bytes
+Cache Information
+ Socket Designation: L2 CACHE
+ Configuration: Enabled, Not Socketed, Level 2
+ Operational Mode: Write Back
+ Location: Internal
+ Installed Size: 4096 kB
+ Maximum Size: 4096 kB
+ Supported SRAM Types:
+ Pipeline Burst
+ Installed SRAM Type: Pipeline Burst
+ Speed: 1 ns
+ Error Correction Type: Multi-bit ECC
+ System Type: Unified
+ Associativity: 16-way Set-associative
+
+Handle 0x0047, DMI type 4, 42 bytes
+Processor Information
+ Socket Designation: FM2
+ Type: Central Processor
+ Family: <OUT OF SPEC>
+ Manufacturer: AuthenticAMD
+ ID: 31 0F 61 00 FF FB 8B 17
+ Version: AMD A10-6800K APU with Radeon(tm) HD Graphics
+ Voltage: 1.3 V
+ External Clock: 100 MHz
+ Max Speed: 4100 MHz
+ Current Speed: 4100 MHz
+ Status: Populated, Enabled
+ Upgrade: <OUT OF SPEC>
+ L1 Cache Handle: 0x003D
+ L2 Cache Handle: 0x003E
+ L3 Cache Handle: Not Provided
+ Serial Number: Not Specified
+ Asset Tag: Not Specified
+ Part Number: Not Specified
+ Core Count: 4
+ Core Enabled: 4
+ Thread Count: 4
+ Characteristics:
+ 64-bit capable
+
+Handle 0x0048, DMI type 13, 22 bytes
+BIOS Language Information
+ Language Description Format: Long
+ Installable Languages: 8
+ en|US|iso8859-1
+ fr|FR|iso8859-1
+ es|ES|iso8859-1
+ de|DE|iso8859-1
+ ru|RU|iso8859-5
+ ja|JP|unicode
+ zh|TW|unicode
+ zh|CN|unicode
+ Currently Installed Language: en|US|iso8859-1
+
+Handle 0x0049, DMI type 127, 4 bytes
+End Of Table
+
+