Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-25 | Introduce a header file for the BIOS emulator | Simon Glass | |
We should have a public header so that users can avoid defining functions themselves. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2013-04-01 | Consolidate bool type | York Sun | |
'bool' is defined in random places. This patch consolidates them into a single header file include/linux/types.h, using stdbool.h introduced in C99. All other #define, typedef and enum are removed. They are all consistent with true = 1, false = 0. Replace FALSE, False with false. Replace TRUE, True with true. Skip *.py, *.php, lib/* files. Signed-off-by: York Sun <yorksun@freescale.com> | |||
2007-08-06 | This is a BIOS emulator, porting from SciTech for u-boot, mainly for | Jason Jin | |
ATI video card BIOS. and can be used for x86 code emulation by some modifications. Signed-off-by: Jason Jin <Jason.jin@freescale.com> |