Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
f57689e795c6b28db15e307536ec821426bba145
/
arch
/
i386
1466641
Coding Style cleanup: remove trailing empty lines
by Wolfgang Denk
· 14 years ago
6dc1eceb
Introduce a new linker flag LDFLAGS_FINAL
by Haiying Wang
· 14 years ago
6002bf0
sc520: Release CAR and enable caching
by Graeme Russ
· 14 years ago
e4f78d7
x86: Convert board_init_f to use an init_sequence
by Graeme Russ
· 14 years ago
a382414
x86: Rearrange function calls in board_init_f
by Graeme Russ
· 14 years ago
71a5404
x86: Split board_init_f() into init_fnc_t compatible functions
by Graeme Russ
· 14 years ago
5fed821
x86: Fix incorrect usage of relocation offset
by Graeme Russ
· 14 years ago
0b23785
x86: Move console initialisation into board_init_f
by Graeme Russ
· 14 years ago
bf6af15
x86: Move test for cold boot into init functions
by Graeme Russ
· 14 years ago
c869e2a
x86: Move call to dram_init_f into board_init_f
by Graeme Russ
· 14 years ago
fb00290
x86: Defer setup of final stack
by Graeme Russ
· 14 years ago
96cd664
sc520: Move RAM sizing code from asm to C
by Graeme Russ
· 14 years ago
ed4cba7
x86: Use Cache-As-RAM for initial stack
by Graeme Russ
· 14 years ago
2e2613d
x86: Move initial gd to fixed location
by Graeme Russ
· 14 years ago
6d0cb34
sc520: Remove printf calls from cpu_init_f
by Graeme Russ
· 14 years ago
870847f
sc520: Move board specific settings to board init function
by Graeme Russ
· 14 years ago
c2cbbaf
sc520: Define MMCR address in include file
by Graeme Russ
· 14 years ago
0ea76e9
x86: Make cpu init functions weak
by Graeme Russ
· 14 years ago
4e33467
x86: Call early_board_init when warm booting
by Graeme Russ
· 14 years ago
0c24c9c
x86: Add processor flags header from linux
by Graeme Russ
· 14 years ago
c53fd2b
x86: Move Global Descriptor Table defines to processor.h
by Graeme Russ
· 14 years ago
ca56a4c
x86: Add stack dump to register dump
by Graeme Russ
· 14 years ago
9963a82
x86: Fix mangled umlauts
by Graeme Russ
· 14 years ago
0640e40
sc520: Sort Makefile
by Graeme Russ
· 14 years ago
3a25e94
x86: Parametize values used in linker script
by Graeme Russ
· 14 years ago
a85f53c
x86: Align config.mk and linker scripts with other arches
by Graeme Russ
· 14 years ago
de47cbe
x86: Fix definition of global_data struct for asm-offsets.c
by Graeme Russ
· 14 years ago
8aba9dc
Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
by Nobuhiro Iwamatsu
· 14 years ago
6d8962e
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
2e5167c
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
by Wolfgang Denk
· 14 years ago
25ddd1f
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
by Wolfgang Denk
· 14 years ago
14d0a02
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
by Wolfgang Denk
· 14 years ago
c868af3
x86: Implement fully relocatable image
by Graeme Russ
· 14 years ago
f2ff75c
x86: Use loops instead of memcpy/memset in board_init_f
by Graeme Russ
· 14 years ago
2219142
x86: Rearrange linker script
by Graeme Russ
· 14 years ago
067f9b1
x86: Rename linker script symbols
by Graeme Russ
· 14 years ago
c81b26b
x86: Set cold/warm boot flag
by Graeme Russ
· 14 years ago
161b358
x86: Place global data below stack before entering C
by Graeme Russ
· 14 years ago
5a3876d
x86: Dont clobber %eax after getting memory size
by Graeme Russ
· 14 years ago
5f26790
x86: Don't clobber %ebx
by Graeme Russ
· 14 years ago
88fa0a6
x86: Remove usage of %ebp as a return pointer
by Graeme Russ
· 14 years ago
00940a2
x86: Move ECC initialisation outside RAM initialisation
by Graeme Russ
· 14 years ago
6ae032a
x86: Remove progress indication in low-level init
by Graeme Russ
· 14 years ago
7228efa
x86: Fix %ss and %esp in register structure for interrupts
by Graeme Russ
· 14 years ago
5c16165
x86: Change compiler options
by Graeme Russ
· 14 years ago
8ffb2e8
x86: Coding Style Cleanup
by Graeme Russ
· 14 years ago
59c6d0e
x86: Move loading of GTD to C code
by Graeme Russ
· 14 years ago
d664adb
x86: use gc sections to reduce image size
by Graeme Russ
· 14 years ago
abe98f4
x86: zboot update
by Graeme Russ
· 14 years ago
76d5763
x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boards
by Graeme Russ
· 14 years ago
2495664
Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature
by Stefan Roese
· 14 years ago
55e9742
arm: get rid of bi_env
by Heiko Schocher
· 14 years ago
ea882ba
New implementation for internal handling of environment variables.
by Wolfgang Denk
· 14 years ago
91a7675
Make getenv() work before relocation.
by Wolfgang Denk
· 14 years ago
797960f
x86: Fix x86 Cold Boot
by Graeme Russ
· 14 years ago
e69c0cb
x86: Fix do_go_exec() - const argv[]
by Graeme Russ
· 14 years ago
cdb7497
Rename getenv_r() into getenv_f()
by Wolfgang Denk
· 14 years ago
54841ab
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
c497680
Coding style cleanup, update CHANGELOG.
by Wolfgang Denk
· 14 years ago
1f9f3cf
sc520: Fix minor DRAM Controller Setup bug
by Graeme Russ
· 15 years ago
d20053e
sc520: Update to new AMD Copyright
by Graeme Russ
· 15 years ago
21e67e7
sc520: Board Specific PCI Init
by Graeme Russ
· 15 years ago
0278216
sc520: Move PCI defines to PCI include file
by Graeme Russ
· 15 years ago
5204566
sc520: Allow boards to override udelay
by Graeme Russ
· 15 years ago
95ffaba
x86: Fix support for booting bzImage
by Graeme Russ
· 15 years ago
79ea6b8
x86: Provide weak PC/AT compatibility setup function
by Graeme Russ
· 15 years ago
bf16500
x86: Use CONFIG_SERIAL_MULTI
by Graeme Russ
· 15 years ago
153c2d9
x86: Fix copying of Real-Mode code into RAM
by Graeme Russ
· 15 years ago
2fb1bc4
x86: Pass relocation offset into Global Data
by Graeme Russ
· 15 years ago
c14a366
x86: Move GDT to a safe location in RAM
by Graeme Russ
· 15 years ago
077e195
x86: Add RAM bootstrap functionality
by Graeme Russ
· 15 years ago
759598f
x86: Split sc520 memory sizing versus reporting
by Graeme Russ
· 15 years ago
4dba333
x86: Fix sc520 memory size reporting
by Graeme Russ
· 15 years ago
9e08efc
x86: Fix do_go_exec()
by Graeme Russ
· 15 years ago
433ff2b
x86: Add register dump to crash handlers
by Graeme Russ
· 15 years ago
64a0a49
x86: Fix MMCR Access
by Graeme Russ
· 15 years ago
535ad2d
x86: #ifdef out getenv_IPaddr()
by Graeme Russ
· 15 years ago
721c367
x86: Add unaligned.h
by Graeme Russ
· 15 years ago
e9a8828
i386: Move cpu/i386/* to arch/i386/cpu/*
by Peter Tyser
· 15 years ago
819833a
Move architecture-specific includes to arch/$ARCH/include/asm
by Peter Tyser
· 15 years ago
ea0364f
Move lib_$ARCH directories to arch/$ARCH/lib
by Peter Tyser
· 15 years ago