From: Kuan-Wei Chiu <visitorckw@gmail.com>
To: Simon Glass <sjg@chromium.org>
Cc: u-boot@lists.denx.de, Tom Rini <trini@konsulko.com>,
Simon Glass <simon.glass@canonical.com>,
Angelo Dureghello <angelo@kernel-space.org>,
Alison Wang <alison.wang@nxp.com>,
Angelo Dureghello <angelo@sysam.it>
Subject: Re: [PATCH v4 13/17] m68k: Call bootm_final()
Date: Sun, 8 Mar 2026 00:36:30 +0800 [thread overview]
Message-ID: <aaxUDuHNHSQI74ir@google.com> (raw)
In-Reply-To: <20260306023638.2678886-14-sjg@chromium.org>
On Thu, Mar 05, 2026 at 07:36:22PM -0700, Simon Glass wrote:
> From: Simon Glass <simon.glass@canonical.com>
>
> Add a call to bootm_final() before jumping to the kernel. This adds
> the "Starting kernel" message, bootstage tracking,
> board_quiesce_devices() and dm_remove_devices_active() which were not
> previously called on m68k.
>
> Signed-off-by: Simon Glass <simon.glass@canonical.com>
> Acked-by: Angelo Dureghello <angelo@kernel-space.org>
> Tested-by: Angelo Dureghello <angelo@kernel-space.org>
FWIW:
Acked-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Regards,
Kuan-Wei
>
> ---
>
> (no changes since v3)
>
> Changes in v3:
> - Add new patch for m68k conversion
>
> arch/m68k/lib/bootm.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/m68k/lib/bootm.c b/arch/m68k/lib/bootm.c
> index 3dcff8076e3..7e36ac73169 100644
> --- a/arch/m68k/lib/bootm.c
> +++ b/arch/m68k/lib/bootm.c
> @@ -65,6 +65,8 @@ int do_bootm_linux(int flag, struct bootm_info *bmi)
>
> bootstage_mark(BOOTSTAGE_ID_RUN_OS);
>
> + bootm_final(0);
> +
> /*
> * Linux Kernel Parameters (passing board info data):
> * sp+00: Ignore, side effect of using jsr to jump to kernel
> --
> 2.43.0
>
next prev parent reply other threads:[~2026-03-07 18:22 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-06 2:36 [PATCH v4 00/17] bootm: Clean up arch-specific, pre-OS clean-up Simon Glass
2026-03-06 2:36 ` [PATCH v4 01/17] dm: Move flags_remove() check before child removal Simon Glass
2026-03-06 2:36 ` [PATCH v4 02/17] dm: Remove children when parent is removed by flags Simon Glass
2026-03-06 2:36 ` [PATCH v4 03/17] bootstage: Add some missing dummy functions Simon Glass
2026-03-06 2:36 ` [PATCH v4 04/17] bootm: Create bootm_final() for pre-boot cleanup Simon Glass
2026-03-06 15:12 ` Tom Rini
2026-03-06 2:36 ` [PATCH v4 05/17] x86: Call bootm_final() Simon Glass
2026-03-06 2:36 ` [PATCH v4 06/17] riscv: " Simon Glass
2026-03-06 15:12 ` Tom Rini
2026-03-06 2:36 ` [PATCH v4 07/17] bootm: Stash bootstage data in bootm_final() Simon Glass
2026-03-06 2:36 ` [PATCH v4 08/17] arm: Call bootm_final() Simon Glass
2026-03-06 15:12 ` Tom Rini
2026-03-06 2:36 ` [PATCH v4 09/17] arc: " Simon Glass
2026-03-06 2:36 ` [PATCH v4 10/17] microblaze: " Simon Glass
2026-03-06 2:36 ` [PATCH v4 11/17] mips: " Simon Glass
2026-03-06 12:20 ` Daniel Schwierzeck
2026-03-06 2:36 ` [PATCH v4 12/17] powerpc: " Simon Glass
2026-03-06 2:36 ` [PATCH v4 13/17] m68k: " Simon Glass
2026-03-07 16:36 ` Kuan-Wei Chiu [this message]
2026-03-06 2:36 ` [PATCH v4 14/17] nios2: " Simon Glass
2026-03-06 2:36 ` [PATCH v4 15/17] sh: " Simon Glass
2026-03-06 2:36 ` [PATCH v4 16/17] xtensa: " Simon Glass
2026-03-06 2:36 ` [PATCH v4 17/17] sandbox: " Simon Glass
2026-03-19 13:52 ` [PATCH v4 00/17] bootm: Clean up arch-specific, pre-OS clean-up Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aaxUDuHNHSQI74ir@google.com \
--to=visitorckw@gmail.com \
--cc=alison.wang@nxp.com \
--cc=angelo@kernel-space.org \
--cc=angelo@sysam.it \
--cc=simon.glass@canonical.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox