]> git.ozlabs.org Git - petitboot/history - discover/grub2/grub2.h
lib: Move ipmi_bootdev enum to types.h
[petitboot] / discover / grub2 / grub2.h
2014-12-11 Jeremy Kerrdiscover/grub2: Allow unset and invalid defaults
2014-12-01 Jeremy Kerrdiscover/grub2: improve handling of word & delimiter...
2014-01-30 Jeremy Kerrdiscover/grub2: Add support for for-loops
2013-11-27 Jeremy Kerrdiscover/grub2: Populate $prefix from config file location
2013-10-14 Jeremy Kerrdiscover/grub2: Allow URL resources
2013-09-25 Jeremy Kerrdiscover/grub2: Reimplement default options
2013-09-24 Jeremy Kerrdiscover/grub2: Implement statement_block_execute
2013-09-24 Jeremy Kerrdiscover/grub2: Implement 'elif'
2013-09-24 Jeremy Kerrdiscover/grub2: Create 'conditional' statements
2013-09-24 Jeremy Kerrdiscover/grub2: Add function support
2013-09-24 Jeremy Kerrdiscover/grub2: Implement 'linux' & 'initrd' commands
2013-09-24 Jeremy Kerrdiscover/grub2: Function infrastructure improvements
2013-09-24 Jeremy Kerrdiscover/grub2: Add option state in menuentry processing
2013-09-24 Jeremy Kerrdiscover/grub2: Add a reference to the context from...
2013-09-24 Jeremy Kerrdiscover/grub2: Hook up flex/bison parser to discover...
2013-09-24 Jeremy Kerrdiscover/grub2: Implement multiple-arv variable splitting
2013-09-24 Jeremy Kerrdiscover/grub2: Add initial command execution
2013-09-24 Jeremy Kerrdiscover/grub2: Add menuentry execution
2013-09-24 Jeremy Kerrdiscover/grub2: Fix word append
2013-09-24 Jeremy Kerrdiscover/grub2: Handle var tokens in lexer
2013-09-24 Jeremy Kerrdiscover/grub2: Add initial execution code
2013-09-24 Jeremy Kerrdiscover/grub2: Add var expansion code
2013-09-24 Jeremy Kerrdiscover/grub2: Add initial script infrastructure
2013-09-24 Jeremy Kerrdiscover/grub2: Use subclass-style structs for AST
2013-09-24 Jeremy Kerrdiscover/grub2: Implement statement blocks
2013-09-24 Jeremy Kerrdiscover/grub2: Add structures & API for parser
2013-09-24 Jeremy Kerrdiscover/grub2: Initial grub2 lexer