coreboot-kgpe-d16/src
Jianjun Wang 8bb59ca2fa lib: Add __fls() (Find Last Set)
Implement __fls() as an alias for log2(), and remove the duplicate
definitions in commonlib/storage/sdhci.c.

Signed-off-by: Jianjun Wang <jianjun.wang@mediatek.com>
Change-Id: Ib458abfec7e03b2979569a8440a6e69b0285ac32
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59738
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
2021-12-13 02:57:07 +00:00
..
acpi acpi,Makefile: Add preload_acpi_dsdt 2021-11-29 20:35:33 +00:00
arch arch/{arm,arm64,ppc64,riscv}: Add noop cpu_relax 2021-11-25 10:42:17 +00:00
commonlib lib: Add __fls() (Find Last Set) 2021-12-13 02:57:07 +00:00
console src/acpi to src/lib: Fix spelling errors 2021-10-05 18:06:39 +00:00
cpu cpu/x86/mp_init.c: Make it work for !CONFIG_SMP 2021-12-10 15:57:34 +00:00
device device/pci_device.c: Scan only one device for PCIe 2021-11-29 03:19:51 +00:00
drivers drivers/net/r8168: Add support for Realtek RT8125 2021-12-03 15:49:02 +00:00
ec ec/google/chromeec: Support 5 temperature sensors 2021-11-26 11:19:52 +00:00
include lib: Add __fls() (Find Last Set) 2021-12-13 02:57:07 +00:00
lib cbfs: Remove deprecated APIs 2021-12-06 12:36:45 +00:00
mainboard mainboard: Drop `SataMode` setting from Tiger Lake devicetrees 2021-12-12 16:06:31 +00:00
northbridge northbridge/amd/pi/00730F01/northbridge.c: remove unneeded global variables 2021-12-07 15:03:53 +00:00
security x86_64 assembly: Don't touch %gs 2021-12-06 12:37:48 +00:00
soc soc/intel/elkhartlake: Hook up public microcode 2021-12-12 16:05:04 +00:00
southbridge sb/amd/pi/hudson/early_init: fix setting SPI_USE_SPI100 in SPI100_ENABLE 2021-12-08 13:48:32 +00:00
superio superio/smsc/sch5545: Disable PS/2 lines isolation during init 2021-11-27 14:23:08 +00:00
vendorcode vendorcode/intel: Add edk2-stable202111 support 2021-12-11 03:39:04 +00:00
Kconfig Kconfig: Show console DEBUG_FUNC if OVERRIDE_LOGLEVEL is set 2021-11-13 00:20:11 +00:00