coreboot-kgpe-d16/src
Werner Zeh 1115f631dc commonlib/bubblesort: Do not try to sort less than two entries
Before start sorting check for the number of entries in the data set. If
there are less than two entries, sorting makes no sense.

Change-Id: Ib9d5522cdebb6559a025217f7faf318589d55a2c
Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31854
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
2019-03-14 07:48:06 +00:00
..
acpi
arch x86/acpi: Only sort CPU IDs if more than one available 2019-03-14 07:47:54 +00:00
commonlib commonlib/bubblesort: Do not try to sort less than two entries 2019-03-14 07:48:06 +00:00
console coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
cpu coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
device device/pci_ops: Rename 'where' to 'reg' 2019-03-13 04:42:05 +00:00
drivers drivers/intel/fsp2_0: Add provision to include PPI directory 2019-03-12 04:23:15 +00:00
ec coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
include device/pci_ops: Rename 'where' to 'reg' 2019-03-13 04:42:05 +00:00
lib coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
mainboard mb/google/hatch: Provide DRAM part number from EEPROM 2019-03-13 15:49:12 +00:00
northbridge src: Drop unused 'include <arch/ioapic.h>' 2019-03-13 07:29:01 +00:00
security coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
soc soc/intel/cannonlake: Allow mainboard to override DRAM part number 2019-03-13 15:49:05 +00:00
southbridge sb/amd/cimx/sb800/early.c: Drop unused 'include <cbmem.h> 2019-03-13 04:36:51 +00:00
superio coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
vendorcode vendorcode/intel/fsp/fsp2_0/cml: Update FSP header files for Cometlake 2019-03-12 14:38:31 +00:00
Kconfig Kconfig: Add system type entries for common enclosures 2019-02-05 16:03:29 +00:00