]> git.ipfire.org Git - people/ms/u-boot.git/history - arch/i386
powerpc/85xx: Add some defines for P2040, P3041, P5010, P5020
[people/ms/u-boot.git] / arch / i386 /
2011-03-27  Wolfgang DenkCoding Style cleanup: remove trailing empty lines
2011-03-22  Haiying WangIntroduce a new linker flag LDFLAGS_FINAL
2011-02-12  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mips
2011-02-12  Graeme Russsc520: Release CAR and enable caching
2011-02-12  Graeme Russx86: Convert board_init_f to use an init_sequence
2011-02-12  Graeme Russx86: Rearrange function calls in board_init_f
2011-02-12  Graeme Russx86: Split board_init_f() into init_fnc_t compatible...
2011-02-12  Graeme Russx86: Fix incorrect usage of relocation offset
2011-02-12  Graeme Russx86: Move console initialisation into board_init_f
2011-02-12  Graeme Russx86: Move test for cold boot into init functions
2011-02-12  Graeme Russx86: Move call to dram_init_f into board_init_f
2011-02-12  Graeme Russx86: Defer setup of final stack
2011-02-12  Graeme Russsc520: Move RAM sizing code from asm to C
2011-02-12  Graeme Russx86: Use Cache-As-RAM for initial stack
2011-02-12  Graeme Russx86: Move initial gd to fixed location
2011-02-12  Graeme Russsc520: Remove printf calls from cpu_init_f
2011-02-12  Graeme Russsc520: Move board specific settings to board init function
2011-02-12  Graeme Russsc520: Define MMCR address in include file
2011-02-12  Graeme Russx86: Make cpu init functions weak
2011-02-12  Graeme Russx86: Call early_board_init when warm booting
2011-02-12  Graeme Russx86: Add processor flags header from linux
2011-02-12  Graeme Russx86: Move Global Descriptor Table defines to processor.h
2011-02-12  Graeme Russx86: Add stack dump to register dump
2011-02-12  Graeme Russx86: Fix mangled umlauts
2011-02-12  Graeme Russsc520: Sort Makefile
2011-02-12  Graeme Russx86: Parametize values used in linker script
2011-02-12  Graeme Russx86: Align config.mk and linker scripts with other...
2011-02-12  Graeme Russx86: Fix definition of global_data struct for asm-offsets.c
2011-01-25  Nobuhiro IwamatsuDivides variable of linker flags to LDFLAGS-u-boot...
2010-12-09  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-imx
2010-11-30  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-samsung
2010-11-19  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-i2c
2010-11-17  Sebastien CarlierSwitch from archive libraries to partial linking
2010-11-16  Minkyu KangMerge branch 'master' of git://git.denx.de/u-boot-arm
2010-11-12  Wolfgang DenkMerge branch 'master' of /home/wd/git/u-boot/master
2010-10-29  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-marvell
2010-10-29  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-imx
2010-10-29  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-samsung
2010-10-29  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-blackfin
2010-10-29  Wolfgang DenkMerge branch 'for-wd-master' of git://git.denx.de/u...
2010-10-29  Wolfgang DenkReplace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL...
2010-10-27  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-sparc
2010-10-26  Wolfgang DenkReplace CONFIG_SYS_GBL_DATA_SIZE by auto-generated...
2010-10-19  Wolfgang DenkMerge branch 'elf_reloc'
2010-10-19  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-imx
2010-10-18  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-nand...
2010-10-18  Wolfgang DenkRename TEXT_BASE into CONFIG_SYS_TEXT_BASE
2010-10-17  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-imx
2010-10-11  Wolfgang DenkMerge branch 'at91' of git://git.denx.de/u-boot-atmel
2010-10-11  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-imx
2010-10-11  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-x86
2010-10-07  Graeme Russx86: Implement fully relocatable image
2010-10-07  Graeme Russx86: Use loops instead of memcpy/memset in board_init_f
2010-10-07  Graeme Russx86: Rearrange linker script
2010-10-07  Graeme Russx86: Rename linker script symbols
2010-10-07  Graeme Russx86: Set cold/warm boot flag
2010-10-07  Graeme Russx86: Place global data below stack before entering C
2010-10-07  Graeme Russx86: Dont clobber %eax after getting memory size
2010-10-07  Graeme Russx86: Don't clobber %ebx
2010-10-07  Graeme Russx86: Remove usage of %ebp as a return pointer
2010-10-07  Graeme Russx86: Move ECC initialisation outside RAM initialisation
2010-10-07  Graeme Russx86: Remove progress indication in low-level init
2010-10-07  Graeme Russx86: Fix %ss and %esp in register structure for interrupts
2010-10-07  Graeme Russx86: Change compiler options
2010-10-07  Graeme Russx86: Coding Style Cleanup
2010-10-07  Graeme Russx86: Move loading of GTD to C code
2010-10-07  Graeme Russx86: use gc sections to reduce image size
2010-10-07  Graeme Russx86: zboot update
2010-10-07  Graeme Russx86: Make CONFIG_RELOC_FIXUP_WORKS generic for all...
2010-09-28  Wolfgang DenkMerge branch 'next' of /home/wd/git/u-boot/next
2010-09-23  Stefan RoeseRemove unused CONFIG_SERIAL_SOFTWARE_FIFO feature
2010-09-19  Heiko Schocherarm: get rid of bi_env
2010-09-19  Wolfgang DenkNew implementation for internal handling of environment...
2010-09-19  Wolfgang DenkMake getenv() work before relocation.
2010-09-15  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-nand...
2010-09-15  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-x86
2010-09-12  Graeme Russx86: Fix x86 Cold Boot
2010-09-12  Graeme Russx86: Fix do_go_exec() - const argv[]
2010-09-07  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-samsung
2010-08-10  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-marvell
2010-08-10  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-ti
2010-08-07  Wolfgang DenkMerge branch 'master' of /home/wd/git/u-boot/master
2010-08-03  Wolfgang DenkRename getenv_r() into getenv_f()
2010-07-06  Minkyu KangMerge branch 'master' of git://git.denx.de/u-boot
2010-07-04  Wolfgang DenkMake sure that argv[] argument pointers are not modified.
2010-05-31  Minkyu KangMerge branch 'master' of git://git.denx.de/u-boot-arm
2010-05-26  Wolfgang DenkCoding style cleanup, update CHANGELOG.
2010-05-21  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-imx
2010-05-06  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-i2c
2010-05-05  Graeme Russsc520: Fix minor DRAM Controller Setup bug
2010-05-05  Graeme Russsc520: Update to new AMD Copyright
2010-05-05  Graeme Russsc520: Board Specific PCI Init
2010-05-05  Graeme Russsc520: Move PCI defines to PCI include file
2010-05-05  Graeme Russsc520: Allow boards to override udelay
2010-05-05  Graeme Russx86: Fix support for booting bzImage
2010-05-05  Graeme Russx86: Provide weak PC/AT compatibility setup function
2010-05-05  Graeme Russx86: Use CONFIG_SERIAL_MULTI
2010-05-05  Graeme Russx86: Fix copying of Real-Mode code into RAM
2010-05-05  Graeme Russx86: Pass relocation offset into Global Data
2010-05-05  Graeme Russx86: Move GDT to a safe location in RAM
next