summaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/include
diff options
context:
space:
mode:
authorMaximilian Brune <maximilian.brune@9elements.com>2024-01-14 20:06:10 +0600
committerLean Sheng Tan <sheng.tan@9elements.com>2024-02-10 17:29:45 +0000
commita2eca49d837880dbdb8f07c7022fc740def4e4e4 (patch)
tree7810e742f8859d4b20c3075b9c7ba47e49d044bd /src/soc/intel/alderlake/include
parent2d26e9bdce01a23eabf843c3d0d029fcab686e7f (diff)
drivers/uart/sifive.c: Fix divisor calculation
The divisor is calculated using the following formula: div = (frequency / baudrate) - 1; The current implementation however essentially calculates: div = (frequency / baudrate); Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: I8a0898ce9016a70c0f91dc8a99fc1cf9e46d20c4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79951 Reviewed-by: ron minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/soc/intel/alderlake/include')
0 files changed, 0 insertions, 0 deletions