nb/amd/fam10: Drop support
Relocatable ramstage, postcar stage and C_ENVIRONMENT_BOOTBLOCK are now mandatory features, which this platform lacks. Change-Id: If36ef0749dbb661f731fb04829bd7e2202ebb422 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36962 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
1ca978ee65
commit
ffcac3eb50
112 changed files with 5 additions and 48884 deletions
|
|
@ -23,8 +23,7 @@ static inline bool offset_unit_id(bool is_sb_ht_chain)
|
|||
{
|
||||
bool need_offset = (CONFIG_HT_CHAIN_UNITID_BASE != 1)
|
||||
|| (CONFIG_HT_CHAIN_END_UNITID_BASE != 0x20);
|
||||
return need_offset && (!CONFIG(SB_HT_CHAIN_UNITID_OFFSET_ONLY)
|
||||
|| is_sb_ht_chain);
|
||||
return need_offset && is_sb_ht_chain;
|
||||
}
|
||||
|
||||
#endif /* DEVICE_HYPERTRANSPORT_DEF_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue