Commit Graph

146 Commits (6213a68fe8da8be772e12def2302eb2bef85e1c9)

Author SHA1 Message Date
Simon Glass 949747b17f x86: Enable generic board 12 years ago
Simon Glass e424c15c1f x86: Enable generic board support 12 years ago
Simon Glass 86cfb6bdec x86: Use sections header to obtain link symbols 12 years ago
Simon Glass 1938f4a5b6 Introduce generic pre-relocation board_f.c 12 years ago
Simon Glass 716cc8cc7f Change stub example to use asm-generic/sections.h 12 years ago
Simon Glass 1865286466 Introduce generic link section.h symbol files 12 years ago
Albert ARIBAUD ef123c5253 Refactor linker-generated arrays 12 years ago
Simon Glass 62f7970a5a x86: Add error checking to x86 relocation code 12 years ago
Simon Glass f697d528ca x86: Support relocation of FDT on start-up 12 years ago
Simon Glass f82d15ead1 x86: Rearrange the output input to remove BSS 12 years ago
Simon Glass 4b491b8dde x86: Add an __end symbol to signal the end of the U-Boot binary 12 years ago
Simon Glass bc2df1afb9 x86: Permit bootstage and timer data to be used prior to relocation 12 years ago
Simon Glass 8937140957 x86: Add basic cache operations 12 years ago
Simon Glass 5e98947f9b x86: Add function to get top of usable ram 12 years ago
Simon Glass 96dfc0633a x86: Remove unused real mode code 12 years ago
Simon Glass 588a13f742 x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTOR 12 years ago
Simon Glass 1f3a581495 x86: Remove sc520 cpu 12 years ago
Gerald Van Baren 58864ddc72 Clean up libfdt.h includes 12 years ago
Kim Phillips 12e06fe03f treewide: include libfdt_env.h before fdt.h 12 years ago
Simon Glass 43cff66e03 x86: Use generic global_data 12 years ago
Simon Glass 6cb49c13f6 x86: Remove reset_status, relocoff from global_data 12 years ago
Simon Glass 5a35e6c48e x86: Move gd_addr into arch_global_data 12 years ago
Simon Glass 0cecc3b679 x86: Set up the global data pointer in C instead of asm 12 years ago
Simon Glass df4aa625a2 x86: Remove gdt_addr from arch_global_data 12 years ago
Simon Glass 5cb48582ac Add architecture-specific global data 12 years ago
Simon Glass 058d59b08d x86: Build vga video code only if CONFIG_VIDEO_VGA is defined 13 years ago
Simon Glass a94e9d70e3 x86: Remove video_init() prototype from u-boot-x86.h 13 years ago
Stefan Reinauer c94663170b x86: drop unused code in coreboot.c 13 years ago
Stefan Reinauer 2b9d2252aa x86: Remove coreboot_ from file name 13 years ago
Vadim Bendebury 1350f1cce1 x86: Provide a way to throttle port80 accesses 13 years ago
Vadim Bendebury 7c71034d3c x86: Provide tick counter and frequency reference for Intel core architecture 13 years ago
Duncan Laurie b83058cd23 x86: Issue SMI to finalize Coreboot in final stage 13 years ago
Duncan Laurie 488b8b242b x86: Fix MTRR clear to detect which MTRR to use 13 years ago
Stefan Reinauer 300081aa68 x86: Emit port 80 post codes in show_boot_progress() 13 years ago
Simon Glass 2712f08898 x86: fdt: Create basic .dtsi file for coreboot 13 years ago
Gabe Black ba74a0ffcb x86: coreboot: Set CONFIG_ARCH_DEVICE_TREE correctly 13 years ago
Gabe Black b208c7f1d0 x86: Add support for CONFIG_OF_CONTROL 13 years ago
Stefan Reinauer 05b71646a9 x86: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading 13 years ago
Gabe Black 91d82a29e7 x86: Add back cold- and warm-boot flags 13 years ago
Gabe Black 112a575e49 x86: Override calculate_relocation_address to use the e820 map 13 years ago
Gabe Black d65297b64d x86: Make calculate_relocation_address an overridable function 13 years ago
Gabe Black 842d33874f x86: Make the upper bound on relocated symbols closed instead of open 13 years ago
Gabe Black 32f98735f9 x86: Reorder x86's post relocation memory layout 13 years ago
Gabe Black 8313315b9a x86: Initialise SPI if enabled 13 years ago
Gabe Black ac31a7b81c x86: Implement arch_phys_memset so that it can wipe memory above 4GB 13 years ago
Gabe Black ec516c4899 x86: Increase the size of the phys_size_t and phys_addr_t types 13 years ago
Duncan Laurie 0c3929092d x86: Fix off-by-one error in do_elf_reloc_fixups() 13 years ago
Duncan Laurie 984d8b09fb x86: Ignore memory >4GB when parsing Coreboot tables 13 years ago
Simon Glass 1484311286 x86: Fix indirect jmp warning in zimage.c 13 years ago
Stefan Reinauer 17de114f9f x86: Clean up MTRR 7 right before jumping to the kernel 13 years ago