I made it. Bash# sed -i 's/printk_\([a-z]*\)(/printk(BIOS_\U\1\E, /g' *.c
Zheng > -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of Bao, Zheng > Sent: Wednesday, March 24, 2010 11:27 AM > To: [email protected] > Cc: Stefan Reinauer > Subject: Re: [coreboot] [commit] r5266 - in > trunk:src/arch/i386/bootsrc/arch/i386/lib src/arch/i386/smpsrc/boot > src/consolesrc/cpu/amd/car > src/cpu/amd/dualcoresrc/cpu/amd/microcodesrc/cpu/amd/model_10xxx > src/cpu/amd... > > Hi, Stefan, > Do you have a script to do that? If the script was recorded in the log, > that would be the best. > > Zheng > > > -----Original Message----- > > From: [email protected] > [mailto:[email protected]] > > On Behalf Of repository service > > Sent: Monday, March 22, 2010 7:43 PM > > To: [email protected] > > Subject: [coreboot] [commit] r5266 - in trunk: > > src/arch/i386/bootsrc/arch/i386/lib src/arch/i386/smp src/boot > > src/consolesrc/cpu/amd/car src/cpu/amd/dualcore > > src/cpu/amd/microcodesrc/cpu/amd/model_10xxx src/cpu/amd... > > > > Author: stepan > > Date: Mon Mar 22 12:42:32 2010 > > New Revision: 5266 > > URL: https://tracker.coreboot.org/trac/coreboot/changeset/5266 > > > > Log: > > printk_foo -> printk(BIOS_FOO, ...) > > Signed-off-by: Stefan Reinauer <[email protected]> > > Acked-by: Ronald G. Minnich <[email protected]> > > > > > > -- > coreboot mailing list: [email protected] > http://www.coreboot.org/mailman/listinfo/coreboot -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

