Re: [coreboot] SeaBios serial(RX) is not running.

2016-05-27 Thread 김유석 책임연구원

Dear Sir.

Thank's your work.


Enable the bi-direction serial console is done.


2016-05-20 오후 8:36에 Kyösti Mälkki 이(가) 쓴 글:



On Tue, May 17, 2016 at 10:46 PM, Martin Roth > wrote:


Hi,
  If you want bi-directional serial port in SeaBIOS, I think you need
to stick with the version from Sage. As far as I know, it's never been
supported in the upstream SeaBIOS version.


I have pulled this serial to keyboard mapping change from SageBIOS and 
posted on the seabios list today. Hitting ESC and changing boot media 
seemed to work.


BR,
Kyösti



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

Re: [coreboot] SeaBios serial(RX) is not running.

2016-05-22 Thread Martin Roth
Kyösti, thanks for doing that.


On Mon, May 23, 2016 at 12:47 AM, 김유석 책임연구원  wrote:
> Dear Sir.
>
> Thank's your work.
>
>
> Enable the bi-direction serial console is done.
>
>
> 2016-05-20 오후 8:36에 Kyösti Mälkki 이(가) 쓴 글:
>
>
>
> On Tue, May 17, 2016 at 10:46 PM, Martin Roth  wrote:
>>
>> Hi,
>>   If you want bi-directional serial port in SeaBIOS, I think you need
>> to stick with the version from Sage. As far as I know, it's never been
>> supported in the upstream SeaBIOS version.
>>
>
> I have pulled this serial to keyboard mapping change from SageBIOS and
> posted on the seabios list today. Hitting ESC and changing boot media seemed
> to work.
>
> BR,
> Kyösti
>
>
>

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

Re: [coreboot] SeaBios serial(RX) is not running.

2016-05-20 Thread Kyösti Mälkki
On Tue, May 17, 2016 at 10:46 PM, Martin Roth  wrote:

> Hi,
>   If you want bi-directional serial port in SeaBIOS, I think you need
> to stick with the version from Sage. As far as I know, it's never been
> supported in the upstream SeaBIOS version.
>
>
I have pulled this serial to keyboard mapping change from SageBIOS and
posted on the seabios list today. Hitting ESC and changing boot media
seemed to work.

BR,
Kyösti
-- 
coreboot mailing list: coreboot@coreboot.org
https://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] SeaBios serial(RX) is not running.

2016-05-18 Thread Patrick Rudolph
Seabios isn't able to read from serial, as it would require to map
several received characters to scancodes.

You can try sgabios, an option rom that works over serial.

In theory adding serial rx support to Seabios using sgabios source code
should be simple.

Regards,
Patrick
On 2016-05-17 04:01 AM, 김유석 책임연구원 wrote:
> Dear Sir. 
> 
> Thank's your advise. everytime. 
> 
> FINIALLY, I was succsss the boot using coreboot.
> 
> But I have a LITTLE PROBLEM. 
> 
> I'M CAN'T TYPING THROUTH THE SERIAL. 
> 
> My x86 BOX is only support serial console. 
> 
> So, Serial console is very important.
> 
> BUT THE SEABIOS IS SERIAL RX IS FAIL. I guess. 
> 
> Coreboot => TX OK
> 
> SeaBios => TX OK. RX FAIL
> 
> GRUB2 => TX OK, RX OK.
> 
> Linux(ubuntu 15.04) => TX OK, RX OK. 
> 
> TX OK => Can see the log message throught the serial console. 
> 
> RX FAIL => Can not typing throught the serial console. 
> 
> I'm try to change the bootloader SeaBios to U-boot. and U-BOOT IS A
> TX, RX OK. 
> 
> Serial RX fail is a just SeaBios problem(Not HW issue). I
> guess.(Vendor builded coreboot(SeaBios) is TX/RX OK)
> 
> Please advise to me. 
> 
> Thank you.

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

Re: [coreboot] SeaBios serial(RX) is not running.

2016-05-17 Thread Martin Roth
Hi,
  If you want bi-directional serial port in SeaBIOS, I think you need
to stick with the version from Sage. As far as I know, it's never been
supported in the upstream SeaBIOS version.

You might want to bring this up on the SeaBIOS mailing list.
http://www.seabios.org/Mailinglist

Martin

On Mon, May 16, 2016 at 8:01 PM, 김유석 책임연구원  wrote:
> Dear Sir.
>
>
> Thank's your advise. everytime.
>
>
> Finially, I was succsss the boot using coreboot.
>
>
> But I have a little problem.
>
>
> I'm can't typing throuth the serial.
>
>
> My x86 BOX is only support serial console.
>
>
> So, Serial console is very important.
>
>
> But the SeaBios is Serial RX is fail. I guess.
>
>
> Coreboot => TX OK
>
> SeaBios => TX OK. RX Fail
>
> GRUB2 => TX OK, RX OK.
>
> Linux(ubuntu 15.04) => TX OK, RX OK.
>
>
> TX OK => Can see the log message throught the serial console.
>
> RX Fail => Can not typing throught the serial console.
>
>
> I'm try to change the bootloader SeaBios to U-boot. and U-boot is a TX, RX
> OK.
>
>
> Serial RX fail is a just SeaBios problem(Not HW issue). I guess.(Vendor
> builded coreboot(SeaBios) is TX/RX OK)
>
>
> Please advise to me.
>
>
> Thank you.
>
>
>
>
>
>
> --
> coreboot mailing list: coreboot@coreboot.org
> https://www.coreboot.org/mailman/listinfo/coreboot

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

[coreboot] SeaBios serial(RX) is not running.

2016-05-17 Thread 김유석 책임연구원

Dear Sir.


Thank's your advise. everytime.


*Finially*, I was succsss the boot using coreboot.


But I have a *little problem.*


_*I'm can't typing throuth the serial.*_


My x86 BOX is only support serial console.


So, Serial console is very important.


*But **t**he **Sea**Bios is **Serial RX is fail*. I guess.


Coreboot => TX OK

SeaBios => TX OK. *RX Fail*

GRUB2 => TX OK, RX OK.

Linux(ubuntu 15.04) => TX OK, RX OK.


*TX OK* => Can see the log message throught the serial console.

*RX F**ail* => Can not typing throught the serial console.


I'm try to change the bootloader SeaBios to U-boot. and *U-boot is a TX, 
RX OK.*



Serial RX fail is a just SeaBios problem(Not HW issue). I guess.(Vendor 
builded coreboot(SeaBios) is TX/RX OK)



Please advise to me.


Thank you.





#
# Automatically generated file; DO NOT EDIT.
# SeaBIOS Configuration
#

#
# General Features
#
CONFIG_COREBOOT=y
# CONFIG_QEMU is not set
# CONFIG_CSM is not set
# CONFIG_QEMU_HARDWARE is not set
CONFIG_THREADS=y
CONFIG_RELOCATE_INIT=y
CONFIG_BOOTMENU=y
CONFIG_BOOTSPLASH=y
CONFIG_BOOTORDER=y
CONFIG_COREBOOT_FLASH=y
CONFIG_LZMA=y
CONFIG_CBFS_LOCATION=0
CONFIG_MULTIBOOT=y
CONFIG_ENTRY_EXTRASTACK=y
# CONFIG_MALLOC_UPPERMEMORY is not set
CONFIG_ROM_SIZE=0

#
# Hardware support
#
CONFIG_ATA=y
# CONFIG_ATA_DMA is not set
# CONFIG_ATA_PIO32 is not set
CONFIG_AHCI=y
CONFIG_SDCARD=y
CONFIG_MEGASAS=y
CONFIG_FLOPPY=y
CONFIG_FLASH_FLOPPY=y
CONFIG_PS2PORT=y
CONFIG_USB=y
CONFIG_USB_UHCI=y
CONFIG_USB_OHCI=y
CONFIG_USB_EHCI=y
CONFIG_USB_XHCI=y
CONFIG_USB_MSC=y
CONFIG_USB_UAS=y
CONFIG_USB_HUB=y
CONFIG_USB_KEYBOARD=y
CONFIG_USB_MOUSE=y
CONFIG_SERIAL=y
CONFIG_LPT=y
CONFIG_RTC_TIMER=y
CONFIG_HARDWARE_IRQ=y
CONFIG_PMTIMER=y
CONFIG_TSC_TIMER=y

#
# BIOS interfaces
#
CONFIG_DRIVES=y
CONFIG_CDROM_BOOT=y
CONFIG_CDROM_EMU=y
CONFIG_PCIBIOS=y
CONFIG_APMBIOS=y
CONFIG_PNPBIOS=y
CONFIG_OPTIONROMS=y
CONFIG_PMM=y
CONFIG_BOOT=y
CONFIG_KEYBOARD=y
CONFIG_KBD_CALL_INT15_4F=y
CONFIG_MOUSE=y
CONFIG_S3_RESUME=y
CONFIG_VGAHOOKS=y
# CONFIG_DISABLE_A20 is not set
CONFIG_TCGBIOS=y

#
# VGA ROM
#
CONFIG_NO_VGABIOS=y
# CONFIG_VGA_GEODEGX2 is not set
# CONFIG_VGA_GEODELX is not set
# CONFIG_VGA_COREBOOT is not set
# CONFIG_BUILD_VGABIOS is not set
CONFIG_VGA_EXTRA_STACK_SIZE=512

#
# Debugging
#
CONFIG_DEBUG_LEVEL=1
CONFIG_DEBUG_SERIAL=y
CONFIG_DEBUG_SERIAL_PORT=0x2f8
CONFIG_DEBUG_COREBOOT=y
#
# Automatically generated file; DO NOT EDIT.
# SeaBIOS Configuration
#

#
# General Features
#
CONFIG_COREBOOT=y
# CONFIG_QEMU is not set
# CONFIG_CSM is not set
# CONFIG_QEMU_HARDWARE is not set
CONFIG_THREADS=y
CONFIG_RELOCATE_INIT=y
CONFIG_BOOTMENU=y
CONFIG_BOOTSPLASH=y
CONFIG_BOOTORDER=y
CONFIG_COREBOOT_FLASH=y
CONFIG_LZMA=y
CONFIG_CBFS_LOCATION=0
CONFIG_MULTIBOOT=y
CONFIG_ENTRY_EXTRASTACK=y
# CONFIG_MALLOC_UPPERMEMORY is not set
CONFIG_ROM_SIZE=0

#
# Hardware support
#
CONFIG_ATA=y
# CONFIG_ATA_DMA is not set
# CONFIG_ATA_PIO32 is not set
CONFIG_AHCI=y
CONFIG_SDCARD=y
CONFIG_MEGASAS=y
CONFIG_FLOPPY=y
CONFIG_FLASH_FLOPPY=y
CONFIG_PS2PORT=y
CONFIG_USB=y
CONFIG_USB_UHCI=y
CONFIG_USB_OHCI=y
CONFIG_USB_EHCI=y
CONFIG_USB_XHCI=y
CONFIG_USB_MSC=y
CONFIG_USB_UAS=y
CONFIG_USB_HUB=y
CONFIG_USB_KEYBOARD=y
CONFIG_USB_MOUSE=y
CONFIG_SERIAL=y
CONFIG_LPT=y
CONFIG_RTC_TIMER=y
CONFIG_HARDWARE_IRQ=y
CONFIG_PMTIMER=y
CONFIG_TSC_TIMER=y

#
# BIOS interfaces
#
CONFIG_DRIVES=y
CONFIG_CDROM_BOOT=y
CONFIG_CDROM_EMU=y
CONFIG_PCIBIOS=y
CONFIG_APMBIOS=y
CONFIG_PNPBIOS=y
CONFIG_OPTIONROMS=y
CONFIG_PMM=y
CONFIG_BOOT=y
CONFIG_KEYBOARD=y
CONFIG_KBD_CALL_INT15_4F=y
CONFIG_MOUSE=y
CONFIG_S3_RESUME=y
CONFIG_VGAHOOKS=y
# CONFIG_DISABLE_A20 is not set
CONFIG_TCGBIOS=y

#
# VGA ROM
#
CONFIG_NO_VGABIOS=y
# CONFIG_VGA_GEODEGX2 is not set
# CONFIG_VGA_GEODELX is not set
# CONFIG_VGA_COREBOOT is not set
# CONFIG_BUILD_VGABIOS is not set
CONFIG_VGA_EXTRA_STACK_SIZE=512

#
# Debugging
#
CONFIG_DEBUG_LEVEL=1
CONFIG_DEBUG_SERIAL=y
CONFIG_DEBUG_SERIAL_PORT=0x2f8
CONFIG_DEBUG_COREBOOT=y
-- 
coreboot mailing list: coreboot@coreboot.org
https://www.coreboot.org/mailman/listinfo/coreboot