Commit Graph

30 Commits (f82d15ead1badc329c4c804f0405e32289f46dd8)

Author SHA1 Message Date
Gabe Black b208c7f1d0 x86: Add support for CONFIG_OF_CONTROL 13 years ago
Gabe Black 8313315b9a x86: Initialise SPI if enabled 13 years ago
Graeme Russ c73c6de60c x86: Remove duplicate PCI init 13 years ago
Graeme Russ 8d61625d6a x86: Put global data on the stack 13 years ago
Marek Vasut 036036d79c serial: Remove CONFIG_SERIAL_MULTI from remaining sources 13 years ago
Mike Frysinger de30122bb5 net: move bootfile init into eth_initialize 13 years ago
Mike Frysinger 50a47d0523 net: punt bd->bi_ip_addr 13 years ago
Graeme Russ a1d57b7aba x86: Convert board_init_f_r to a processing loop 14 years ago
Graeme Russ d47ab0ecde x86: Split init functions out of board.c 14 years ago
Graeme Russ b156ff09aa x86: Move relocation code out of board.c 14 years ago
Graeme Russ 8e18e6e173 x86: Move setup_pcat_compatibility() out of board.c 14 years ago
Graeme Russ d13640b7c4 x86: Move do_go_exec() out of board.c 14 years ago
Graeme Russ 98f1fa9fd4 x86: Allow cache before copy to RAM 14 years ago
Graeme Russ d653244b12 x86: Create weak init_cache() and default enable_caches() functions 14 years ago
Graeme Russ 3766bb33a5 x86: Set GD_FLG_RELOC after entering in-RAM copy of U-Boot 14 years ago
Graeme Russ 9e6c572ff0 x86: Use fs for global data 14 years ago
Graeme Russ 240ab5aa21 x86: Rework relocation calculations 14 years ago
Graeme Russ f48dd6fc6c x86: Simplify Flash-to-RAM code execution transition 14 years ago
Graeme Russ 1176a7067a x86: Speed up copy-to-RAM and clear BSS operations 14 years ago
Gabe Black 60a9b6bfdd x86: Fix a few recently added bugs 14 years ago
Gabe Black 769db03a4a x86: Don't relocate symbols which point to things that aren't relocated 14 years ago
Graeme Russ 303418cc97 x86: Ensure IDT and GDT remain 16-byte aligned post relocation 14 years ago
Graeme Russ a76fc70ee1 x86: Provide more configuration granularity 14 years ago
Graeme Russ 83088afbba cosmetic: checkpatch cleanup of arch/x86/lib/*.c 14 years ago
Simon Glass f5ca20c6b6 x86: Use getenv_ulong() in place of getenv(), strtoul 14 years ago
Mike Frysinger e2a53458a7 net: drop !NET_MULTI code 14 years ago
Albert ARIBAUD fa82f871c8 Convert ISO-8859 files to UTF-8 14 years ago
Andreas Bießmann 09c2e90c11 unify version_string 14 years ago
Graeme Russ 5c8404aff1 Timer: Remove set_timer completely 14 years ago
Graeme Russ fea2572001 x86: Rename i386 to x86 14 years ago
Graeme Russ dbf7115a32 x86: Code cleanup 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 2e2613d2c4 x86: Move initial gd to fixed location 14 years ago
Graeme Russ 9963a8216e x86: Fix mangled umlauts 14 years ago
Wolfgang Denk 14d0a02a16 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE 15 years ago
Graeme Russ c868af3e57 x86: Implement fully relocatable image 15 years ago
Graeme Russ f2ff75c0a2 x86: Use loops instead of memcpy/memset in board_init_f 15 years ago
Graeme Russ 2219142658 x86: Rearrange linker script 15 years ago
Graeme Russ 067f9b1071 x86: Rename linker script symbols 15 years ago
Graeme Russ 161b3589ea x86: Place global data below stack before entering C 15 years ago
Stefan Roese 24956642ef Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature 15 years ago
Graeme Russ e69c0cba8f x86: Fix do_go_exec() - const argv[] 15 years ago