coreboot/src/drivers/i2c
Julius Werner e9665959ed treewide: Remove "ERROR: "/"WARN: " prefixes from log messages
Now that the console system itself will clearly differentiate loglevels,
it is no longer necessary to explicitly add "ERROR: " in front of every
BIOS_ERR message to help it stand out more (and allow automated tooling
to grep for it). Removing all these extra .rodata characters should save
us a nice little amount of binary size.

This patch was created by running

  find src/ -type f -exec perl -0777 -pi -e 's/printk\(\s*BIOS_ERR,\s*"ERROR: /printk\(BIOS_ERR, "/gi' '{}' ';'

and doing some cursory review/cleanup on the result. Then doing the same
thing for BIOS_WARN with

  's/printk\(\s*BIOS_WARNING,\s*"WARN(ING)?: /printk\(BIOS_WARNING, "/gi'

Signed-off-by: Julius Werner <jwerner@chromium.org>
Change-Id: I3d0573acb23d2df53db6813cb1a5fc31b5357db8
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61309
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Lance Zhao
Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com>
2022-02-07 23:29:09 +00:00
..
at24rf08c
ck505
cs42l42 drivers/i2c/cs42l42: Make HS_BIAS_SENSE_EN optional 2021-05-12 08:00:12 +00:00
da7219 drivers/i2c/da7219: Update _S0W to D3hot 2021-08-09 15:03:14 +00:00
designware drivers/i2c/designware/dw_i2c: improve CONTROL_SPEED_FS definition 2022-02-04 15:23:00 +00:00
generic drivers/i2c/generic: Set S0W to D3hot for wake device 2021-05-05 01:16:29 +00:00
gpiomux src/drivers/i2c/gpiomux: Remove unused <stdlib.h> 2022-01-10 23:43:53 +00:00
hid
lm96000 src/acpi to src/lib: Fix spelling errors 2021-10-05 18:06:39 +00:00
max98373
max98390 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages 2022-02-07 23:29:09 +00:00
max98927
nau8825
nct7802y src/acpi to src/lib: Fix spelling errors 2021-10-05 18:06:39 +00:00
pca9538
pcf8523 include/bcd: move bcd code to commonlib/bsd/include 2021-08-23 14:08:47 +00:00
ptn3460
rt1011
rt5663
rtd2132
rx6110sa include/bcd: move bcd code to commonlib/bsd/include 2021-08-23 14:08:47 +00:00
sx9310
sx9324
sx9360 driver/i2c: Add sx9360 driver 2022-01-19 03:11:57 +00:00
tas5825m
tpm treewide: Remove "ERROR: "/"WARN: " prefixes from log messages 2022-02-07 23:29:09 +00:00
ww_ring src/acpi to src/lib: Fix spelling errors 2021-10-05 18:06:39 +00:00