Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
c8fc959ed5ee5e7ef4acaba755a1d08e22e497ff
/
arch
/
i386
b859b8c
Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
by Nobuhiro Iwamatsu
· Thu Jan 06 10:23:54 2011 +0900
a8d426f
Switch from archive libraries to partial linking
by Sebastien Carlier
· Fri Nov 05 15:48:07 2010 +0100
d0813e5
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
by Wolfgang Denk
· Thu Oct 28 20:00:11 2010 +0200
0191e47
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
by Wolfgang Denk
· Tue Oct 26 14:34:52 2010 +0200
0708bc6
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
by Wolfgang Denk
· Thu Oct 07 21:51:12 2010 +0200
5d3c37f
x86: Implement fully relocatable image
by Graeme Russ
· Thu Oct 07 20:03:33 2010 +1100
9905285
x86: Use loops instead of memcpy/memset in board_init_f
by Graeme Russ
· Thu Oct 07 20:03:33 2010 +1100
fb4e2be
x86: Rearrange linker script
by Graeme Russ
· Thu Oct 07 20:03:32 2010 +1100
ae428db
x86: Rename linker script symbols
by Graeme Russ
· Thu Oct 07 20:03:31 2010 +1100
80ccbac
x86: Set cold/warm boot flag
by Graeme Russ
· Thu Oct 07 20:03:30 2010 +1100
5fb91cc
x86: Place global data below stack before entering C
by Graeme Russ
· Thu Oct 07 20:03:29 2010 +1100
2beb72d
x86: Dont clobber %eax after getting memory size
by Graeme Russ
· Thu Oct 07 20:03:28 2010 +1100
bcf0038
x86: Don't clobber %ebx
by Graeme Russ
· Thu Oct 07 20:03:28 2010 +1100
157b0e9
x86: Remove usage of %ebp as a return pointer
by Graeme Russ
· Thu Oct 07 20:03:27 2010 +1100
2c7ce41
x86: Move ECC initialisation outside RAM initialisation
by Graeme Russ
· Thu Oct 07 20:03:26 2010 +1100
8f12035
x86: Remove progress indication in low-level init
by Graeme Russ
· Thu Oct 07 20:03:24 2010 +1100
4326153
x86: Fix %ss and %esp in register structure for interrupts
by Graeme Russ
· Thu Oct 07 20:03:23 2010 +1100
bed10fa
x86: Change compiler options
by Graeme Russ
· Thu Oct 07 20:03:23 2010 +1100
3e6ec38
x86: Coding Style Cleanup
by Graeme Russ
· Thu Oct 07 20:03:21 2010 +1100
1ce0a60
x86: Move loading of GTD to C code
by Graeme Russ
· Thu Oct 07 20:03:21 2010 +1100
4cde5d0
x86: use gc sections to reduce image size
by Graeme Russ
· Thu Oct 07 20:03:20 2010 +1100
3134be2
x86: zboot update
by Graeme Russ
· Thu Oct 07 20:03:19 2010 +1100
e0e3015
x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boards
by Graeme Russ
· Thu Oct 07 20:03:18 2010 +1100
e602b4c
Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature
by Stefan Roese
· Wed Sep 15 09:33:25 2010 +0200
9fce7e4
arm: get rid of bi_env
by Heiko Schocher
· Fri Sep 17 13:10:28 2010 +0200
460a9ff
New implementation for internal handling of environment variables.
by Wolfgang Denk
· Sun Jun 20 23:33:59 2010 +0200
f710efd
Make getenv() work before relocation.
by Wolfgang Denk
· Sat Jul 24 20:22:02 2010 +0200
4fdcc42
x86: Fix x86 Cold Boot
by Graeme Russ
· Sun Aug 22 16:25:59 2010 +1000
757660f
x86: Fix do_go_exec() - const argv[]
by Graeme Russ
· Sun Aug 22 16:25:58 2010 +1000
76af278
Rename getenv_r() into getenv_f()
by Wolfgang Denk
· Sat Jul 24 21:55:43 2010 +0200
6262d021
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· Mon Jun 28 22:00:46 2010 +0200
be2034d
Coding style cleanup, update CHANGELOG.
by Wolfgang Denk
· Wed May 26 23:51:22 2010 +0200
7d04861
sc520: Fix minor DRAM Controller Setup bug
by Graeme Russ
· Sat Apr 24 00:06:00 2010 +1000
4d2a019
sc520: Update to new AMD Copyright
by Graeme Russ
· Sat Apr 24 00:05:59 2010 +1000
6a55457
sc520: Board Specific PCI Init
by Graeme Russ
· Sat Apr 24 00:05:54 2010 +1000
5514035
sc520: Move PCI defines to PCI include file
by Graeme Russ
· Sat Apr 24 00:05:53 2010 +1000
f5f1828
sc520: Allow boards to override udelay
by Graeme Russ
· Sat Apr 24 00:05:50 2010 +1000
1bab104
x86: Fix support for booting bzImage
by Graeme Russ
· Sat Apr 24 00:05:49 2010 +1000
a8d06b4
x86: Provide weak PC/AT compatibility setup function
by Graeme Russ
· Sat Apr 24 00:05:48 2010 +1000
06dfe37
x86: Use CONFIG_SERIAL_MULTI
by Graeme Russ
· Sat Apr 24 00:05:47 2010 +1000
1c7213e
x86: Fix copying of Real-Mode code into RAM
by Graeme Russ
· Sat Apr 24 00:05:45 2010 +1000
e07da07
x86: Pass relocation offset into Global Data
by Graeme Russ
· Sat Apr 24 00:05:44 2010 +1000
59da5a5
x86: Move GDT to a safe location in RAM
by Graeme Russ
· Sat Apr 24 00:05:43 2010 +1000
8accbb9
x86: Add RAM bootstrap functionality
by Graeme Russ
· Sat Apr 24 00:05:42 2010 +1000
b39f12f
x86: Split sc520 memory sizing versus reporting
by Graeme Russ
· Sat Apr 24 00:05:41 2010 +1000
73473de
x86: Fix sc520 memory size reporting
by Graeme Russ
· Sat Apr 24 00:05:40 2010 +1000
0b9fe9d
x86: Fix do_go_exec()
by Graeme Russ
· Sat Apr 24 00:05:39 2010 +1000
c39acb4
x86: Add register dump to crash handlers
by Graeme Russ
· Sat Apr 24 00:05:38 2010 +1000
0c5ced7
x86: Fix MMCR Access
by Graeme Russ
· Sat Apr 24 00:05:37 2010 +1000
d520c0e
x86: #ifdef out getenv_IPaddr()
by Graeme Russ
· Sat Apr 24 00:05:36 2010 +1000
969e777
x86: Add unaligned.h
by Graeme Russ
· Sat Apr 24 00:05:35 2010 +1000
16261b5
i386: Move cpu/i386/* to arch/i386/cpu/*
by Peter Tyser
· Mon Apr 12 22:28:17 2010 -0500
3cba3c1
Move architecture-specific includes to arch/$ARCH/include/asm
by Peter Tyser
· Mon Apr 12 22:28:08 2010 -0500
cede5d8
Move lib_$ARCH directories to arch/$ARCH/lib
by Peter Tyser
· Mon Apr 12 22:28:04 2010 -0500