[coreboot] [commit] r5586 - in trunk/src: console cpu/intel/model_106cx cpu/intel/model_6bx cpu/intel/model_6ex cpu/intel/model_6fx include lib mainboard/getac/p470 mainboard/gigabyte/ga_2761gxdk main

2010-05-25 Thread repository service
Author: stepan Date: Tue May 25 18:17:45 2010 New Revision: 5586 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5586 Log: Long ago we agreed on kicking the _direct appendix because everything in coreboot is direct. This patch does it. Signed-off-by: Stefan Reinauer Acked-by: Stefan Rei

Re: [coreboot] [commit] r5586 - in trunk/src: console cpu/intel/model_106cx cpu/intel/model_6bx cpu/intel/model_6ex cpu/intel/model_6fx include lib mainboard/getac/p470 mainboard/gigabyte/ga_2761gxdk

2010-05-25 Thread Peter Stuge
repository service wrote: > Long ago we agreed on kicking the _direct appendix because > everything in coreboot is direct. This patch does it. Sweet! > -driver-$(CONFIG_USBDEBUG_DIRECT) += usbdebug_direct_console.o > +driver-$(CONFIG_USBDEBUG_DIRECT) += usbdebug_console.o Still the config optio

Re: [coreboot] [commit] r5586 - in trunk/src: console cpu/intel/model_106cx cpu/intel/model_6bx cpu/intel/model_6ex cpu/intel/model_6fx include lib mainboard/getac/p470 mainboard/gigabyte/ga_2761gxdk

2010-05-25 Thread Stefan Reinauer
On 5/25/10 6:33 PM, Peter Stuge wrote: > repository service wrote: > >> Long ago we agreed on kicking the _direct appendix because >> everything in coreboot is direct. This patch does it. >> > Sweet! > > > >> -driver-$(CONFIG_USBDEBUG_DIRECT) += usbdebug_direct_console.o >> +driver-$(CON