History log of /fuchsia/zircon/system/utest/entropy/rules.mk
Revision Date Author Comments
# f3e2126c 12-Sep-2017 Roland McGrath <mcgrathr@google.com>

[zx] Magenta -> Zircon

The Great Renaming is here!

Change-Id: I3229bdeb2a3d0e40fb4db6fec8ca7d971fbffb94


# 59e644b1 07-Sep-2017 George Kulakowski <kulakowski@google.com>

[zircon][mxtl->fbl] Rename mxtl to fbl

Change-Id: Ie21b6498e1bfb0a7fa0315e40b9e5c3ee78646be


# 96115257 27-Jun-2017 Andrew Krieger <andrewkrieger@google.com>

[kernel][rng] Add entropy collector test

Add a special build of Magenta that will pause during boot to test
entropy collectors. It gathers approximately 1 Mbit of random data into
a buffer, then proceeds with boot. Later the data will be copied to a
VMO and exposed in the filesystem as /boot/kernel/debug/entropy.bin.

To build the entropy collector test system, set the
ENABLE_ENTROPY_COLLECTOR_TEST preprocessor flag, either by adding
EXTERNAL_DEFINES := ENABLE_ENTROPY_COLLECTOR_TEST=1
to local.mk, or by adding
EXTERNAL_DEFINES=ENABLE_ENTROPY_COLLECTOR_TEST=1
to the call to make.

When ENABLE_ENTROPY_COLLECTOR_TEST is not set, no extra kernel memory is
allocated and no debug file is produced.

Change-Id: I55e6d5bb6323b5434e407b12ca14ddc79fe9237d