summaryrefslogtreecommitdiff
path: root/arch/i386/lib
Commit message (Expand)AuthorAgeLines
* x86: Rename i386 to x86Graeme Russ2011-04-13-3703/+0
* x86: Code cleanupGraeme Russ2011-04-13-113/+110
* x86: Convert board_init_f to use an init_sequenceGraeme Russ2011-02-12-41/+29
* x86: Rearrange function calls in board_init_fGraeme Russ2011-02-12-8/+8
* x86: Split board_init_f() into init_fnc_t compatible functionsGraeme Russ2011-02-12-45/+66
* x86: Fix incorrect usage of relocation offsetGraeme Russ2011-02-12-5/+5
* x86: Move console initialisation into board_init_fGraeme Russ2011-02-12-3/+12
* x86: Move test for cold boot into init functionsGraeme Russ2011-02-12-10/+7
* x86: Move call to dram_init_f into board_init_fGraeme Russ2011-02-12-0/+3
* x86: Defer setup of final stackGraeme Russ2011-02-12-2/+4
* sc520: Move RAM sizing code from asm to CGraeme Russ2011-02-12-2/+6
* x86: Move initial gd to fixed locationGraeme Russ2011-02-12-12/+24
* x86: Fix mangled umlautsGraeme Russ2011-02-12-1/+1
* x86: Parametize values used in linker scriptGraeme Russ2011-02-12-4/+4
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-17-2/+2
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-18-2/+2
* x86: Implement fully relocatable imageGraeme Russ2010-10-07-11/+14
* x86: Use loops instead of memcpy/memset in board_init_fGraeme Russ2010-10-07-16/+31
* x86: Rearrange linker scriptGraeme Russ2010-10-07-2/+3
* x86: Rename linker script symbolsGraeme Russ2010-10-07-24/+24
* x86: Place global data below stack before entering CGraeme Russ2010-10-07-35/+7
* x86: zboot updateGraeme Russ2010-10-07-5/+13
* Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese2010-09-23-7/+0
* x86: Fix do_go_exec() - const argv[]Graeme Russ2010-09-13-5/+20
* Rename getenv_r() into getenv_f()Wolfgang Denk2010-08-04-1/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-4/+4
* x86: Fix support for booting bzImageGraeme Russ2010-05-06-32/+95
* x86: Provide weak PC/AT compatibility setup functionGraeme Russ2010-05-06-0/+7
* x86: Use CONFIG_SERIAL_MULTIGraeme Russ2010-05-06-1/+4
* x86: Fix copying of Real-Mode code into RAMGraeme Russ2010-05-06-2/+2
* x86: Pass relocation offset into Global DataGraeme Russ2010-05-06-27/+36
* x86: Fix do_go_exec()Graeme Russ2010-05-06-4/+4
* x86: #ifdef out getenv_IPaddr()Graeme Russ2010-05-06-0/+2
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-13-0/+3579