summaryrefslogtreecommitdiff
path: root/com32/lua/src/cpu.c
Commit message (Collapse)AuthorAgeFilesLines
* lua: make the dmi module standaloneFerenc Wágner2014-03-011-2/+2
| | | | | | By copying two short functions from the cpu module. They do not warrant a separate module. Also make those functions static in both modules.
* lua: also reactivate the cpu, dhcp, dmi, pci and vesa extension modulesFerenc Wágner2014-03-011-1/+1
| | | | And document the change in usage.
* In the current Lua.c32 DMI implementation, it is a flat table with dotted ↵Hung-chi Lihn2012-09-221-2/+2
| | | | | | | | | names in table entries. It also misses a number DMI sub-tables. This patch, cleans up the DMI table structure using Lua's nested table structure and adds all missing DMI sub-tables. If a DMI sub-table is not supported by the hardware (not filled), then the corresponding sub-table will not be generated. This helps to make the table structure cleaner and reflects the actual DMI information. Signed-off-by: Hung-chi Lihn <hlihn@google.com> Signed-off-by: Erwan Velu <erwanaliasr1@gmail.com>
* lua: Adding CPU moduleErwan Velu2011-02-081-0/+158