Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-24 | drivers: delete unused header files | Masahiro Yamada | |
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> | |||
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> | |||
2008-02-16 | Wipe out assembler warnings while compiling x86 biosemu | Anatolij Gustschin | |
This patch tries to get rid of some assembler warnings about changed .got2 section type while compiling x86 bios emulator code. Signed-off-by: Anatolij Gustschin <agust@denx.de> | |||
2007-08-06 | Coding style cleanup. Update CHANGELOG. | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
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> |