coreboot/src/include/cpu
Marshall Dawson 914e6b44bb cpu/amd/msr: Clarify MMIO_CONF shift value
MMIO_BUS_RANGE_SHIFT is a numerical value and not a bit field.
Change it to simply 2.  Otherwise its usage winds up evaluating
to BusRange << (1 << 1).

Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Change-Id: I2a6ecfc9fbfd45f69194b8daef43ff84a1dfd5fc
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33942
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
2019-07-02 18:38:56 +00:00
..
amd cpu/amd/msr: Clarify MMIO_CONF shift value 2019-07-02 18:38:56 +00:00
intel src/cpu/intel: Set get_ia32_fsb function common 2019-01-27 12:13:09 +00:00
x86 src: Use CRx_TYPE type for CRx 2019-07-02 16:14:36 +00:00
cpu.h arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() function 2019-05-12 03:08:10 +00:00