aboutsummaryrefslogtreecommitdiff
path: root/cmd/x86/zboot.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-26zboot: Correct use of state_mask argumentSimon Glass1-6/+6
2024-06-26zboot: Add debugging for bootingSimon Glass1-1/+10
2024-04-10x86: zboot: Separate logic functions from commandsSimon Glass1-28/+4
2024-04-10x86: zboot: Move argument processing outside zboot_start()Simon Glass1-39/+28
2024-04-10x86: zboot: Drop intermediate zboot_go() functionSimon Glass1-10/+1
2024-04-10x86: zboot: Drop intermediate zboot_setup() functionSimon Glass1-10/+6
2024-04-10x86: zboot: Move environment setting into zboot_load()Simon Glass1-14/+2
2024-04-10x86: zboot: Create separate functions for the logicSimon Glass1-14/+52
2024-04-10x86: zboot: Avoid iteration in do_zboot_states()Simon Glass1-13/+14
2024-04-10x86: zboot: Move command code into its own fileSimon Glass1-0/+203