Age | Commit message (Expand) | Author |
2014-07-30 | kconfig: delete redundant CONFIG_${ARCH} definition | Masahiro Yamada |
2014-07-30 | kconfig: add board Kconfig and defconfig files | Masahiro Yamada |
2014-07-23 | stdio: Pass device pointer to stdio methods | Simon Glass |
2014-07-23 | stdio: Remove redundant code around stdio_register() calls | Simon Glass |
2014-06-23 | x86: Enable 32-bit build using x86_64 multilib toolchain | Vasili Galka |
2014-06-20 | Makefile: Support include files for .dts files | Simon Glass |
2014-03-28 | kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib | Masahiro Yamada |
2014-03-12 | x86: specify CONFIG_USE_PRIVATE_LIBGCC more simply | Masahiro Yamada |
2014-03-12 | kbuild, x86: use a short log for arch/x86/lib/libgcc.a | Masahiro Yamada |
2014-03-07 | kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC | Masahiro Yamada |
2014-03-04 | x86: Delete redundant compiler flags | Masahiro Yamada |
2014-02-19 | dts: generate multiple device tree blobs | Masahiro Yamada |
2014-02-19 | dts: move device tree sources to arch/$(ARCH)/dts/ | Masahiro Yamada |
2014-02-19 | dts: re-write dts/Makefile more simply with Kbuild | Masahiro Yamada |
2014-02-19 | kbuild: change out-of-tree build | Masahiro Yamada |
2014-01-24 | x86: delete unused header files | Masahiro Yamada |
2013-11-08 | cosmetic: remove empty lines at the top of file | Masahiro Yamada |
2013-11-01 | x86: convert makefiles to Kbuild style | Masahiro Yamada |
2013-10-14 | Coding Style cleanup: remove trailing white space | Wolfgang Denk |
2013-08-19 | SPDX-License-Identifier: convert BSD-3-Clause files | Wolfgang Denk |
2013-08-02 | config: don't define CONFIG_ARCH_DEVICE_TREE | Stephen Warren |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-07-16 | Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM | Dirk Eibach |
2013-07-12 | blackfin: x86: bootm: Handle PREP stage of bootm | Simon Glass |
2013-06-26 | x86: Support tracing function | Simon Glass |
2013-06-26 | x86: Correct missing local variable in bootm | Simon Glass |
2013-05-13 | x86: Add coreboot timestamps | Simon Glass |
2013-05-13 | x86: Support adding coreboot timestanps to bootstage | Simon Glass |
2013-05-13 | x86: Re-enable PCAT timer 2 for beeping | Simon Glass |
2013-05-13 | x86: Remove ISR timer | Simon Glass |
2013-05-13 | x86: Remove old broken timer implementation | Simon Glass |
2013-05-13 | x86: Add TSC timer | Simon Glass |
2013-05-13 | x86: Rationalise kernel booting logic and bootstage | Simon Glass |
2013-05-13 | x86: Implement panic output for coreboot | Simon Glass |
2013-05-13 | x86: Declare global_data pointer when it is used | Simon Glass |
2013-05-13 | x86: Remove legacy board init code | Simon Glass |
2013-05-13 | x86: Remove unused portion of link script | Simon Glass |
2013-05-13 | x86: Remove unused bios/pci code | Simon Glass |
2013-05-01 | lib: consolidate hang() | Andreas Bießmann |
2013-04-15 | x86: Fix DRAM bank size init with generic board | Simon Glass |
2013-03-19 | x86: Move PCI init before SPI init | Simon Glass |
2013-03-18 | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini |
2013-03-15 | x86: Enable generic board | Simon Glass |
2013-03-15 | x86: Enable generic board support | Simon Glass |
2013-03-15 | x86: Use sections header to obtain link symbols | Simon Glass |
2013-03-15 | Introduce generic pre-relocation board_f.c | Simon Glass |
2013-03-15 | Change stub example to use asm-generic/sections.h | Simon Glass |
2013-03-15 | Introduce generic link section.h symbol files | Simon Glass |
2013-03-12 | Refactor linker-generated arrays | Albert ARIBAUD |
2013-03-04 | x86: Add error checking to x86 relocation code | Simon Glass |