summaryrefslogtreecommitdiff
path: root/common/log_syslog.c
AgeCommit message (Expand)Author
2025-07-10common/log_syslog.c: Add missing include of <env.h>Tom Rini
2024-08-23log: Avoid including function names by defaultSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06common: Remove <common.h> and add needed includesTom Rini
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-10-10log: syslog: Handle errors in net_initSean Anderson
2020-10-10log: Disable the syslog driver by defaultSimon Glass
2020-10-10log: Add a flag to enable log driversSimon Glass
2020-09-22log: mute messages generated by log driversHeinrich Schuchardt
2020-07-09log: use BIT() instead of 1 <<Heinrich Schuchardt
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-16log: syslog driverHeinrich Schuchardt