..
gnat
UPSTREAM: Hook up libhwbase in ramstage
2016-12-21 03:12:47 -08:00
b64_decode.c
boot_device.c
UPSTREAM: lib/boot_device: add RW boot device construct
2016-08-19 14:20:23 -07:00
bootblock.c
UPSTREAM: arch/x86: fix cmos post logging in non romcc bootblock
2017-01-09 23:46:44 -08:00
bootmem.c
lib/bootmem: allow architecture specific bootmem ranges
2016-04-21 20:46:45 +02:00
bootmode.c
UPSTREAM: bootmode: Get rid of CONFIG_BOOTMODE_STRAPS
2016-07-28 22:56:28 -07:00
cbfs.c
UPSTREAM: cbfs: Add API to locate a file from specific region
2016-12-10 18:20:34 -08:00
cbmem_common.c
cbmem_console.c
UPSTREAM: arch/x86,lib: make cbmem console work in postcar stage
2016-09-21 19:36:55 -07:00
cbmem_stage_cache.c
compute_ip_checksum.c
UPSTREAM: lib/compute_ip_checksum: mark data buffer as const
2016-12-08 22:46:57 -08:00
coreboot_table.c
UPSTREAM: lb_tables: make lb_mainboard and lb_strings record sizes 64-bit aligned
2017-01-22 05:03:19 -08:00
debug.c
delay.c
edid.c
UPSTREAM: edid: Fix a function signature
2016-09-09 12:33:33 -07:00
ext_stage_cache.c
UPSTREAM: soc/intel/apollolake: Implement stage cache to improve resume time
2016-10-11 14:31:54 -07:00
fallback_boot.c
UPSTREAM: pc80: Move set_boot_successful()
2016-12-16 01:49:05 -08:00
fmap.c
UPSTREAM: lib/fmap: provide RW region device support
2016-08-22 00:11:45 -07:00
gcc.c
gcov-glue.c
lib/gcov-glue.c: Remove trailing number from COVERAGE_MAGIC macro
2016-02-02 01:39:28 +01:00
gcov-io.c
gcov-io.h
gcov-iov.h
generic_dump_spd.c
generic_sdram.c
gpio.c
UPSTREAM: lib/gpio: add pullup & pulldown gpio_base2_value() variants
2016-07-07 19:29:24 -07:00
halt.c
hardwaremain.c
UPSTREAM: bootstate: add arch specific hook at coreboot exit
2016-12-09 03:29:57 -08:00
hexdump.c
hexstrtobin.c
UPSTREAM: hexstrtobin: Add a library function to decode ASCII hex into binary
2016-05-26 03:21:43 -07:00
hw-time-timer.adb
UPSTREAM: Hook up libhwbase in ramstage
2016-12-21 03:12:47 -08:00
imd.c
imd_cbmem.c
UPSTREAM: arch/x86,lib: make cbmem console work in postcar stage
2016-09-21 19:36:55 -07:00
jpeg.c
jpeg.h
libgcc.c
libgcov.c
lzma.c
UPSTREAM: lib: remove ulzma()
2016-07-07 01:08:55 -07:00
lzmadecode.c
lzma: Port size-checking ulzman() version to coreboot
2016-02-12 22:00:55 +01:00
lzmadecode.h
Makefile.inc
UPSTREAM: google/chromeos: disable platform hierarchy on resume for TPM2
2017-01-13 18:41:21 -08:00
malloc.c
memchr.c
memcmp.c
memcpy.c
memmove.c
memrange.c
lib/memrange: avoid shadow object declarations
2016-02-26 02:14:56 +01:00
memset.c
mocked_tlcl.c
nhlt.c
UPSTREAM: lib/nhlt: add support for setting the oem_revision
2016-12-02 14:23:05 -08:00
primitive_memtest.c
prog_loaders.c
UPSTREAM: romstage_handoff: add helper to determine resume status
2016-12-02 14:22:57 -08:00
prog_ops.c
lib/prog_loading: introduce prog_segment_loaded()
2016-04-02 03:56:37 +02:00
program.ld
UPSTREAM: lib/program.ld: add .sdata sections
2016-11-03 14:44:10 -07:00
ramtest.c
UPSTREAM: quick_ram_check: Remove reference to RAMBASE
2016-11-08 23:24:09 -08:00
reg_script.c
lib/reg_script: Fix braces
2016-05-05 19:41:29 +02:00
region_file.c
UPSTREAM: lib: add region file support
2016-12-09 03:29:43 -08:00
rmodule.c
lib/prog_loading: introduce prog_segment_loaded()
2016-04-02 03:56:37 +02:00
rmodule.ld
romstage_handoff.c
UPSTREAM: lib: put romstage_handoff implementation in own compilation unit
2016-12-02 14:23:00 -08:00
romstage_stack.c
UPSTREAM: intel post-car: Increase stacktop alignment
2016-11-21 11:53:20 -08:00
rtc.c
UPSTREAM: lib: Add real-time-clock functions
2016-07-07 01:08:44 -07:00
selfboot.c
arm64: Use 'payload' format for ATF instead of 'stage'
2016-09-08 06:15:36 -07:00
spd_bin.c
UPSTREAM: lib/spd_bin: Check return code & remove dead code
2016-12-16 04:51:02 -08:00
stack.c
thread.c
UPSTREAM: src/lib: Capitalize ROM, RAM, NVRAM and CPU
2016-08-04 23:38:04 -07:00
timer.c
timer_queue.c
timestamp.c
UPSTREAM: memlayout: Ensure TIMESTAMP() region is big enough to avoid BUG()
2016-08-24 17:40:09 -07:00
tlcl.c
UPSTREAM: lib/tlcl: Ensure tlcl library is initialized only once
2016-11-14 19:58:54 -08:00
tlcl_internal.h
tlcl_structures.h
tpm2_marshaling.c
UPSTREAM: google/chromeos: disable platform hierarchy on resume for TPM2
2017-01-13 18:41:21 -08:00
tpm2_marshaling.h
tpm2: avoid comparison between signed and unsigned ints
2016-07-07 19:30:09 -07:00
tpm2_tlcl.c
UPSTREAM: google/chromeos: disable platform hierarchy on resume for TPM2
2017-01-13 18:41:21 -08:00
tpm2_tlcl_structures.h
UPSTREAM: google/chromeos: disable platform hierarchy on resume for TPM2
2017-01-13 18:41:21 -08:00
tpm_error_messages.h
UPSTREAM: src/lib: Fix checkpatch warnings
2016-09-08 17:57:25 -07:00
trace.c
UPSTREAM: src/lib: Fix checkpatch warnings
2016-09-08 17:57:25 -07:00
version.c
UPSTREAM: lib/version: Correct whitespace alignment
2016-07-15 08:39:33 -07:00
wrdd.c
lib: Implement framework for retrieving WiFi regulatory domain
2016-03-08 18:41:33 +01:00