summaryrefslogtreecommitdiff
path: root/src/lib/usbdebug_direct.c
AgeCommit message (Expand)Author
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-01-16coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-10-24Fix USB Debug Device for Intel ICH chipsetsStefan Reinauer
2009-07-21Some USB debug updates, mostly comments fixing, license header updatesStefan Reinauer
2009-04-21- function prototypes do not need "extern"Stefan Reinauer
2009-03-06use inb instead of outb for delays in usb debug code (trivial)Stefan Reinauer
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2007-02-28This is (most of) the usb2 debug console code ripped out of Yinghai Lu