HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37747 )
Change subject: [Try] mb/elmex/pcm205400: Switch away from ROMCC_BOOTBLOCK ......................................................................
[Try] mb/elmex/pcm205400: Switch away from ROMCC_BOOTBLOCK
Untested.
Change-Id: I021c29944a79e5bdf79c83e04315d770b0fe6048 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/elmex/pcm205400/Kconfig M src/mainboard/elmex/pcm205400/Makefile.inc R src/mainboard/elmex/pcm205400/bootblock.c 3 files changed, 4 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/37747/1
diff --git a/src/mainboard/elmex/pcm205400/Kconfig b/src/mainboard/elmex/pcm205400/Kconfig index 14254ca..7dc67d1 100644 --- a/src/mainboard/elmex/pcm205400/Kconfig +++ b/src/mainboard/elmex/pcm205400/Kconfig @@ -29,7 +29,6 @@
config BOARD_SPECIFIC_OPTIONS def_bool y - select ROMCC_BOOTBLOCK select CPU_AMD_AGESA_FAMILY14 select NORTHBRIDGE_AMD_AGESA_FAMILY14 select SOUTHBRIDGE_AMD_CIMX_SB800 diff --git a/src/mainboard/elmex/pcm205400/Makefile.inc b/src/mainboard/elmex/pcm205400/Makefile.inc index ba56286..bf86007 100644 --- a/src/mainboard/elmex/pcm205400/Makefile.inc +++ b/src/mainboard/elmex/pcm205400/Makefile.inc @@ -20,6 +20,8 @@ pci$(stripped_ahcibios_id).rom-type := optionrom endif
+bootblock-y += bootblock.c + romstage-y += buildOpts.c romstage-y += BiosCallOuts.c romstage-y += OemCustomize.c diff --git a/src/mainboard/elmex/pcm205400/romstage.c b/src/mainboard/elmex/pcm205400/bootblock.c similarity index 84% rename from src/mainboard/elmex/pcm205400/romstage.c rename to src/mainboard/elmex/pcm205400/bootblock.c index 7ccf167..5230d6f 100644 --- a/src/mainboard/elmex/pcm205400/romstage.c +++ b/src/mainboard/elmex/pcm205400/bootblock.c @@ -13,15 +13,13 @@ * GNU General Public License for more details. */
-#include <northbridge/amd/agesa/state_machine.h> +#include <bootblock_common.h #include <superio/fintek/common/fintek.h> #include <superio/fintek/f81865f/f81865f.h> -#include <sb_cimx.h>
#define SERIAL_DEV PNP_DEV(0x4e, F81865F_SP1)
-void board_BeforeAgesa(struct sysinfo *cb) +void bootblock_mainboard_early_init(void) { - sb_Poweron_Init(); fintek_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE); }
Hello Kyösti Mälkki, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37747
to look at the new patch set (#3).
Change subject: [Try] mb/elmex/pcm205400: Switch away from ROMCC_BOOTBLOCK ......................................................................
[Try] mb/elmex/pcm205400: Switch away from ROMCC_BOOTBLOCK
Untested.
Change-Id: I021c29944a79e5bdf79c83e04315d770b0fe6048 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/elmex/pcm205400/Kconfig M src/mainboard/elmex/pcm205400/Makefile.inc R src/mainboard/elmex/pcm205400/bootblock.c 3 files changed, 4 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/37747/3
Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37747
to look at the new patch set (#4).
Change subject: mb/elmex/pcm205400: Switch away from ROMCC_BOOTBLOCK ......................................................................
mb/elmex/pcm205400: Switch away from ROMCC_BOOTBLOCK
Warning: Not tested on hardware.
Change-Id: I021c29944a79e5bdf79c83e04315d770b0fe6048 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/elmex/pcm205400/Kconfig M src/mainboard/elmex/pcm205400/Kconfig.name M src/mainboard/elmex/pcm205400/Makefile.inc R src/mainboard/elmex/pcm205400/bootblock.c 4 files changed, 6 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/37747/4
Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37747
to look at the new patch set (#5).
Change subject: mb/elmex/pcm205400: Switch away from ROMCC_BOOTBLOCK ......................................................................
mb/elmex/pcm205400: Switch away from ROMCC_BOOTBLOCK
Warning: Not tested on hardware. To test, please fix the mainbord's Kconfig and Kconfig.name
Change-Id: I021c29944a79e5bdf79c83e04315d770b0fe6048 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/elmex/pcm205400/Makefile.inc R src/mainboard/elmex/pcm205400/bootblock.c 2 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/37747/5
Mike Banon has uploaded a new patch set (#6) to the change originally created by HAOUAS Elyes. ( https://review.coreboot.org/c/coreboot/+/37747 )
Change subject: mb/elmex/pcm205400: Switch away from ROMCC_BOOTBLOCK ......................................................................
mb/elmex/pcm205400: Switch away from ROMCC_BOOTBLOCK
Warning: Not tested on hardware.
Change-Id: I021c29944a79e5bdf79c83e04315d770b0fe6048 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/elmex/pcm205400/Kconfig M src/mainboard/elmex/pcm205400/Kconfig.name M src/mainboard/elmex/pcm205400/Makefile.inc R src/mainboard/elmex/pcm205400/bootblock.c 4 files changed, 6 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/37747/6
Mike Banon has uploaded a new patch set (#9) to the change originally created by HAOUAS Elyes. ( https://review.coreboot.org/c/coreboot/+/37747 )
Change subject: mb/elmex/pcm205400: Switch away from ROMCC_BOOTBLOCK ......................................................................
mb/elmex/pcm205400: Switch away from ROMCC_BOOTBLOCK
Warning: Not tested on hardware.
Change-Id: I021c29944a79e5bdf79c83e04315d770b0fe6048 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/elmex/pcm205400/Kconfig M src/mainboard/elmex/pcm205400/Kconfig.name M src/mainboard/elmex/pcm205400/Makefile.inc R src/mainboard/elmex/pcm205400/bootblock.c M src/mainboard/elmex/pcm205401/Kconfig M src/mainboard/elmex/pcm205401/Kconfig.name 6 files changed, 8 insertions(+), 15 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/37747/9
Mike Banon has uploaded a new patch set (#10) to the change originally created by HAOUAS Elyes. ( https://review.coreboot.org/c/coreboot/+/37747 )
Change subject: mb/elmex/pcm20540*: Switch away from ROMCC_BOOTBLOCK ......................................................................
mb/elmex/pcm20540*: Switch away from ROMCC_BOOTBLOCK
Warning: Not tested on hardware.
Change-Id: I021c29944a79e5bdf79c83e04315d770b0fe6048 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/elmex/pcm205400/Kconfig M src/mainboard/elmex/pcm205400/Kconfig.name M src/mainboard/elmex/pcm205400/Makefile.inc R src/mainboard/elmex/pcm205400/bootblock.c M src/mainboard/elmex/pcm205401/Kconfig M src/mainboard/elmex/pcm205401/Kconfig.name 6 files changed, 8 insertions(+), 15 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/37747/10
Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37747
to look at the new patch set (#13).
Change subject: [TESTME]mb/elmex/pcm20540*: Switch away from ROMCC_BOOTBLOCK ......................................................................
[TESTME]mb/elmex/pcm20540*: Switch away from ROMCC_BOOTBLOCK
Warning: Not tested on hardware.
Change-Id: I021c29944a79e5bdf79c83e04315d770b0fe6048 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/elmex/pcm205400/Kconfig M src/mainboard/elmex/pcm205400/Kconfig.name M src/mainboard/elmex/pcm205400/Makefile.inc R src/mainboard/elmex/pcm205400/bootblock.c M src/mainboard/elmex/pcm205401/Kconfig M src/mainboard/elmex/pcm205401/Kconfig.name 6 files changed, 8 insertions(+), 15 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/37747/13
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/37747 )
Change subject: [TESTME]mb/elmex/pcm20540*: Switch away from ROMCC_BOOTBLOCK ......................................................................
Abandoned
not tested
HAOUAS Elyes has restored this change. ( https://review.coreboot.org/c/coreboot/+/37747 )
Change subject: [TESTME]mb/elmex/pcm20540*: Switch away from ROMCC_BOOTBLOCK ......................................................................
Restored
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/37747 )
Change subject: [TESTME]mb/elmex/pcm20540*: Switch away from ROMCC_BOOTBLOCK ......................................................................
Abandoned
no one will test ... so drop unmaintained board