Commit Graph

35 Commits (8b7d51249eca113c4965a7c417f33d7eb569434b)

Author SHA1 Message Date
Simon Glass e5aa8a9b15 x86: Support a chained-boot development flow 9 years ago
Albert ARIBAUD ecc306639e Fix board init code to respect the C runtime environment 9 years ago
Simon Glass 60994a02a5 x86: Init the debug UART if enabled 9 years ago
Bin Meng 48aa6c2614 x86: fsp: Add comments about U-Boot entering start.S twice 10 years ago
Bin Meng 57b10f59b7 x86: fsp: Enlarge the size of malloc() pool before relocation 10 years ago
Simon Glass f0c7d9c746 x86: Switch to using generic global_data setup 10 years ago
Simon Glass bbbe55f6f2 x86: Enable debug UART for Minnowmax 10 years ago
Simon Glass 42fde30500 x86: Add support for passing tables into U-Boot 10 years ago
Simon Glass 83ec7de3bc x86: Tidy up global_data flags 10 years ago
Simon Glass da3a95d60b x86: Add various minor tidy-ups to the 32-bit startup code 10 years ago
Bin Meng aefaff8ed8 x86: fsp: Move FspInitEntry call to board_init_f() 10 years ago
Rob Herring 7682a99826 remove unnecessary version.h includes 10 years ago
Simon Glass 801d70ce02 x86: Disable CAR before relocation on platforms that need it 10 years ago
Bin Meng bceb9f0fc8 x86: Support Intel FSP initialization path in start.S 10 years ago
Bin Meng fe0c33a5ac x86: Clean up asm-offsets 10 years ago
Simon Glass 65dd74a674 x86: ivybridge: Implement SDRAM init 10 years ago
Simon Glass d1cd045982 x86: Emit post codes in startup code for Chromebooks 10 years ago
Simon Glass f67cd51e65 x86: Save the BIST value on reset 10 years ago
Simon Glass 76f90f3020 x86: Tidy up global descriptor table setup 10 years ago
Simon Glass 5dbcaa2128 dm: x86: Support pre-reloc malloc() 10 years ago
Simon Glass fbd7282426 dm: x86: Zero global data before board_init_f() 10 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Simon Glass 0cecc3b679 x86: Set up the global data pointer in C instead of asm 12 years ago
Gabe Black 91d82a29e7 x86: Add back cold- and warm-boot flags 12 years ago
Graeme Russ 8d61625d6a x86: Put global data on the stack 12 years ago
Graeme Russ 9e6c572ff0 x86: Use fs for global data 13 years ago
Graeme Russ f48dd6fc6c x86: Simplify Flash-to-RAM code execution transition 13 years ago
Graeme Russ 109ad143f8 x86: Remove GDR related magic numbers 13 years ago
Graeme Russ 2f0e0cd246 x86: Misc cleanups 13 years ago
Graeme Russ a206cc2343 x86: Add multiboot header 13 years ago
Graeme Russ 311b1a2b38 sc520: Create arch asm-offsets 13 years ago
Graeme Russ facc9e7bf4 x86: Punt cold- and warm-boot flags 13 years ago
Albert ARIBAUD fa82f871c8 Convert ISO-8859 files to UTF-8 14 years ago
Mike Williams 1626308797 cleanup: Fix typos and misspellings in various files. 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 5fed82110d x86: Fix incorrect usage of relocation offset 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 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 9963a8216e x86: Fix mangled umlauts 14 years ago
Graeme Russ c868af3e57 x86: Implement fully relocatable image 15 years ago
Graeme Russ c81b26beb8 x86: Set cold/warm boot flag 15 years ago
Graeme Russ 161b3589ea x86: Place global data below stack before entering C 15 years ago
Graeme Russ 5a3876d2ac x86: Dont clobber %eax after getting memory size 15 years ago
Graeme Russ 5f2679055d x86: Don't clobber %ebx 15 years ago