blob: 94ed8b73951fe1f3b29fae6cfabac74078435c82 [file] [log] [blame]
Patrick Venturec7ca2912018-11-02 11:38:33 -07001# Initialization
2AC_PREREQ([2.69])
Patrick Venturea29216e2019-06-27 11:06:36 -07003AC_INIT([phosphor-ipmi-flash], [1.0], [https://github.com/openbmc/phosphor-ipmi-flash/issues])
Patrick Venturec7ca2912018-11-02 11:38:33 -07004AC_LANG([C++])
5AC_CONFIG_HEADERS([config.h])
Patrick Venture30993b32018-11-28 14:52:00 -08006AC_CONFIG_MACRO_DIRS([m4])
Patrick Venture9dc342a2019-03-18 08:43:36 -07007AM_INIT_AUTOMAKE([subdir-objects -Wall -Wno-portability -Werror foreign dist-xz])
Patrick Venturec7ca2912018-11-02 11:38:33 -07008AM_SILENT_RULES([yes])
9
Patrick Venture2f3b4b62019-03-08 13:22:40 -080010# Make sure the default CFLAGS of `-O2 -g` don't override CODE_COVERAGE_CFLAGS
11# It is important that this comes before AC_PROG_C{C,XX}, as we are attempting
12# to stop them from populating default CFLAGS and CXXFLAGS.
13AS_IF([test "x$enable_tests" = "xno"], [enable_code_coverage=no])
14AS_IF([test "x$enable_code_coverage" != "xno"], [
15 AS_IF([test "x${CXXFLAGS+set}" != "xset"], [
16 AC_SUBST(CXXFLAGS, [""])
17 ])
18 AS_IF([test "x${CFLAGS+set}" != "xset"], [
19 AC_SUBST(CFLAGS, [""])
20 ])
21])
22
Patrick Ventureac570a12019-05-08 08:53:16 -070023# If building tests, enable both hardware options that are configuration controlled
24AS_IF([test "x$enable_tests" = "xyes"], [enable_static_layout=yes])
25AS_IF([test "x$enable_tests" = "xyes"], [enable_tarball_ubi=yes])
26
Patrick Ventureac570a12019-05-08 08:53:16 -070027AS_IF([test "x$enable_tests" = "xyes"], [enable_aspeed_p2a=yes])
28
29# You can only build main.o with one of the lpc implementations, however, specify both.
Patrick Ventureac570a12019-05-08 08:53:16 -070030AS_IF([test "x$enable_tests" = "xyes"], [enable_aspeed_lpc=yes])
31AS_IF([test "x$enable_tests" = "xyes"], [enable_nuvoton_lpc=yes])
32
Patrick Venturede04c772019-07-19 13:37:30 -070033AS_IF([test "x$enable_host_bios" = "xyes"], [enable_host_bios=yes])
34
Patrick Venture9efef5d2019-06-19 08:45:44 -070035# If building tests, enable building all cleanup handler options.
36AS_IF([test "x$enable_tests" = "xyes"], [enable_cleanup_delete=yes])
37
Patrick Venturec7ca2912018-11-02 11:38:33 -070038# Checks for programs.
39AC_PROG_CXX
40AM_PROG_AR
41AC_PROG_INSTALL
42AC_PROG_MAKE_SET
43
44# Checks for typedefs, structures, and compiler characteristics.
45AX_CXX_COMPILE_STDCXX_17([noext])
46AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS])
47
48# Checks for library functions.
Patrick Venturefd182162019-07-01 07:39:31 -070049LT_INIT
Patrick Venturec7ca2912018-11-02 11:38:33 -070050
Patrick Venturec2298de2019-06-26 19:12:12 -070051# Enable building the host tool (default: yes)
52AC_ARG_ENABLE([build-host-tool],
53 AC_HELP_STRING([--disable-build-host-tool], [Disable building the host tool])
Patrick Venture4b4ea212018-11-21 21:23:53 -080054)
Patrick Venturec2298de2019-06-26 19:12:12 -070055AM_CONDITIONAL([BUILD_HOST_TOOL], [test "x$enable_build_host_tool" != "xno"])
56
Patrick Venture0d3b8722019-06-27 07:04:06 -070057# Enable building the bmc (default: yes)
58AC_ARG_ENABLE([build-bmc-blob-handler],
59 AC_HELP_STRING([--disable-build-bmc-blob-handler], [Disable buliding the BMC BLOB handler])
60)
61AM_CONDITIONAL([BUILD_BMC_HANDLER], [test "x$enable_build_bmc_blob_handler" != "xno"])
62
Patrick Venture7c2a00e2019-07-01 17:33:03 -070063# Enable building host-bios support into the BMC (default: no)
64# This is only set if build-bmc-blob-handler is not "no."
65AC_ARG_ENABLE([host-bios],
66 AC_HELP_STRING([--enable-host-bios], [Enable supporting the host bios])
67)
68
Patrick Venturec37fe1e2019-06-27 07:49:12 -070069# Build the BMC by default, so check if set to no.
70AS_IF([test "x$enable_build_bmc_blob_handler" != "xno"], [
Patrick Venturefd182162019-07-01 07:39:31 -070071 PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 221])
72
Patrick Venturec2298de2019-06-26 19:12:12 -070073 PKG_CHECK_MODULES(
74 [SDBUSPLUS],
75 [sdbusplus],
76 [AC_DEFINE(HAVE_SDBUSPLUS, [1], [Found openbmc/sdbusplus package])],
77 [AC_MSG_ERROR([The openbmc/sdbusplus package is required])]
78 )
79
Patrick Venture84778b82019-06-26 20:11:09 -070080 AC_CHECK_HEADER(
81 [blobs-ipmid/blobs.hpp],
82 [],
83 [AC_MSG_ERROR(["phosphor-ipmi-blobs required and not found."])]
84 )
Patrick Venturefd182162019-07-01 07:39:31 -070085
Patrick Venture298930a2019-07-03 11:44:52 -070086 AC_CHECK_HEADER(
87 [nlohmann/json.hpp],
88 [],
89 [AC_MSG_ERROR([Could not find nlohmann/json.hpp])]
90 )
91
Patrick Venturefd182162019-07-01 07:39:31 -070092 PKG_PROG_PKG_CONFIG
93 AC_ARG_WITH([systemdsystemunitdir],
94 [AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files])],
95 [],
96 [with_systemdsystemunitdir=auto]
97 )
98 AS_IF([test "x$with_systemdsystemunitdir" = "xyes" -o "x$with_systemdsystemunitdir" = "xauto"],
99 [def_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)
100 AS_IF([test "x$def_systemdsystemunitdir" = "x"],
101 [AS_IF([test "x$with_systemdsystemunitdir" = "xyes"],
102 [AC_MSG_ERROR([systemd support requested but pkg-config unable to query systemd package])]
103 )
104 with_systemdsystemunitdir=no],
105 [with_systemdsystemunitdir="$def_systemdsystemunitdir"]
106 )]
107 )
108 AS_IF([test "x$with_systemdsystemunitdir" != "xno"],
109 [AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir])]
110 )
111 AM_CONDITIONAL([HAVE_SYSTEMD], [test "x$with_systemdsystemunitdir" != "xno"])
Patrick Venture7c2a00e2019-07-01 17:33:03 -0700112
113 # Only set if build-bmc-blob-handler wasn't unset.
Patrick Venturede04c772019-07-19 13:37:30 -0700114 AM_CONDITIONAL([ENABLE_HOST_BIOS], [test "x$enable_host_bios" = "xyes"])
115 AS_IF([test "x$enable_host_bios" = "xyes"], [
116 AX_APPEND_COMPILE_FLAGS([-DENABLE_HOST_BIOS], [CXXFLAGS])
117 ])
Patrick Venture413c0d62019-07-19 09:04:50 -0700118], [
119 AM_CONDITIONAL([HAVE_SYSTEMD], [0])
120 AM_CONDITIONAL([ENABLE_HOST_BIOS], [0])
Patrick Venturec2298de2019-06-26 19:12:12 -0700121])
122
Patrick Venturec37fe1e2019-06-27 07:49:12 -0700123# If not building the host-tool, we're building the BMC.
124AS_IF([test "x$enable_build_host_tool" != "xno"], [
125 PKG_CHECK_MODULES(
Benjamin Fairc04c2c52020-06-05 09:14:44 -0700126 [PCIACCESS],
127 [pciaccess >= 0.8.0],
Patrick Venturec37fe1e2019-06-27 07:49:12 -0700128 [],
Benjamin Fairc04c2c52020-06-05 09:14:44 -0700129 [AC_MSG_ERROR([Could not find libpciaccess... pciaccess package required])]
Patrick Venturec37fe1e2019-06-27 07:49:12 -0700130 )
131])
132
Patrick Venturec2298de2019-06-26 19:12:12 -0700133# These packages are required for both the BMC and the host-tool.
Patrick Venture8b3b3252019-03-07 07:50:13 -0800134PKG_CHECK_MODULES(
135 [IPMIBLOB],
136 [ipmiblob],
137 [],
138 [AC_MSG_ERROR(
139 [Could not find ipmiblob...openbmc/ipmi-blob-tool package required])
140 ]
141)
Patrick Venturec7ca2912018-11-02 11:38:33 -0700142AX_PTHREAD([], [AC_MSG_ERROR(["pthread required and not found"])])
143
Patrick Venturefa6c4d92018-11-02 18:34:53 -0700144# Configurability
Patrick Venturecf10cda2019-05-15 10:35:10 -0700145
Rui Zhangd8515a62020-03-24 16:46:44 -0700146# Enable ppc host memory access
147AC_ARG_ENABLE([ppc],
148 AS_HELP_STRING([--enable-ppc],
149 [Enable ppc host memory access.]))
150AM_CONDITIONAL([ENABLE_PPC], [test "x$enable_ppc" = "xyes"])
151AS_IF([test "x$enable_ppc" = "xyes"], [
152 AX_APPEND_COMPILE_FLAGS([-DENABLE_PPC], [CXXFLAGS])
153])
154
Patrick Venture6f81b162019-05-20 14:02:59 -0700155# Enable the reboot update mechanism
156AC_ARG_ENABLE([reboot-update],
157 AS_HELP_STRING([--enable-reboot-update],
158 [Enable use of reboot update mechanism.]))
Patrick Venture298930a2019-07-03 11:44:52 -0700159AM_CONDITIONAL([ENABLE_REBOOT_UPDATE], [test "x$enable_reboot_update" = "xyes"])
Patrick Venture6f81b162019-05-20 14:02:59 -0700160AS_IF([test "x$enable_reboot_update" = "xyes"], [
161 AX_APPEND_COMPILE_FLAGS([-DENABLE_REBOOT_UPDATE], [CXXFLAGS])
162])
163
Brandon Kimcec91dd2019-09-16 17:24:40 -0700164# Enable the update with status file
165AC_ARG_ENABLE([update-status],
166 AS_HELP_STRING([--enable-update-status],
167 [Enable use of update status file.]))
168AM_CONDITIONAL([ENABLE_UPDATE_STATUS], [test "x$enable_update_status" = "xyes"])
169AS_IF([test "x$enable_update_status" = "xyes"], [
170 AX_APPEND_COMPILE_FLAGS([-DENABLE_UPDATE_STATUS], [CXXFLAGS])
171])
172
Patrick Venture0d3b8722019-06-27 07:04:06 -0700173# Enable the cleanup handle that deletes the temporary files. (default: no)
Patrick Venture9efef5d2019-06-19 08:45:44 -0700174AC_ARG_ENABLE([cleanup-delete],
175 AS_HELP_STRING([--enable-cleanup-delete],
176 [Enable use of the delete files cleanup mechanism.]))
177AM_CONDITIONAL([BUILD_CLEANUP_DELETE], [test "x$enable_cleanup_delete" = "xyes"])
178
Patrick Venturefa6c4d92018-11-02 18:34:53 -0700179# Enable static layout for firmware image staging.
180AC_ARG_ENABLE([static-layout],
181 AS_HELP_STRING([--enable-static-layout],
182 [Enable static layout firmware update via Blobs]))
Patrick Venture298930a2019-07-03 11:44:52 -0700183AM_CONDITIONAL([ENABLE_STATIC_LAYOUT], [test "x$enable_static_layout" = "xyes"])
Patrick Venturefa6c4d92018-11-02 18:34:53 -0700184AS_IF([test "x$enable_static_layout" = "xyes"], [
185 AX_APPEND_COMPILE_FLAGS([-DENABLE_STATIC_LAYOUT], [CXXFLAGS])
186])
Patrick Ventured46b8112018-11-15 13:38:55 -0800187# Enable tarball for firmware image staging.
188AC_ARG_ENABLE([tarball-ubi],
189 AS_HELP_STRING([--enable-tarball-ubi],
190 [Enable tarball firmware update via Blobs]))
Patrick Venture80bfa672019-05-08 15:24:48 -0700191AS_IF([test "x$enable_tarball_ubi" = "xyes"], [
Patrick Ventured46b8112018-11-15 13:38:55 -0800192 AX_APPEND_COMPILE_FLAGS([-DENABLE_TARBALL_UBI], [CXXFLAGS])
193])
Patrick Venture002916a2018-11-15 10:38:07 -0800194
Patrick Ventureb90cacd2019-07-01 11:53:57 -0700195AS_IF([test "x$enable_tarball_ubi" = "xyes"], [
196 AS_IF([test "x$enable_static_layout" = "xyes"], [
197 AS_IF([test "x$enable_tests" != "xyes"], [
198 AC_MSG_ERROR([Invalid configuration enabling both static and ubi tarball bmc image types.])
199 ])
200 ])
201])
202
Patrick Venture002916a2018-11-15 10:38:07 -0800203# The address used for mapping P2A or LPC into the BMC's memory-space:
204# e.g. https://github.com/openbmc/linux/blob/1da2ce51886a3b2f5db2087f26c661e13ee13b84/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts#L26
205# or https://github.com/openbmc/linux/blob/1da2ce51886a3b2f5db2087f26c661e13ee13b84/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts#L166
206# for PCI, this address is passed back to the host and is used directly.
207AC_ARG_VAR(MAPPED_ADDRESS, [The base address of the memory region reserved for mapping.])
208AS_IF([test "x$MAPPED_ADDRESS" == "x"],
Patrick Venturece6b8742019-01-15 12:11:02 -0800209 [AC_DEFINE_UNQUOTED(MAPPED_ADDRESS, [0], [Default address to 0.])],
210 [AC_DEFINE_UNQUOTED(MAPPED_ADDRESS, [$MAPPED_ADDRESS], [Value for memory region mapping.])]
Patrick Venture002916a2018-11-15 10:38:07 -0800211)
212
Patrick Venturee7728422018-11-14 20:16:33 -0800213AC_ARG_ENABLE([aspeed-lpc],
214 AS_HELP_STRING([--enable-aspeed-lpc],
215 [Enable external transfers using Aspeed LPC]))
Patrick Ventureac570a12019-05-08 08:53:16 -0700216AM_CONDITIONAL(ENABLE_ASPEED_LPC, [test "x$enable_aspeed_lpc" = "xyes"])
Patrick Venturee7728422018-11-14 20:16:33 -0800217AS_IF([test "x$enable_aspeed_lpc" = "xyes"], [
Patrick Venture39b13052019-05-01 13:23:52 -0700218 AC_CHECK_HEADER(
219 [linux/aspeed-lpc-ctrl.h],
220 [],
221 [AC_MSG_ERROR([Could not find linux/aspeed-lpc-ctrl.h])]
Patrick Venturee7728422018-11-14 20:16:33 -0800222 )
Patrick Venture39b13052019-05-01 13:23:52 -0700223
Patrick Venturee7728422018-11-14 20:16:33 -0800224 AX_APPEND_COMPILE_FLAGS([-DASPEED_LPC], [CXXFLAGS])
Patrick Venture33740b92019-06-28 19:22:21 -0700225 AX_APPEND_COMPILE_FLAGS([-DENABLE_LPC_BRIDGE], [CXXFLAGS])
Patrick Venturee7728422018-11-14 20:16:33 -0800226])
227AC_ARG_ENABLE([nuvoton-lpc],
228 AS_HELP_STRING([--enable-nuvoton-lpc],
229 [Enable external transfers using Nuvoton LPC SHM]))
Patrick Ventureac570a12019-05-08 08:53:16 -0700230AM_CONDITIONAL(ENABLE_NUVOTON_LPC, [test "x$enable_nuvoton_lpc" = "xyes"])
Patrick Venturee7728422018-11-14 20:16:33 -0800231AS_IF([test "x$enable_nuvoton_lpc" = "xyes"], [
232 AX_APPEND_COMPILE_FLAGS([-DNUVOTON_LPC], [CXXFLAGS])
Patrick Venture33740b92019-06-28 19:22:21 -0700233 AX_APPEND_COMPILE_FLAGS([-DENABLE_LPC_BRIDGE], [CXXFLAGS])
Patrick Venturee7728422018-11-14 20:16:33 -0800234])
235
Patrick Venturee1f6d7d2019-06-28 18:08:49 -0700236AS_IF([test "x$enable_aspeed_lpc" = "xyes"], [
237 AS_IF([test "x$enable_nuvoton_lpc" = "xyes"], [
238 AS_IF([test "x$enable_tests" != "xyes"], [
239 AC_MSG_ERROR([Invalid configuration enabling both ASPEED and Nuvoton.])
240 ])
241 ])
242])
243
Patrick Venturea68d3442019-04-30 12:51:07 -0700244AC_ARG_ENABLE([aspeed-p2a],
245 AS_HELP_STRING([--enable-aspeed-p2a],
246 [Enable external transfers using Aspeed PCI-to-AHB]))
Patrick Ventureac570a12019-05-08 08:53:16 -0700247AM_CONDITIONAL(ENABLE_ASPEED_P2A, [test "x$enable_aspeed_p2a" = "xyes"])
Patrick Venturea68d3442019-04-30 12:51:07 -0700248AS_IF([test "x$enable_aspeed_p2a" = "xyes"], [
249 AC_CHECK_HEADER(linux/aspeed-p2a-ctrl.h,
250 [HAVE_UAPI_LINUX_P2A_CTRL_H=""],
251 [HAVE_UAPI_LINUX_P2A_CTRL_H="-I linux/aspeed-p2a-ctrl.h"])
252 AS_IF([test "$HAVE_UAPI_LINUX_P2A_CTRL_H" != ""],
253 AC_MSG_WARN([Could not find linux/aspeed-p2a-ctrl.h: Attempting to download locally for building from openbmc/linux/+/dev-5.0])
254 AC_SUBST([PCI_BMC_DL],
255 [`mkdir -p linux;wget https://raw.githubusercontent.com/openbmc/linux/dev-5.0/include/uapi/linux/aspeed-p2a-ctrl.h -O linux/aspeed-p2a-ctrl.h`])
256 )
257 AX_APPEND_COMPILE_FLAGS([-DASPEED_P2A], [CXXFLAGS])
Patrick Venture89e97ba2019-06-28 19:07:59 -0700258 AX_APPEND_COMPILE_FLAGS([-DENABLE_PCI_BRIDGE], [CXXFLAGS])
Patrick Venturea68d3442019-04-30 12:51:07 -0700259])
260
Medad CChien874bdf92019-10-31 14:38:15 +0800261AC_ARG_ENABLE([nuvoton-p2a-vga],
262 AS_HELP_STRING([--enable-nuvoton-p2a-vga],
263 [Enable external transfers using Nuvoton PCI-to-AHB via VGA]))
264
265AM_CONDITIONAL(ENABLE_NUVOTON_P2A_VGA, [test "x$enable_nuvoton_p2a_vga" = "xyes"])
266AS_IF([test "x$enable_nuvoton_p2a_vga" = "xyes"], [
267 AX_APPEND_COMPILE_FLAGS([-DNUVOTON_P2A_VGA], [CXXFLAGS])
268 AX_APPEND_COMPILE_FLAGS([-DENABLE_PCI_BRIDGE], [CXXFLAGS])
269])
270
271AC_ARG_ENABLE([nuvoton-p2a-mbox],
272 AS_HELP_STRING([--enable-nuvoton-p2a-mbox],
273 [Enable external transfers using Nuvoton PCI-to-AHB via MBOX]))
274
275AM_CONDITIONAL(ENABLE_NUVOTON_P2A_MBOX, [test "x$enable_nuvoton_p2a_mbox" = "xyes"])
276AS_IF([test "x$enable_nuvoton_p2a_mbox" = "xyes"], [
277 AX_APPEND_COMPILE_FLAGS([-DNUVOTON_P2A_MBOX], [CXXFLAGS])
278 AX_APPEND_COMPILE_FLAGS([-DENABLE_PCI_BRIDGE], [CXXFLAGS])
279])
280
Patrick Venturee1f6d7d2019-06-28 18:08:49 -0700281AS_IF([test "x$enable_aspeed_p2a" = "xyes"], [
282 AS_IF([test "x$enable_nuvoton_lpc" = "xyes"], [
283 AS_IF([test "x$enable_tests" != "xyes"], [
284 AC_MSG_ERROR([Invalid configuration enabling both ASPEED and Nuvoton.])
285 ])
286 ])
287])
288
Medad CChien874bdf92019-10-31 14:38:15 +0800289AS_IF([test "x$enable_aspeed_p2a" = "xyes"], [
290 AS_IF([test "x$enable_nuvoton_p2a_vga" = "xyes" -o "x$enable_nuvoton_p2a_mbox" = "xyes"], [
291 AS_IF([test "x$enable_tests" != "xyes"], [
292 AC_MSG_ERROR([Invalid configuration enabling both ASPEED and Nuvoton.])
293 ])
294 ])
295])
296
297AS_IF([test "x$enable_nuvoton_lpc" = "xyes"], [
298 AS_IF([test "x$enable_nuvoton_p2a_vga" = "xyes" -o "x$enable_nuvoton_p2a_mbox" = "xyes"], [
299 AS_IF([test "x$enable_tests" != "xyes"], [
300 AC_MSG_ERROR([Invalid configuration enabling both PCI and LPC of Nuvoton.])
301 ])
302 ])
303])
304
305AS_IF([test "x$enable_nuvoton_p2a_vga" = "xyes"], [
306 AS_IF([test "x$enable_nuvoton_p2a_mbox" = "xyes"], [
307 AS_IF([test "x$enable_tests" != "xyes"], [
308 AC_MSG_ERROR([Invalid configuration enabling both PCI-VGA and PCI-MBOX of Nuvoton.])
309 ])
310 ])
311])
312
Benjamin Fair545f5652019-10-09 14:18:54 -0700313AC_ARG_ENABLE([net-bridge],
314 AS_HELP_STRING([--enable-net-bridge],
315 [Enable external transfers using a TCP connection]))
316AM_CONDITIONAL(ENABLE_NET_BRIDGE, [test "x$enable_net_bridge" = "xyes"])
317AS_IF([test "x$enable_net_bridge" = "xyes"], [
318 AX_APPEND_COMPILE_FLAGS([-DENABLE_NET_BRIDGE], [CXXFLAGS])
319])
320
Patrick Venture6264e692019-06-21 10:57:45 -0700321AC_ARG_VAR(
322 STATIC_HANDLER_STAGED_NAME,
323 [The file to use for staging the firmware update.]
324)
325AS_IF(
326 [test "x$STATIC_HANDLER_STAGED_NAME" == "x"],
327 [STATIC_HANDLER_STAGED_NAME="/run/initramfs/bmc-image"]
328)
329AC_DEFINE_UNQUOTED(
330 [STATIC_HANDLER_STAGED_NAME],
331 ["$STATIC_HANDLER_STAGED_NAME"],
332 [The file to use for staging the firmware update.]
333)
Patrick Venture35a82f32018-11-15 13:34:22 -0800334
Patrick Venture6264e692019-06-21 10:57:45 -0700335AC_ARG_VAR(
336 TARBALL_STAGED_NAME,
337 [The file to use for staging the firmware update.]
338)
339AS_IF(
340 [test "x$TARBALL_STAGED_NAME" == "x"],
341 [TARBALL_STAGED_NAME="/tmp/image-update.tar"]
342)
343AC_DEFINE_UNQUOTED(
344 [TARBALL_STAGED_NAME],
345 ["$TARBALL_STAGED_NAME"],
346 [The file to use for staging the firmware update.]
347)
Patrick Ventured46b8112018-11-15 13:38:55 -0800348
Patrick Venture6264e692019-06-21 10:57:45 -0700349AC_ARG_VAR(
Patrick Venture7c2a00e2019-07-01 17:33:03 -0700350 BIOS_STAGED_NAME,
351 [The file to use for staging the bios firmware update.]
352)
353AS_IF(
354 [test "x$BIOS_STAGED_NAME" == "x"],
355 [BIOS_STAGED_NAME="/tmp/bios-image"]
356)
357AC_DEFINE_UNQUOTED(
358 [BIOS_STAGED_NAME],
359 ["$BIOS_STAGED_NAME"],
360 [The file to use for staging the bios firmware update.]
361)
362
363AC_ARG_VAR(
Patrick Venture6264e692019-06-21 10:57:45 -0700364 HASH_FILENAME,
365 [The file to use for the hash provided.]
366)
367AS_IF(
368 [test "x$HASH_FILENAME" == "x"],
369 [HASH_FILENAME="/tmp/bmc.sig"]
370)
371AC_DEFINE_UNQUOTED(
372 [HASH_FILENAME],
373 ["$HASH_FILENAME"],
374 [The file to use for the hash provided.]
375)
Patrick Venture35a82f32018-11-15 13:34:22 -0800376
Patrick Venture6264e692019-06-21 10:57:45 -0700377AC_ARG_VAR(
378 PREPARATION_DBUS_SERVICE,
Patrick Venturefd182162019-07-01 07:39:31 -0700379 [The systemd target started when the host starts to send an update.]
Patrick Venture6264e692019-06-21 10:57:45 -0700380)
381AS_IF(
382 [test "x$PREPARATION_DBUS_SERVICE" == "x"],
Patrick Venturefd182162019-07-01 07:39:31 -0700383 [PREPARATION_DBUS_SERVICE="phosphor-ipmi-flash-bmc-prepare.target"]
Patrick Venture6264e692019-06-21 10:57:45 -0700384)
385AC_DEFINE_UNQUOTED(
386 [PREPARATION_DBUS_SERVICE],
387 ["$PREPARATION_DBUS_SERVICE"],
Patrick Venturefd182162019-07-01 07:39:31 -0700388 [The systemd target started when the host starts to send an update.]
Patrick Venture6264e692019-06-21 10:57:45 -0700389)
Patrick Venture6d7735d2019-06-21 10:03:19 -0700390
Patrick Venture6264e692019-06-21 10:57:45 -0700391AC_ARG_VAR(
392 VERIFY_STATUS_FILENAME,
393 [The file checked for the verification status.]
394)
395AS_IF(
396 [test "x$VERIFY_STATUS_FILENAME" == "x"],
397 [VERIFY_STATUS_FILENAME="/tmp/bmc.verify"]
398)
399AC_DEFINE_UNQUOTED(
400 [VERIFY_STATUS_FILENAME],
401 ["$VERIFY_STATUS_FILENAME"],
402 [The file checked for the verification status.]
403)
Patrick Venture74059d62019-05-17 10:40:26 -0700404
Patrick Venture6264e692019-06-21 10:57:45 -0700405AC_ARG_VAR(
Patrick Venture7c2a00e2019-07-01 17:33:03 -0700406 BIOS_VERIFY_STATUS_FILENAME,
407 [The file checked for the verification status.]
408)
409AS_IF(
410 [test "x$BIOS_VERIFY_STATUS_FILENAME" == "x"],
411 [BIOS_VERIFY_STATUS_FILENAME="/tmp/bios.verify"]
412)
413AC_DEFINE_UNQUOTED(
414 [BIOS_VERIFY_STATUS_FILENAME],
415 ["$BIOS_VERIFY_STATUS_FILENAME"],
416 [The file checked for the verification status.]
417)
418
419AC_ARG_VAR(
Patrick Venture6264e692019-06-21 10:57:45 -0700420 VERIFY_DBUS_SERVICE,
Patrick Venturefd182162019-07-01 07:39:31 -0700421 [The systemd target started for verification.]
Patrick Venture6264e692019-06-21 10:57:45 -0700422)
423AS_IF(
424 [test "x$VERIFY_DBUS_SERVICE" == "x"],
Patrick Venturefd182162019-07-01 07:39:31 -0700425 [VERIFY_DBUS_SERVICE="phosphor-ipmi-flash-bmc-verify.target"]
Patrick Venture6264e692019-06-21 10:57:45 -0700426)
427AC_DEFINE_UNQUOTED(
428 [VERIFY_DBUS_SERVICE],
429 ["$VERIFY_DBUS_SERVICE"],
Patrick Venturefd182162019-07-01 07:39:31 -0700430 [The systemd target started for verification.]
Patrick Venture6264e692019-06-21 10:57:45 -0700431)
Patrick Venture3ecb3502019-05-17 11:03:51 -0700432
Patrick Venture6264e692019-06-21 10:57:45 -0700433AC_ARG_VAR(
434 UPDATE_DBUS_SERVICE,
Patrick Venturefd182162019-07-01 07:39:31 -0700435 [The systemd target started for updating the BMC.]
Patrick Venture6264e692019-06-21 10:57:45 -0700436)
437AS_IF(
438 [test "x$UPDATE_DBUS_SERVICE" == "x"],
Patrick Venturefd182162019-07-01 07:39:31 -0700439 [UPDATE_DBUS_SERVICE="phosphor-ipmi-flash-bmc-update.target"]
Patrick Venture6264e692019-06-21 10:57:45 -0700440)
441AC_DEFINE_UNQUOTED(
442 [UPDATE_DBUS_SERVICE],
443 ["$UPDATE_DBUS_SERVICE"],
Patrick Venturefd182162019-07-01 07:39:31 -0700444 [The systemd target started for updating the BMC.]
Patrick Venture6264e692019-06-21 10:57:45 -0700445)
Patrick Venture6f81b162019-05-20 14:02:59 -0700446
Patrick Venture7c2a00e2019-07-01 17:33:03 -0700447AC_ARG_VAR(
Brandon Kimcec91dd2019-09-16 17:24:40 -0700448 UPDATE_STATUS_FILENAME,
449 [The file checked for the update status.]
450)
451AS_IF(
452 [test "x$UPDATE_STATUS_FILENAME" == "x"],
453 [UPDATE_STATUS_FILENAME="/tmp/bmc.update"]
454)
455AC_DEFINE_UNQUOTED(
456 [UPDATE_STATUS_FILENAME],
457 ["$UPDATE_STATUS_FILENAME"],
458 [The file checked for the update status.]
459)
460
461AC_ARG_VAR(
Patrick Venture7c2a00e2019-07-01 17:33:03 -0700462 PREPARATION_BIOS_TARGET,
463 [The systemd target started when the host starts to send an update.]
464)
465AS_IF(
466 [test "x$PREPARATION_BIOS_TARGET" == "x"],
467 [PREPARATION_BIOS_TARGET="phosphor-ipmi-flash-bios-prepare.target"]
468)
469AC_DEFINE_UNQUOTED(
470 [PREPARATION_BIOS_TARGET],
471 ["$PREPARATION_BIOS_TARGET"],
472 [The systemd target started when the host starts to send an update.]
473)
474AC_ARG_VAR(
475 VERIFY_BIOS_TARGET,
476 [The systemd target started for verifying the BIOS image.]
477)
478AS_IF(
479 [test "x$VERIFY_BIOS_TARGET" == "x"],
480 [VERIFY_BIOS_TARGET="phosphor-ipmi-flash-bios-verify.target"]
481)
482AC_DEFINE_UNQUOTED(
483 [VERIFY_BIOS_TARGET],
484 ["$VERIFY_BIOS_TARGET"],
485 [The systemd target started for verifying the BIOS image.]
486)
487AC_ARG_VAR(
488 UPDATE_BIOS_TARGET,
489 [The systemd target started for updating the BIOS.]
490)
491AS_IF(
492 [test "x$UPDATE_BIOS_TARGET" == "x"],
493 [UPDATE_BIOS_TARGET="phosphor-ipmi-flash-bios-update.target"]
494)
495AC_DEFINE_UNQUOTED(
496 [UPDATE_BIOS_TARGET],
497 ["$UPDATE_BIOS_TARGET"],
498 [The systemd target started for updating the BIOS.]
499)
500
Patrick Venture440bc382018-12-13 19:10:55 -0800501AC_CHECK_HEADER(linux/ipmi.h, [HAVE_LINUX_IPMI_H=""], [HAVE_LINUX_IPMI_H="-I linux/ipmi.h"])
502AS_IF([test "$HAVE_LINUX_IPMI_H" != ""],
503 AC_MSG_WARN([Could not find linux/ipmi.h: Attempting to download locally for building from openbmc/linux/+/dev-4.18])
504 AC_SUBST([IPMI_BMC_DL],
505 [`mkdir -p linux;wget https://raw.githubusercontent.com/openbmc/linux/dev-4.18/include/uapi/linux/ipmi.h -O linux/ipmi.h`])
506)
507
508AC_CHECK_HEADER(linux/ipmi_msgdefs.h, [HAVE_LINUX_IPMIMSGDEFS_H=""], [HAVE_LINUX_IPMIMSGDEFS_H="-I linux/ipmi_msgdefs.h"])
509AS_IF([test "$HAVE_LINUX_IPMIMSGDEFS_H" != ""],
510 AC_MSG_WARN([Could not find linux/ipmi_msgdefs.h: Attempting to download locally for building from openbmc/linux/+/dev-4.18])
511 AC_SUBST([IPMIMSG_BMC_DL],
512 [`mkdir -p linux;wget https://raw.githubusercontent.com/openbmc/linux/dev-4.18/include/uapi/linux/ipmi_msgdefs.h -O linux/ipmi_msgdefs.h`])
513)
514
Patrick Venture6bc04f92019-03-06 13:49:21 -0800515# Make it possible for users to choose if they want test support
516# explicitly or not at all
517AC_ARG_ENABLE([tests], AC_HELP_STRING([--disable-tests],
518 [Build test cases]))
519
Patrick Venturec7ca2912018-11-02 11:38:33 -0700520# Check/set gtest specific functions.
Patrick Venture6bc04f92019-03-06 13:49:21 -0800521AS_IF([test "x$enable_tests" != "xno"], [
522 PKG_CHECK_MODULES([GTEST], [gtest], [], [true])
523 PKG_CHECK_MODULES([GMOCK], [gmock], [], [true])
524 AX_PTHREAD
525
526 AX_SAVE_FLAGS_WITH_PREFIX(OLD, [CPPFLAGS])
527 AX_APPEND_COMPILE_FLAGS([$GTEST_CFLAGS], [CPPFLAGS])
528 AC_LANG_PUSH([C++])
529 AC_CHECK_HEADERS([gtest/gtest.h], [
530 AS_IF([test "x$GTEST_CFLAGS" = "x"], [
531 AS_IF([test "x$PTHREAD_CFLAGS" = "x"], [
532 AX_APPEND_COMPILE_FLAGS(["-DGTEST_HAS_PTHREAD=0"], [GTEST_CFLAGS])
533 ], [
534 AX_APPEND_COMPILE_FLAGS(["-DGTEST_HAS_PTHREAD=1"], [GTEST_CFLAGS])
535 AX_APPEND_COMPILE_FLAGS([$PTHREAD_CFLAGS], [GTEST_CFLAGS])
536 ])
537 ])
538 ], [
539 AS_IF([test "x$enable_tests" = "xyes"], [
540 AC_MSG_ERROR([Testing enabled but could not find gtest/gtest.h])
541 ])
542 ])
543 AC_LANG_POP([C++])
544 AX_RESTORE_FLAGS_WITH_PREFIX(OLD, [CPPFLAGS])
545
546 AX_SAVE_FLAGS_WITH_PREFIX(OLD, [CPPFLAGS])
547 AX_APPEND_COMPILE_FLAGS([$GMOCK_CFLAGS], [CPPFLAGS])
548 AC_LANG_PUSH([C++])
549 AC_CHECK_HEADERS([gmock/gmock.h], [], [
550 AS_IF([test "x$enable_tests" = "xyes"], [
551 AC_MSG_ERROR([Testing enabled but could not find gmock/gmock.h])
552 ])
553 ])
554 AC_LANG_POP([C++])
555 AX_RESTORE_FLAGS_WITH_PREFIX(OLD, [CPPFLAGS])
556
557 AX_SAVE_FLAGS_WITH_PREFIX(OLD, [LDFLAGS])
558 AX_APPEND_COMPILE_FLAGS([$GTEST_LIBS], [LDFLAGS])
559 AC_CHECK_LIB([gtest], [main], [
560 AS_IF([test "x$GTEST_LIBS" = "x"], [
561 AX_APPEND_COMPILE_FLAGS([-lgtest], [GTEST_LIBS])
562 ])
563 ], [
564 AS_IF([test "x$enable_tests" = "xyes"], [
565 AC_MSG_ERROR([Testing enabled but couldn't find gtest libs])
566 ])
567 ])
568 AX_RESTORE_FLAGS_WITH_PREFIX(OLD, [LDFLAGS])
569
570 AX_SAVE_FLAGS_WITH_PREFIX(OLD, [LDFLAGS])
571 AX_APPEND_COMPILE_FLAGS([$GMOCK_LIBS], [LDFLAGS])
572 AC_CHECK_LIB([gmock], [main], [
573 AS_IF([test "x$GMOCK_LIBS" = "x"], [
574 AX_APPEND_COMPILE_FLAGS([-lgmock], [GMOCK_LIBS])
575 ])
576 ], [
577 AS_IF([test "x$enable_tests" = "xyes"], [
578 AC_MSG_ERROR([Testing enabled but couldn't find gmock libs])
579 ])
580 ])
581 AX_RESTORE_FLAGS_WITH_PREFIX(OLD, [LDFLAGS])
582])
Patrick Venturec7ca2912018-11-02 11:38:33 -0700583
Patrick Venture4679e502019-03-19 11:27:00 -0700584# Check for valgrind
585AS_IF([test "x$enable_tests" = "xno"], [enable_valgrind=no])
586m4_foreach([vgtool], [valgrind_tool_list],
587 [AX_VALGRIND_DFLT(vgtool, [off])])
588AX_VALGRIND_DFLT([memcheck], [on])
589AX_VALGRIND_CHECK
590AM_EXTRA_RECURSIVE_TARGETS([check-valgrind])
591m4_foreach([vgtool], [valgrind_tool_list],
592 [AM_EXTRA_RECURSIVE_TARGETS([check-valgrind-]vgtool)])
593
Patrick Venture2f3b4b62019-03-08 13:22:40 -0800594# Code coverage
595AX_CODE_COVERAGE
Patrick Venture2f3b4b62019-03-08 13:22:40 -0800596AS_IF([test "x$CODE_COVERAGE_ENABLED" = "xyes"], [
597 AX_APPEND_COMPILE_FLAGS([-DHAVE_GCOV], [CODE_COVERAGE_CPPFLAGS])
598])
Patrick Venture9dc342a2019-03-18 08:43:36 -0700599m4_ifdef([_AX_CODE_COVERAGE_RULES],
600 [AM_CONDITIONAL(AUTOCONF_CODE_COVERAGE_2019_01_06, [true])],
601 [AM_CONDITIONAL(AUTOCONF_CODE_COVERAGE_2019_01_06, [false])])
602AX_ADD_AM_MACRO_STATIC([])
Patrick Venture2f3b4b62019-03-08 13:22:40 -0800603
Patrick Venturec7ca2912018-11-02 11:38:33 -0700604# Add --enable-oe-sdk flag to configure script
605AC_ARG_ENABLE([oe-sdk],
606 AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran within it.])
607)
608
609# Check for OECORE_TARGET_SYSROOT in the environment.
610AC_ARG_VAR(OECORE_TARGET_SYSROOT,
611 [Path to the OE SDK SYSROOT])
612
613# Configure OESDK_TESTCASE_FLAGS environment variable, which will be later
614# used in test/Makefile.am
615AS_IF([test "x$enable_oe_sdk" == "xyes"],
616 AS_IF([test "x$OECORE_TARGET_SYSROOT" == "x"],
617 AC_MSG_ERROR([OECORE_TARGET_SYSROOT must be set with --enable-oe-sdk])
618 )
619 AC_MSG_NOTICE([Enabling OE-SDK at $OECORE_TARGET_SYSROOT])
620 [
621 testcase_flags="-Wl,-rpath,\${OECORE_TARGET_SYSROOT}/lib"
622 testcase_flags="${testcase_flags} -Wl,-rpath,\${OECORE_TARGET_SYSROOT}/usr/lib"
623 testcase_flags="${testcase_flags} -Wl,-dynamic-linker,`find \${OECORE_TARGET_SYSROOT}/lib/ld-*.so | sort -r -n | head -n1`"
624 ]
625 AC_SUBST([OESDK_TESTCASE_FLAGS], [$testcase_flags])
626)
627
628# Create configured output
Patrick Venturef0c71df2019-06-26 19:39:36 -0700629AC_CONFIG_FILES([Makefile])
630AC_CONFIG_FILES([bmc/Makefile bmc/test/Makefile])
Patrick Venture6264e692019-06-21 10:57:45 -0700631AC_CONFIG_FILES([tools/Makefile tools/test/Makefile])
632AC_CONFIG_FILES([cleanup/Makefile cleanup/test/Makefile])
Patrick Venturefd182162019-07-01 07:39:31 -0700633AC_CONFIG_FILES([bmc/phosphor-ipmi-flash-bmc-prepare.target])
634AC_CONFIG_FILES([bmc/phosphor-ipmi-flash-bmc-verify.target])
635AC_CONFIG_FILES([bmc/phosphor-ipmi-flash-bmc-update.target])
Patrick Venture7c2a00e2019-07-01 17:33:03 -0700636AC_CONFIG_FILES([bmc/phosphor-ipmi-flash-bios-prepare.target])
637AC_CONFIG_FILES([bmc/phosphor-ipmi-flash-bios-verify.target])
638AC_CONFIG_FILES([bmc/phosphor-ipmi-flash-bios-update.target])
Patrick Venture298930a2019-07-03 11:44:52 -0700639AC_CONFIG_FILES([bmc/config-static-bmc-reboot.json])
640AC_CONFIG_FILES([bmc/config-static-bmc.json])
Brandon Kimcec91dd2019-09-16 17:24:40 -0700641AC_CONFIG_FILES([bmc/config-static-bmc-with-update-status.json])
Patrick Venture298930a2019-07-03 11:44:52 -0700642AC_CONFIG_FILES([bmc/config-bios.json])
Patrick Venturec7ca2912018-11-02 11:38:33 -0700643AC_OUTPUT