Commit Graph

362 Commits (67b90522640a27dc3c9b6d86d93dc0bf6596e8f8)

Author SHA1 Message Date
Bin Meng fe0c33a5ac x86: Clean up asm-offsets 10 years ago
Masahiro Yamada afc366f01b Replace <compiler.h> with <linux/compiler.h> 10 years ago
Simon Glass 0ca2426bea x86: Add support for running option ROMs natively 10 years ago
Bin Meng 1dae2e0eb6 x86: Refactor interrupt_init() 10 years ago
Bin Meng 4372a9eca5 x86: Call cpu_init_interrupts() from interrupt_init() 10 years ago
Simon Glass a0bd851ece x86: Set up edge triggering on interrupt 9 10 years ago
Simon Glass 512e581c86 x86: Panic if there is no relocation data 10 years ago
Simon Glass 65dd74a674 x86: ivybridge: Implement SDRAM init 10 years ago
Simon Glass 5c1b685e46 x86: Allow timer calibration to work on ivybridge 10 years ago
Simon Glass 003504b6fe x86: Remove unnecessary find_fdt(), prepare_fdt() functions 10 years ago
Bin Meng 258b1357c6 x86: Save TSC frequency in the global data 10 years ago
Bin Meng 80de049561 x86: Add quick TSC calibration via PIT 10 years ago
Bin Meng 076bb44b0e x86: Do TSC MSR calibration only for known/supported CPUs 10 years ago
Simon Glass 2c363cb003 x86: Correct a few progress message nits 10 years ago
Simon Glass 61643ae61a x86: bootm: Support booting a 64-bit raw kernel 10 years ago
Simon Glass 76539383ea x86: Move kernel boot function to arch/x86/lib/bootm.c 10 years ago
Simon Glass 7bddac947d x86: Move paging functions into cpu.c 10 years ago
Simon Glass 6bcb8ade30 x86: Use correct printf() format string for uintptr_t 10 years ago
Simon Glass 9c284ffd93 dm: x86: Remove ebp assembler warning in zimage.c 10 years ago
Masahiro Yamada dd43fa22de x86: set CONFIG_USE_PRIVATE_LIBGCC to y 10 years ago
Simon Glass 97d1e0c850 x86: Allow cmdline setup in setup_zimage() to be optional 10 years ago
Simon Glass 0d0ba59ccd x86: Rewrite bootm.c to make it similar to ARM 10 years ago
Masahiro Yamada c79cba37b3 cosmetic: replace MIN, MAX with min, max 10 years ago
Simon Glass 709ea543b9 stdio: Pass device pointer to stdio methods 10 years ago
Simon Glass 91d0be1dd8 stdio: Remove redundant code around stdio_register() calls 10 years ago
Masahiro Yamada 254d68b601 kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib 11 years ago
Masahiro Yamada b6e53eb320 kbuild, x86: use a short log for arch/x86/lib/libgcc.a 11 years ago
Masahiro Yamada 6ab6b2afa0 dts: re-write dts/Makefile more simply with Kbuild 11 years ago
Masahiro Yamada 9e4140329e kbuild: change out-of-tree build 11 years ago
Masahiro Yamada 3954b739b3 x86: convert makefiles to Kbuild style 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Dirk Eibach b8eee4354f Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM 11 years ago
Simon Glass 7af26b1669 blackfin: x86: bootm: Handle PREP stage of bootm 12 years ago
Simon Glass d8819f94d5 x86: Support tracing function 12 years ago
Simon Glass bdc7d5cda3 x86: Correct missing local variable in bootm 12 years ago
Simon Glass d0b6f247a1 x86: Re-enable PCAT timer 2 for beeping 12 years ago
Simon Glass f9083bbe78 x86: Remove ISR timer 12 years ago
Simon Glass e761ecdbb8 x86: Add TSC timer 12 years ago
Simon Glass 7949703a95 x86: Rationalise kernel booting logic and bootstage 12 years ago
Simon Glass 7282d834cd x86: Declare global_data pointer when it is used 12 years ago
Simon Glass fa790fa0a9 x86: Remove legacy board init code 12 years ago
Simon Glass dfdedd9c2e x86: Remove unused bios/pci code 12 years ago
Andreas Bießmann d2eae43ba8 lib: consolidate hang() 12 years ago
Simon Glass 192868b061 x86: Move PCI init before SPI init 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 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 4b491b8dde x86: Add an __end symbol to signal the end of the U-Boot binary 12 years ago