[coreboot] [PATCH] Debugging facility improvements

Peter Stuge peter at stuge.se
Wed Nov 10 00:35:40 CET 2010


Uwe Hermann wrote:
> Debugging facility improvements.
> 
>  - Hook up malloc() debug code via CONFIG_DEBUG_MALLOC. Only show it in
>    menuconfig if at least DEBUG or SPEW are selected as loglevel, as this
>    code does additional printk(BIOS_DEBUG, ...) calls which would otherwise
>    not be visible anyway.
> 
>  - Similarly, make DEBUG_CAR and REALMODE_DEBUG only visible if thr DEBUG or
>    SPEW loglevel is selected.
> 
>  - Get rid of a custom "debug" macro, use printk() as usual.
> 
> Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>

Acked-by: Peter Stuge <peter at stuge.se>




More information about the coreboot mailing list