Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drivers: delete unused header files | Masahiro Yamada | 2014-01-24 | 1 | -970/+0 |
| | | | | Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> | ||||
* | Consolidate bool type | York Sun | 2013-04-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | '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> | ||||
* | Wipe out assembler warnings while compiling x86 biosemu | Anatolij Gustschin | 2008-02-16 | 1 | -0/+10 |
| | | | | | | | | 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> | ||||
* | Coding style cleanup. Update CHANGELOG. | Wolfgang Denk | 2007-08-06 | 3 | -158/+157 |
| | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> | ||||
* | This is a BIOS emulator, porting from SciTech for u-boot, mainly for | Jason Jin | 2007-08-06 | 9 | -0/+2478 |
ATI video card BIOS. and can be used for x86 code emulation by some modifications. Signed-off-by: Jason Jin <Jason.jin@freescale.com> |