Commit Graph

87 Commits (846e325448ed591c4a5e8db55e2817b0ca013b0b)

Author SHA1 Message Date
Simon Glass 709ea543b9 stdio: Pass device pointer to stdio methods 11 years ago
Simon Glass 91d0be1dd8 stdio: Remove redundant code around stdio_register() calls 11 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 12 years ago
Dirk Eibach b8eee4354f Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM 12 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
Simon Glass bc2df1afb9 x86: Permit bootstage and timer data to be used prior to relocation 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 058d59b08d x86: Build vga video code only if CONFIG_VIDEO_VGA is defined 12 years ago
Gabe Black b208c7f1d0 x86: Add support for CONFIG_OF_CONTROL 12 years ago
Stefan Reinauer 05b71646a9 x86: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading 12 years ago
Gabe Black d65297b64d x86: Make calculate_relocation_address an overridable function 12 years ago
Gabe Black 842d33874f x86: Make the upper bound on relocated symbols closed instead of open 12 years ago
Gabe Black 32f98735f9 x86: Reorder x86's post relocation memory layout 12 years ago
Gabe Black 8313315b9a x86: Initialise SPI if enabled 12 years ago
Gabe Black ac31a7b81c x86: Implement arch_phys_memset so that it can wipe memory above 4GB 12 years ago
Duncan Laurie 0c3929092d x86: Fix off-by-one error in do_elf_reloc_fixups() 12 years ago
Simon Glass 1484311286 x86: Fix indirect jmp warning in zimage.c 12 years ago
Stefan Reinauer 61e0ea900a x86: Provide a function to clean up just before booting a zimage 12 years ago
Vadim Bendebury 3cdc18a8de x86: Add a CBMEM timestamp generated right before the kernel startup. 12 years ago
Vadim Bendebury 2f899e03a9 x86: Add function to read time stamp counter 12 years ago
Stefan Reinauer 5b1be1bd01 x86: Fix typo in pcat_timer.c 12 years ago
Gabe Black 5b5ece9ef4 x86: Allow compiling out realmode/bios code 12 years ago
Graeme Russ c73c6de60c x86: Remove duplicate PCI init 12 years ago
Graeme Russ 8d61625d6a x86: Put global data on the stack 12 years ago
Graeme Russ e4fb611649 x86: Forward declare gd_t 12 years ago
Marek Vasut 036036d79c serial: Remove CONFIG_SERIAL_MULTI from remaining sources 12 years ago
Mike Frysinger de30122bb5 net: move bootfile init into eth_initialize 13 years ago