Commit Graph

68 Commits (044fc14bcbcd2a344a2e63c083852fb4af82b96d)

Author SHA1 Message Date
Marek Vasut 8b493a5236 common: Discard the __u_boot_cmd section 12 years ago
Marek Vasut 556751427b common: Add .u_boot_list into all linker files 12 years ago
Simon Glass 55f97c1bfb x86: Change global data baudrate to int 12 years ago
Marek Vasut 036036d79c serial: Remove CONFIG_SERIAL_MULTI from remaining sources 12 years ago
Mike Frysinger 47fde91f0c global_data: unify global flag defines 12 years ago
Mike Frysinger de30122bb5 net: move bootfile init into eth_initialize 12 years ago
Mike Frysinger 50a47d0523 net: punt bd->bi_ip_addr 12 years ago
Mike Frysinger ae806cc6ab sc520: fix build warning about unused temp var 13 years ago
Graeme Russ a1d57b7aba x86: Convert board_init_f_r to a processing loop 13 years ago
Graeme Russ d47ab0ecde x86: Split init functions out of board.c 13 years ago
Graeme Russ b156ff09aa x86: Move relocation code out of board.c 13 years ago
Graeme Russ 8e18e6e173 x86: Move setup_pcat_compatibility() out of board.c 13 years ago
Graeme Russ d13640b7c4 x86: Move do_go_exec() out of board.c 13 years ago
Graeme Russ b843f31193 CHECKPATCH: arch/x86/lib/* 13 years ago
Graeme Russ 58c7a6751d x86: Tweak IDT and GDT for alignment and readability 13 years ago
Graeme Russ 98f1fa9fd4 x86: Allow cache before copy to RAM 13 years ago
Graeme Russ d653244b12 x86: Create weak init_cache() and default enable_caches() functions 13 years ago
Graeme Russ 3766bb33a5 x86: Set GD_FLG_RELOC after entering in-RAM copy of U-Boot 13 years ago
Graeme Russ 9e6c572ff0 x86: Use fs for global data 13 years ago
Graeme Russ 240ab5aa21 x86: Rework relocation calculations 13 years ago
Graeme Russ f48dd6fc6c x86: Simplify Flash-to-RAM code execution transition 13 years ago
Graeme Russ 74bfbe1ba5 x86: Rework Global Descriptor Table loading 13 years ago
Graeme Russ 109ad143f8 x86: Remove GDR related magic numbers 13 years ago
Graeme Russ 1176a7067a x86: Speed up copy-to-RAM and clear BSS operations 13 years ago
Graeme Russ b2c2a03842 x86: Import glibc memcpy implementation 13 years ago
Gabe Black 6f9d9986d5 x86: Add support for specifying an initrd with the zboot command 13 years ago
Gabe Black 69370d144a x86: Refactor the zboot innards so they can be reused with a vboot image 13 years ago
Gabe Black f08fa7a201 x86: Add infrastructure to extract an e820 table from the coreboot tables 13 years ago
Gabe Black 233dbc1194 x86: Add support for booting Linux using the 32 bit boot protocol 13 years ago
Gabe Black d3a2bc3fd1 x86: Clean up the x86 zimage code in preparation to extend it 13 years ago
Gabe Black 63f559cd12 x86: Import code from coreboot's libpayload to parse the coreboot table 13 years ago
Gabe Black ef5a5b0049 x86: Initial commit for running as a coreboot payload 13 years ago
Gabe Black 36b2409a3d x86: Wrap small helper functions from libgcc to avoid an ABI mismatch 13 years ago
Gabe Black dbaef6ef33 x86: Import the glibc memset implementation 13 years ago
Gabe Black 60a9b6bfdd x86: Fix a few recently added bugs 13 years ago
Gabe Black 769db03a4a x86: Don't relocate symbols which point to things that aren't relocated 13 years ago
Gabe Black 03228b26d5 x86: Fix how the location of the realmode and bios blobs are calculated 13 years ago
Graeme Russ 2f0e0cd246 x86: Misc cleanups 13 years ago
Graeme Russ 1cfcf03701 x86: Misc PCI touchups 13 years ago
Graeme Russ 303418cc97 x86: Ensure IDT and GDT remain 16-byte aligned post relocation 13 years ago
Graeme Russ a76fc70ee1 x86: Provide more configuration granularity 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
Graeme Russ 83088afbba cosmetic: checkpatch cleanup of arch/x86/lib/*.c 13 years ago
Graeme Russ 01a0f5a1eb cosmetic: checkpatch cleanup of arch/x86/cpu/sc520/*.c 13 years ago
Graeme Russ 717979fdd7 cosmetic: checkpatch cleanup of arch/x86/cpu/*.c 13 years ago
Graeme Russ 6d7404c4c1 x86: Call hang() on unrecoverable exception 13 years ago
Wolfgang Denk cca4e4aec1 Reduce build times 13 years ago
Gabe Black 4c1c355a68 x86: Fix a compiler warning in arch/x86/lib/realmode.c 13 years ago