[coreboot] Supported Motherboards Wiki bot down

2015-01-29 Thread Timothy Pearson

All,

Not sure who this should be addressed to but it seems that the bot that 
updates the Supported Motherboards page is down and, judging from the 
page history, may have been down for over a week:


http://www.coreboot.org/index.php?title=Supported_Motherboardsaction=history

I added a mainboard to the status repository yesterday but as of this 
writing it has still not appeared on the Wiki page.


Thanks!

--
Timothy Pearson
Raptor Engineering
+1 (415) 727-8645
http://www.raptorengineeringinc.com

--
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot


[coreboot] Framebuffer issue when building coreboot from git

2015-01-29 Thread Michael Rogers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi all,

I'm trying to use coreboot and SeaBIOS to boot Tails from a USB stick
on a ThinkPad X60 with no hard disk.

I can successfully boot Tails by building the version of coreboot
that's included in the latest libreboot release, with the following
modifications to libreboot's X60 config file:

CONFIG_FRAMEBUFFER_KEEP_VESA_MODE=y
CONFIG_PAYLOAD_SEABIOS=y
CONFIG_SEABIOS_STABLE=y
CONFIG_SEABIOS_VGA_COREBOOT=y

The resulting image boots with a high-resolution text console, loads
Tails from the USB stick, and switches to graphics mode. Success!

However, I'd prefer to build coreboot directly, rather than via
libreboot, which adds a lot of dependencies I don't need. When I use
the same config file with the latest coreboot from git, the
CONFIG_FRAMEBUFFER_KEEP_VESA_MODE option is ignored. (In 'make
menuconfig', the Display section where I'd expect to find this option
is empty.) The resulting image boots with a low-resolution text
console, loads Tails from the USB stick, and fails to switch to
graphics mode.

Can anyone shed some light on the disappearance of the
CONFIG_FRAMEBUFFER_KEEP_VESA_MODE option?

My config file is pasted below in case the list doesn't accept
attachments.

Thanks,
Michael

#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#

#
# General setup
#
CONFIG_EXPERT=y
CONFIG_LOCALVERSION=7BETC7WW (2.08 )
CONFIG_CBFS_PREFIX=fallback
CONFIG_COMPILER_GCC=y
# CONFIG_COMPILER_LLVM_CLANG is not set
# CONFIG_ANY_TOOLCHAIN is not set
# CONFIG_CCACHE is not set
# CONFIG_SCONFIG_GENPARSER is not set
CONFIG_USE_OPTION_TABLE=y
CONFIG_COMPRESS_RAMSTAGE=y
CONFIG_INCLUDE_CONFIG_FILE=y
CONFIG_EARLY_CBMEM_INIT=y
# CONFIG_BROKEN_CAR_MIGRATE is not set
CONFIG_DYNAMIC_CBMEM=y
# CONFIG_COLLECT_TIMESTAMPS is not set
# CONFIG_USE_BLOBS is not set
# CONFIG_COVERAGE is not set
# CONFIG_RELOCATABLE_MODULES is not set
CONFIG_BOOTBLOCK_SIMPLE=y
# CONFIG_BOOTBLOCK_NORMAL is not set
CONFIG_BOOTBLOCK_SOURCE=bootblock_simple.c
# CONFIG_UPDATE_IMAGE is not set

#
# Mainboard
#
# CONFIG_VENDOR_AAEON is not set
# CONFIG_VENDOR_ABIT is not set
# CONFIG_VENDOR_ADLINK is not set
# CONFIG_VENDOR_ADVANSUS is not set
# CONFIG_VENDOR_ADVANTECH is not set
# CONFIG_VENDOR_AMD is not set
# CONFIG_VENDOR_AOPEN is not set
# CONFIG_VENDOR_APPLE is not set
# CONFIG_VENDOR_ARIMA is not set
# CONFIG_VENDOR_ARTECGROUP is not set
# CONFIG_VENDOR_ASI is not set
# CONFIG_VENDOR_ASROCK is not set
# CONFIG_VENDOR_ASUS is not set
# CONFIG_VENDOR_A_TREND is not set
# CONFIG_VENDOR_AVALUE is not set
# CONFIG_VENDOR_AXUS is not set
# CONFIG_VENDOR_AZZA is not set
# CONFIG_VENDOR_BACHMANN is not set
# CONFIG_VENDOR_BCOM is not set
# CONFIG_VENDOR_BIFFEROS is not set
# CONFIG_VENDOR_BIOSTAR is not set
# CONFIG_VENDOR_BROADCOM is not set
# CONFIG_VENDOR_COMPAQ is not set
# CONFIG_VENDOR_CUBIETECH is not set
# CONFIG_VENDOR_DIGITALLOGIC is not set
# CONFIG_VENDOR_DMP is not set
# CONFIG_VENDOR_EAGLELION is not set
# CONFIG_VENDOR_ECS is not set
# CONFIG_VENDOR_EMULATION is not set
# CONFIG_VENDOR_GETAC is not set
# CONFIG_VENDOR_GIGABYTE is not set
# CONFIG_VENDOR_GIZMOSPHERE is not set
# CONFIG_VENDOR_GOOGLE is not set
# CONFIG_VENDOR_HP is not set
# CONFIG_VENDOR_IBASE is not set
# CONFIG_VENDOR_IBM is not set
# CONFIG_VENDOR_IEI is not set
# CONFIG_VENDOR_INTEL is not set
# CONFIG_VENDOR_IWAVE is not set
# CONFIG_VENDOR_IWILL is not set
# CONFIG_VENDOR_JETWAY is not set
# CONFIG_VENDOR_KONTRON is not set
# CONFIG_VENDOR_LANNER is not set
CONFIG_VENDOR_LENOVO=y
# CONFIG_VENDOR_LINUTOP is not set
# CONFIG_VENDOR_LIPPERT is not set
# CONFIG_VENDOR_MITAC is not set
# CONFIG_VENDOR_MSI is not set
# CONFIG_VENDOR_NEC is not set
# CONFIG_VENDOR_NEWISYS is not set
# CONFIG_VENDOR_NOKIA is not set
# CONFIG_VENDOR_NVIDIA is not set
# CONFIG_VENDOR_PACKARDBELL is not set
# CONFIG_VENDOR_PCENGINES is not set
# CONFIG_VENDOR_RCA is not set
# CONFIG_VENDOR_RODA is not set
# CONFIG_VENDOR_SAMSUNG is not set
# CONFIG_VENDOR_SIEMENS is not set
# CONFIG_VENDOR_SOYO is not set
# CONFIG_VENDOR_SUNW is not set
# CONFIG_VENDOR_SUPERMICRO is not set
# CONFIG_VENDOR_TECHNEXION is not set
# CONFIG_VENDOR_TECHNOLOGIC is not set
# CONFIG_VENDOR_TELEVIDEO is not set
# CONFIG_VENDOR_TI is not set
# CONFIG_VENDOR_THOMSON is not set
# CONFIG_VENDOR_TRAVERSE is not set
# CONFIG_VENDOR_TYAN is not set
# CONFIG_VENDOR_VIA is not set
# CONFIG_VENDOR_WINENT is not set
# CONFIG_VENDOR_WYSE is not set
CONFIG_BOARD_SPECIFIC_OPTIONS=y
CONFIG_MAINBOARD_DIR=lenovo/x60
CONFIG_MAINBOARD_PART_NUMBER=ThinkPad X60
CONFIG_IRQ_SLOT_COUNT=18
CONFIG_MAINBOARD_VENDOR=LENOVO
CONFIG_MAX_CPUS=2
CONFIG_VGA_BIOS_ID=8086,27a2
CONFIG_DRIVERS_PS2_KEYBOARD=y
# CONFIG_ONBOARD_VGA_IS_PRIMARY is not set
# CONFIG_VGA_BIOS is not set
# CONFIG_CONSOLE_POST is not set
# CONFIG_UDELAY_IO is not set
CONFIG_DCACHE_RAM_BASE=0xffdf8000
CONFIG_DCACHE_RAM_SIZE=0x8000
CONFIG_MMCONF_BASE_ADDRESS=0xf000
CONFIG_MAINBOARD_SMBIOS_MANUFACTURER=LENOVO
# 

Re: [coreboot] FOSDEM 2015

2015-01-29 Thread Carl-Daniel Hailfinger
Hi everyone,

if you're coming to FOSDEM and can help out at the booth, please send a
short reply to this mail.

This is a friendly reminder to fill in
https://www.coreboot.org/Talk:FOSDEM_2015 with the details of what
you're bringing.

Please also tell me if you want me to bring some bulky/heavy stuff. I
will arrive by car.

Regards,
Carl-Daniel

On 08.01.2015 10:48, Carl-Daniel Hailfinger wrote:
 Hi everyone,

 please fill in https://www.coreboot.org/Talk:FOSDEM_2015 if you're coming.
 The same page for 2014 maight give you some ideas on what to bring with you.
 We have a booth/stand with a single table.

 Regards,
 Carl-Daniel

 On 22.11.2014 01:43, Carl-Daniel Hailfinger wrote:
 31 Jan 2015 and 1 Feb 2015:
 https://fosdem.org/2015/news/2014-09-19-call-for-participation-part-two/

 I would love to be there again and some of you already said they'd try
 to be there, but I forgot who. Who can be there with me at the booth and
 when can you be there?





-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot


[coreboot] Help With port Coreboot to HP XW8400

2015-01-29 Thread user7
Hello All.
I have problem with port coreboot to HP XW8400. http://i.imgur.com/fFqTk95.png
http://h50146.www5.hp.com/lib/doc/manual/workstation/xw8400/364898-001.pdf
i want install on it Intel Xeon x54xx but i can install only x53xx.
This motherboard have:
Intel 5000X Chip.
Intel ® 631xESB/632xESB I/O Controller Hub (ESB2)
LSI SAS 1064 I/O Controller
BCM5752 - Broadcom
I check in coreboot siete and support chipset is 5000P, and I have 5000X it is 
possilble to easy port coreboot on my platform?
 -- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] Help With port Coreboot to HP XW8400

2015-01-29 Thread Matt Taggart
user7 writes:
 Hello All.
 I have problem with port coreboot to HP XW8400. http://i.imgur.com/fFqTk95.png
 http://h50146.www5.hp.com/lib/doc/manual/workstation/xw8400/364898-001.pdf
 i want install on it Intel Xeon x54xx but i can install only x53xx.
 This motherboard have:
 Intel 5000X Chip.
 Intel =C2=AE 631xESB/632xESB I/O Controller Hub (ESB2)
 LSI SAS 1064 I/O Controller
 BCM5752 - Broadcom
 I check in coreboot siete and support chipset is 5000P, and I have 5000X it=
  is possilble to easy port coreboot on my platform?

I tried a similar experiment with putting an x54xx in an xw6400 (but not 
with cooreboot). It didn't work with the vendor BIOS (but maybe this is 
what you are trying to solve?) Here's a thread about it

http://h30499.www3.hp.com/t5/Workstations-z-series-xw-series/Adding-processo
r-to-the-xw6400-fastest-Quad-Core-supported/td-p/2381625

-- 
Matt Taggart
m...@lackof.org



-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot


Re: [coreboot] Help With port Coreboot to HP XW8400

2015-01-29 Thread user7
W dniu 2015-01-30 01:47:37 użytkownik Matt Taggart m...@lackof.org napisał:
 user7 writes:
  Hello All.
  I have problem with port coreboot to HP XW8400. 
  http://i.imgur.com/fFqTk95.png
  http://h50146.www5.hp.com/lib/doc/manual/workstation/xw8400/364898-001.pdf
  i want install on it Intel Xeon x54xx but i can install only x53xx.
  This motherboard have:
  Intel 5000X Chip.
  Intel =C2=AE 631xESB/632xESB I/O Controller Hub (ESB2)
  LSI SAS 1064 I/O Controller
  BCM5752 - Broadcom
  I check in coreboot siete and support chipset is 5000P, and I have 5000X it=
   is possilble to easy port coreboot on my platform?
 
 I tried a similar experiment with putting an x54xx in an xw6400 (but not 
 with cooreboot). It didn't work with the vendor BIOS (but maybe this is 
 what you are trying to solve?) Here's a thread about it
 
 http://h30499.www3.hp.com/t5/Workstations-z-series-xw-series/Adding-processo
 r-to-the-xw6400-fastest-Quad-Core-supported/td-p/2381625
 
 -- 
 Matt Taggart
 m...@lackof.org
 
 
 
 -- 
 coreboot mailing list: coreboot@coreboot.org
 http://www.coreboot.org/mailman/listinfo/coreboot
 

It is impossible to install unsupported processor in vendor BIOS therefore I 
must use coreboot. 
before tired to use some external program but any one doesn't run because BIOS 
is from Compaq.
I don't know if coreboot will be work on HP XW8400 (?) if not I cannot help 
myself because I can't programing.




-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot