summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-05-19 14:22:36 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-05-23 13:53:26 +0000
commitea2c1d357cccf4ee84473d304c880250fbd97080 (patch)
tree07e5ce3cd6c1d171ce868c71cc51e930b6e80ba2 /src/lib
parentbf378a0fdf5b57b9d9122b56634362222d846571 (diff)
downloadcoreboot-ea2c1d357cccf4ee84473d304c880250fbd97080.tar.gz
coreboot-ea2c1d357cccf4ee84473d304c880250fbd97080.tar.bz2
coreboot-ea2c1d357cccf4ee84473d304c880250fbd97080.zip
cpu/x86/smm: Remove heap
Currently no smihandler uses heap. coreboot's heap manager also is quite limited in what it will free (only the latest alloc). This makes it a bad idea to use it inside the smihandler, as depending on the alloc usage the heap might actually be full at some point, breaking the smihandler. This also reduces the ramstage by 448 bytes on google/vilboz. Change-Id: I70cd822be17c1efe13c94a9dbd2e1038808b9c56 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64521 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
index 505dc4684b34..68a296078b95 100644
--- a/src/lib/Makefile.inc
+++ b/src/lib/Makefile.inc
@@ -215,7 +215,6 @@ romstage-y += boot_device.c
ramstage-y += boot_device.c
smm-y += boot_device.c
-smm-y += malloc.c
smm-y += delay.c
smm-y += fmap.c
smm-y += cbfs.c memcmp.c