Commit Graph

53 Commits (6d8962e814c15807dd6ac5757904be2a02d187b8)

Author SHA1 Message Date
Sebastien Carlier 6d8962e814 Switch from archive libraries to partial linking 14 years ago
Wolfgang Denk 2e5167ccad Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC 14 years ago
Wolfgang Denk 25ddd1fb0a Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 14 years ago
Wolfgang Denk 14d0a02a16 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE 14 years ago
Graeme Russ c868af3e57 x86: Implement fully relocatable image 14 years ago
Graeme Russ f2ff75c0a2 x86: Use loops instead of memcpy/memset in board_init_f 14 years ago
Graeme Russ 2219142658 x86: Rearrange linker script 14 years ago
Graeme Russ 067f9b1071 x86: Rename linker script symbols 14 years ago
Graeme Russ c81b26beb8 x86: Set cold/warm boot flag 14 years ago
Graeme Russ 161b3589ea x86: Place global data below stack before entering C 14 years ago
Graeme Russ 5a3876d2ac x86: Dont clobber %eax after getting memory size 14 years ago
Graeme Russ 5f2679055d x86: Don't clobber %ebx 14 years ago
Graeme Russ 88fa0a6eb9 x86: Remove usage of %ebp as a return pointer 14 years ago
Graeme Russ 00940a229d x86: Move ECC initialisation outside RAM initialisation 14 years ago
Graeme Russ 6ae032a86a x86: Remove progress indication in low-level init 14 years ago
Graeme Russ 7228efa3cb x86: Fix %ss and %esp in register structure for interrupts 14 years ago
Graeme Russ 5c161653db x86: Change compiler options 14 years ago
Graeme Russ 8ffb2e8f33 x86: Coding Style Cleanup 14 years ago
Graeme Russ 59c6d0ef9a x86: Move loading of GTD to C code 14 years ago
Graeme Russ d664adb6bb x86: use gc sections to reduce image size 14 years ago
Graeme Russ abe98f49e1 x86: zboot update 14 years ago
Graeme Russ 76d5763a49 x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boards 14 years ago
Stefan Roese 24956642ef Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature 14 years ago
Heiko Schocher 55e97429d1 arm: get rid of bi_env 14 years ago
Wolfgang Denk ea882baf9c New implementation for internal handling of environment variables. 14 years ago
Wolfgang Denk 91a76751a0 Make getenv() work before relocation. 14 years ago
Graeme Russ 797960fda1 x86: Fix x86 Cold Boot 14 years ago
Graeme Russ e69c0cba8f x86: Fix do_go_exec() - const argv[] 14 years ago
Wolfgang Denk cdb749778a Rename getenv_r() into getenv_f() 14 years ago
Wolfgang Denk 54841ab50c Make sure that argv[] argument pointers are not modified. 14 years ago
Wolfgang Denk c4976807cb Coding style cleanup, update CHANGELOG. 14 years ago
Graeme Russ 1f9f3cf6cc sc520: Fix minor DRAM Controller Setup bug 14 years ago
Graeme Russ d20053efdf sc520: Update to new AMD Copyright 14 years ago
Graeme Russ 21e67e796b sc520: Board Specific PCI Init 14 years ago
Graeme Russ 0278216b76 sc520: Move PCI defines to PCI include file 14 years ago
Graeme Russ 5204566e53 sc520: Allow boards to override udelay 14 years ago
Graeme Russ 95ffaba390 x86: Fix support for booting bzImage 14 years ago
Graeme Russ 79ea6b8701 x86: Provide weak PC/AT compatibility setup function 14 years ago
Graeme Russ bf16500f79 x86: Use CONFIG_SERIAL_MULTI 14 years ago
Graeme Russ 153c2d9f23 x86: Fix copying of Real-Mode code into RAM 14 years ago
Graeme Russ 2fb1bc4f53 x86: Pass relocation offset into Global Data 14 years ago
Graeme Russ c14a3669b2 x86: Move GDT to a safe location in RAM 14 years ago
Graeme Russ 077e1958ca x86: Add RAM bootstrap functionality 14 years ago
Graeme Russ 759598f82f x86: Split sc520 memory sizing versus reporting 14 years ago
Graeme Russ 4dba333b3c x86: Fix sc520 memory size reporting 14 years ago
Graeme Russ 9e08efcfee x86: Fix do_go_exec() 14 years ago
Graeme Russ 433ff2bdbc x86: Add register dump to crash handlers 14 years ago
Graeme Russ 64a0a4995e x86: Fix MMCR Access 14 years ago
Graeme Russ 535ad2db06 x86: #ifdef out getenv_IPaddr() 14 years ago
Graeme Russ 721c36705a x86: Add unaligned.h 14 years ago