Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | x86: Remove unused real mode code | Simon Glass | 2013-02-14 | -10/+0 |
* | x86: Build vga video code only if CONFIG_VIDEO_VGA is defined | Simon Glass | 2012-12-06 | -2/+2 |
* | x86: Implement arch_phys_memset so that it can wipe memory above 4GB | Gabe Black | 2012-12-06 | -0/+1 |
* | x86: Allow compiling out realmode/bios code | Gabe Black | 2012-11-30 | -3/+6 |
* | x86: Split init functions out of board.c | Graeme Russ | 2012-01-04 | -0/+2 |
* | x86: Move relocation code out of board.c | Graeme Russ | 2012-01-04 | -0/+1 |
* | x86: Move do_go_exec() out of board.c | Graeme Russ | 2012-01-04 | -0/+1 |
* | x86: Wrap small helper functions from libgcc to avoid an ABI mismatch | Gabe Black | 2011-11-29 | -0/+6 |
* | x86: Import the glibc memset implementation | Gabe Black | 2011-11-29 | -0/+1 |
* | x86: Provide more configuration granularity | Graeme Russ | 2011-11-29 | -9/+9 |
* | x86: Rename i386 to x86 | Graeme Russ | 2011-04-13 | -0/+59 |