index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
/
rules.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch/x86: Only use .bss from car.ld when running XIP
Arthur Heymans
2022-10-20
1
-0
/
+3
*
Replace some ENV_ROMSTAGE with ENV_RAMINIT
Kyösti Mälkki
2022-06-07
1
-0
/
+1
*
CBMEM: Change declarations for initialization hooks
Kyösti Mälkki
2022-05-20
1
-0
/
+3
*
rules.h: Use more consistent naming
Arthur Heymans
2022-05-16
1
-9
/
+9
*
rules.h, thread.h, lib/cbfs: Add ENV_STAGE_SUPPORTS_COOP
Raul E Rangel
2021-12-15
1
-0
/
+7
*
Add ENV_STAGE_SUPPORTS_SMP to clean up spinlock stubs
Kyösti Mälkki
2021-11-13
1
-0
/
+11
*
include/rules.h: Add ENV_TEST definition
Jakub Czapiga
2021-04-06
1
-0
/
+6
*
src: Update some incorrect config options in comments
Martin Roth
2020-11-16
1
-4
/
+5
*
rules.h: change verstage name if it starts before bootblock
Kangheui Won
2020-10-08
1
-0
/
+4
*
lib: Update fmap cache error for psp_verstage
Martin Roth
2020-08-21
1
-0
/
+7
*
include/rules.h: Add ENV_USER_SPACE definition
Martin Roth
2020-07-27
1
-0
/
+7
*
assert.h: Do not use __FILE__ nor __LINE__ on timeless builds
Angel Pons
2020-07-24
1
-0
/
+6
*
treewide: Replace CONFIG(ARCH_xx) tests
Kyösti Mälkki
2020-06-17
1
-1
/
+1
*
include/rules.h: Add vboot_before_bootblock to ENV_ROMSTAGE_OR_BEFORE
Martin Roth
2020-06-15
1
-1
/
+1
*
Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION
Kyösti Mälkki
2020-05-26
1
-3
/
+0
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
1
-1
/
+0
*
rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE
Julius Werner
2020-04-23
1
-11
/
+18
*
src/include: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-05
1
-13
/
+2
*
kill CAR_GLOBAL_MIGRATION leftovers
Arthur Heymans
2019-11-30
1
-1
/
+1
*
Remove MIPS architecture
Julius Werner
2019-11-20
1
-18
/
+0
*
security/vboot: Fix regression with VBOOT_STARTS_IN_ROMSTAGE
Kyösti Mälkki
2019-09-17
1
-1
/
+2
*
x86: Introduce RESET_VECTOR_IN_RAM option
Martin Roth
2019-08-26
1
-1
/
+1
*
arch/x86: Simplify <arch/early_variables.h>
Kyösti Mälkki
2019-08-26
1
-2
/
+2
*
Add definition for ENV_ROMSTAGE_OR_BEFORE to <rules.h>
Kyösti Mälkki
2019-08-26
1
-3
/
+6
*
Move and rename ARCH_STAGE_HAS_xxx_SECTION rules
Kyösti Mälkki
2019-08-26
1
-8
/
+17
*
arch/x86: Obsolete CACHE_AS_RAM config
Kyösti Mälkki
2019-08-11
1
-1
/
+1
*
Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADER
Subrata Banik
2019-06-24
1
-1
/
+1
*
Set ENV_PAYLOAD_LOADER to ENV_POSTCAR when CONFIG_RAMPAYLOAD is enabled
Subrata Banik
2019-06-13
1
-0
/
+5
*
Define ENV_PAYLOAD_LOADER
Ronald G. Minnich
2019-05-11
1
-0
/
+4
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
1
-1
/
+1
*
arch/arm64: Add PCI config support in romstage
Kyösti Mälkki
2019-02-22
1
-3
/
+1
*
Introduce bootblock self-decompression
Julius Werner
2018-05-22
1
-1
/
+22
*
arch/x86: add ENV_CACHE_AS_RAM
Aaron Durbin
2018-04-24
1
-0
/
+8
*
rules: Define SIMPLE_DEVICE on x86 only
Patrick Rudolph
2018-04-20
1
-14
/
+17
*
Stage rules.h: Add ENV_LIBAGESA
Kyösti Mälkki
2017-03-07
1
-3
/
+20
*
arch/arm: Add armv7-r configuration
Hakim Giydan
2016-09-12
1
-0
/
+13
*
arch/x86: introduce postcar stage/phase
Aaron Durbin
2016-03-23
1
-3
/
+22
*
rules.h: Add ENV_STRING and use it in console_init()
Ben Gardner
2015-11-20
1
-0
/
+7
*
rules.h: Add ENV_ macros to detect current architecture
Julius Werner
2015-11-17
1
-0
/
+100
*
arm64: remove secmon
Aaron Durbin
2015-11-07
1
-16
/
+0
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
1
-4
/
+0
*
rmodule: use program.ld for linking
Aaron Durbin
2015-09-09
1
-0
/
+16
*
rules.h: add fall through where no ENV_<STAGE> is set
Aaron Durbin
2015-09-09
1
-1
/
+15
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
1
-1
/
+1
*
Use __ROMSTAGE__ to denote romstage
Patrick Georgi
2015-04-29
1
-1
/
+1
*
rules.h: add verstage macro
Patrick Georgi
2015-04-29
1
-0
/
+13
*
build system: rename __BOOT_BLOCK__ and __VER_STAGE__
Patrick Georgi
2015-04-04
1
-1
/
+1
*
arm64: Add support for secure monitor
Furquan Shaikh
2015-03-28
1
-1
/
+12
*
build rules: Identify build stage with simple variables
Kyösti Mälkki
2014-04-18
1
-0
/
+63