[LinuxBIOS] [RFC][PATCH 2/2] x86_64: earlyprintk usb debug device support.

Lu, Yinghai yinghai.lu at amd.com
Mon Dec 4 21:52:30 CET 2006


Eric,

Please check the version I modified for LinuxBIOS from your
usbdebug_direct.

Put the related info in
struct ehci_debug_info {
        void *ehci_base;
        void *ehci_op_base;
        void *ehci_debug_base;
        unsigned devnum;
        unsigned endpoint_out;
        unsigned endpoint_in;
	int inited;
};

So for CAR stage code, I could put it the range after stack and easy to
retrieve.

YH
-------------- next part --------------
A non-text attachment was scrubbed...
Name: usbdebug_direct.h
Type: application/octet-stream
Size: 608 bytes
Desc: usbdebug_direct.h
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20061204/4555b92e/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: usbdebug_direct.c
Type: application/octet-stream
Size: 14476 bytes
Desc: usbdebug_direct.c
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20061204/4555b92e/attachment-0001.obj>


More information about the coreboot mailing list