summaryrefslogtreecommitdiff
path: root/cmd/x86/zboot.c
AgeCommit message (Expand)Author
2025-05-29global: Avoid indirect inclusion of <env.h> from <command.h>Tom Rini
2024-06-26zboot: Correct use of state_mask argumentSimon Glass
2024-06-26zboot: Add debugging for bootingSimon Glass
2024-04-10x86: zboot: Separate logic functions from commandsSimon Glass
2024-04-10x86: zboot: Move argument processing outside zboot_start()Simon Glass
2024-04-10x86: zboot: Drop intermediate zboot_go() functionSimon Glass
2024-04-10x86: zboot: Drop intermediate zboot_setup() functionSimon Glass
2024-04-10x86: zboot: Move environment setting into zboot_load()Simon Glass
2024-04-10x86: zboot: Create separate functions for the logicSimon Glass
2024-04-10x86: zboot: Avoid iteration in do_zboot_states()Simon Glass
2024-04-10x86: zboot: Move command code into its own fileSimon Glass