You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#148] Fixing kernel commandline parameter validation
This change allows parameter values containing spaces in the middle, provided they are enclosed in quotes. However,
strings with quotes in the middle will no longer be accepted as valid parameter values.
[#205] Make image header for ARM and RISC-V public
Kernel headers for ARM and RISC-V are made public to be used in a fw_cfg
implementation that reads the kernel header.