Hi,all I found that while I tried to boot linux from a usb disk by filo. It failed, the debug message says " dma_to_td can not find td". Is there any one who can help me ? thanks
Jason Wang Intern Electronic Engineering Lab Peking University Beijing Technology Development Center Advanced Micro Devices(AMD) E-mail: Qingpei.Wang@amd.com wangqingpei@hotmail.com Phone:13426369984
-----Original Message----- From: coreboot-bounces@coreboot.org [mailto:coreboot-bounces@coreboot.org] On Behalf Of coreboot-request@coreboot.org Sent: Friday, March 28, 2008 7:27 AM To: coreboot@coreboot.org Subject: coreboot Digest, Vol 37, Issue 181
Send coreboot mailing list submissions to coreboot@coreboot.org
To subscribe or unsubscribe via the World Wide Web, visit http://www.coreboot.org/mailman/listinfo/coreboot or, via email, send a message with subject or body 'help' to coreboot-request@coreboot.org
You can reach the person managing the list at coreboot-owner@coreboot.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of coreboot digest..."
Today's Topics:
1. [libpayload] Fix drawing chars (Jordan Crouse) 2. [libpayload] fix curses drawing problem (Jordan Crouse) 3. [PATCH] coreinfo: CMOS Dump support and other fixes (Uwe Hermann) 4. Re: [libpayload] fix curses drawing problem (Uwe Hermann) 5. Re: [PATCH] libpayload: CMOS / BCD functions (Peter Stuge) 6. Re: [libpayload] Fix drawing chars (Peter Stuge) 7. [PATCH][RFC] LAR segfault when adding to a full archive (Carl-Daniel Hailfinger) 8. r3192 - in trunk/payloads/libpayload: . drivers include libc (svn@coreboot.org)
----------------------------------------------------------------------
Message: 1 Date: Thu, 27 Mar 2008 15:33:13 -0600 From: Jordan Crouse jordan.crouse@amd.com Subject: [coreboot] [libpayload] Fix drawing chars To: coreboot@coreboot.org Message-ID: 20080327213313.GQ2063@cosmic.amd.com Content-Type: text/plain; charset=us-ascii
Somewhere in the layers of functions we're accidently casting unsigned character values as signed, and they are getting sign extended, causing blinking and bold text. This patch makes sure we only use the 8 bits we support right now.
This is probably not wchar safe, as the comment says.