42adb29853
Get board id from AUXIN4 and RAM code from AUXIN3. BUG=b:80501386 BRANCH=none TEST=AUXIN4 is 0.074v and AUXIN3 is 0.212v on P0. AUXIN4 is 0.212v and AUXIN3 is 0.212v on P1. Change-Id: I50533e851d2fae66ae8c5e4e1aa36708d9058e94 Signed-off-by: Tristan Shieh <tristan.shieh@mediatek.com> Reviewed-on: https://review.coreboot.org/29062 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
18 lines
395 B
Makefile
18 lines
395 B
Makefile
bootblock-y += boardid.c
|
|
bootblock-y += bootblock.c
|
|
bootblock-y += chromeos.c
|
|
bootblock-y += memlayout.ld
|
|
decompressor-y += memlayout.ld
|
|
|
|
verstage-y += chromeos.c
|
|
verstage-y += memlayout.ld
|
|
|
|
romstage-y += boardid.c
|
|
romstage-y += chromeos.c
|
|
romstage-y += memlayout.ld
|
|
romstage-y += romstage.c
|
|
|
|
ramstage-y += boardid.c
|
|
ramstage-y += chromeos.c
|
|
ramstage-y += mainboard.c
|
|
ramstage-y += memlayout.ld
|