Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} ARM-software / arm-trusted-firmware Public Notifications You must be signed in to change notification settings Fork 1.4k Star 1.9k ...
ARM-software/arm-trusted-firmwarePublic Notifications Fork1.3k Star1.8k Files master coreboot fwu io marvell measured_boot mentor nuvoton nxp partition rambus renesas rpi3 st synopsys ti clk.h console.h console_assertions.h delay_timer.h
#define TBBR_CONFIG_H #include <stdint.h> #include <uuid.h> #define TOC_HEADER_SERIAL_NUMBER 0x12345678 typedef struct toc_entry { char *name; uuid_t uuid; char *cmdline_name; } toc_entry_t; extern toc_entry_t toc_entries[]; #endif /* TBBR_CONFIG_H */©...
ARM-software/arm-trusted-firmwarePublic NotificationsYou must be signed in to change notification settings Fork1.4k Star1.9k Files master .husky bl1 bl2 bl2u bl31 aarch64 bl31.ld.S bl31.mk bl31_context_mgmt.c bl31_main.c bl31_traps.c ...
NT_FW_CONFIG - Non Trusted Firmware configuration file. Used by Non-trusted firmware (BL33).The Arm development platforms use the Flattened Device Tree format for the dynamic configuration files.Each Boot Loader stage can pass up to 4 arguments via registers to the next stage. BL2 passes the...
This defines the base address of Arm® TrustZone® CryptoCell and must be defined if CryptoCell crypto driver is used for Trusted Board Boot. For capable Arm platforms, this driver is used if ARM_CRYPTOCELL_INTEG is set.If the AP Firmware Updater Configuration image, BL2U is used, the ...
Read-only mirror of Trusted Firmware-A. Contribute to ARM-software/arm-trusted-firmware development by creating an account on GitHub.
Cancel Create saved search Sign in Sign up Reseting focus {{ message }} Rtoax / arm-trusted-firmware-a Public forked from ARM-software/arm-trusted-firmware Notifications You must be signed in to change notification settings Fork 0 ...
sandrine-bailleux-arm refactor(console): disable getc() by default 85bebe1· HistoryHistory Breadcrumbs arm-trusted-firmware /drivers /arm /pl011 /aarch64 / pl011_console.STop File metadata and controls Code Blame 247 lines (231 loc) · 6.92 KB Raw /* * Copyright (c) 2013-2020...