Commit Graph

79 Commits (5e987ddf855b959f1f112da49082e3c4235cef59)

Author SHA1 Message Date
Graeme Russ 6002bf03b4 sc520: Release CAR and enable caching 14 years ago
Graeme Russ e4f78d78d7 x86: Convert board_init_f to use an init_sequence 14 years ago
Graeme Russ a3824142e7 x86: Rearrange function calls in board_init_f 14 years ago
Graeme Russ 71a5404974 x86: Split board_init_f() into init_fnc_t compatible functions 14 years ago
Graeme Russ 5fed82110d x86: Fix incorrect usage of relocation offset 14 years ago
Graeme Russ 0b2378557c x86: Move console initialisation into board_init_f 14 years ago
Graeme Russ bf6af154a4 x86: Move test for cold boot into init functions 14 years ago
Graeme Russ c869e2ac46 x86: Move call to dram_init_f into board_init_f 14 years ago
Graeme Russ fb0029088e x86: Defer setup of final stack 14 years ago
Graeme Russ 96cd66426a sc520: Move RAM sizing code from asm to C 14 years ago
Graeme Russ ed4cba79d6 x86: Use Cache-As-RAM for initial stack 14 years ago
Graeme Russ 2e2613d2c4 x86: Move initial gd to fixed location 14 years ago
Graeme Russ 6d0cb34954 sc520: Remove printf calls from cpu_init_f 14 years ago
Graeme Russ 870847f5c5 sc520: Move board specific settings to board init function 14 years ago
Graeme Russ c2cbbaf0b4 sc520: Define MMCR address in include file 14 years ago
Graeme Russ 0ea76e92e9 x86: Make cpu init functions weak 14 years ago
Graeme Russ 4e33467d44 x86: Call early_board_init when warm booting 14 years ago
Graeme Russ 0c24c9cc71 x86: Add processor flags header from linux 14 years ago
Graeme Russ c53fd2bb6d x86: Move Global Descriptor Table defines to processor.h 14 years ago
Graeme Russ ca56a4ceec x86: Add stack dump to register dump 14 years ago
Graeme Russ 9963a8216e x86: Fix mangled umlauts 14 years ago
Graeme Russ 0640e40272 sc520: Sort Makefile 14 years ago
Graeme Russ 3a25e94410 x86: Parametize values used in linker script 14 years ago
Graeme Russ a85f53cd3f x86: Align config.mk and linker scripts with other arches 14 years ago
Graeme Russ de47cbe686 x86: Fix definition of global_data struct for asm-offsets.c 14 years ago
Nobuhiro Iwamatsu 8aba9dceeb Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS 14 years ago
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 15 years ago