Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44673 )
Change subject: cpu/intel/car/non-evict/cache_as_ram.S: Add support for longmode ......................................................................
Patch Set 6:
(1 comment)
https://review.coreboot.org/c/coreboot/+/44673/6/src/cpu/intel/car/non-evict... File src/cpu/intel/car/non-evict/cache_as_ram.S:
https://review.coreboot.org/c/coreboot/+/44673/6/src/cpu/intel/car/non-evict... PS6, Line 11: : #include <cpu/intel/car/cache_as_ram_symbols.inc>
it's quite common to include assmbly files. That way there's no need for additional globals.
Ack