- 0e9c633 x86: Set up edge triggering on interrupt 9 by Simon Glass · 10 years ago
- 75a042b x86: pci: Add handlers before and after a PCI hose scan by Simon Glass · 10 years ago
- 31f88f4 x86: Add ioapic.h header by Simon Glass · 10 years ago
- 20ec253 x86: Factor out common values in the link script by Simon Glass · 10 years ago
- 1eb8ebc x86: Ensure that all relocation data is included in the image by Simon Glass · 10 years ago
- 2a883d7 x86: Panic if there is no relocation data by Simon Glass · 10 years ago
- d9de96d x86: Remove board_early_init_r() by Simon Glass · 10 years ago
- 6e3af1e x86: Add ivybridge directory to Makefile by Simon Glass · 10 years ago
- 4b3175f Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
- 36f9f1b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
- 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
- b660ae7 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
- b5c9ed3 arm: imx: stop sata on boot by Nikita Kiryanov · 10 years ago
- b9666d6 sata: implement reset_sata for dwc_ahsata by Nikita Kiryanov · 10 years ago
- 63659b7 arm: mx6: introduce disable_sata_clock by Nikita Kiryanov · 10 years ago
- 63fb548 ARM: bootm: Allow booting in secure mode on hyp capable systems by Hans de Goede · 10 years ago
- 8543735 ARM: Add arch/arm/cpu/armv7/Kconfig with non-secure and virt options by Hans de Goede · 10 years ago
- 378da103 sandbox: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
- 7cd60e4 tegra: do not descend into empty directories by Masahiro Yamada · 10 years ago
- abde127 kbuild: use SoC-specific CONFIG to descend into SoC directory by Masahiro Yamada · 10 years ago
- 2024319 x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory by Masahiro Yamada · 10 years ago
- 40e73b1 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · 10 years ago
- 1c5f31c ARM: bcm: Enable five Cygnus boards by Steve Rae · 10 years ago
- db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
- f19692c mx6: thermal: Check cpu temperature via thermal sensor by Ye.Li · 10 years ago
- 59f3be3 mx6: clock: Add thermal clock enable function by Nitin Garg · 10 years ago
- 3df10c0 dm: arm: spl: Make driver model linker lists available by Simon Glass · 10 years ago
- 8aaab90 dm: arm: spl: Allow simple malloc() in SPL by Simon Glass · 10 years ago
- 7cbab24 dm: at91: Add driver model support for the serial driver by Simon Glass · 10 years ago
- c210f8b dm: at91: Add platform data for GPIO on at91sam9260-based boards by Simon Glass · 10 years ago
- 4d71788 dm: at91: Add driver model support for atmel GPIO driver by Simon Glass · 10 years ago
- 26a2240 x86: Rename chromebook-x86 to coreboot by Simon Glass · 10 years ago
- 268eefd x86: ivybridge: Implement SDRAM init by Simon Glass · 10 years ago
- d22f5c9 x86: ivybridge: Add LAPIC support by Simon Glass · 10 years ago
- 9f0afe7 x86: Make show_boot_progress() common by Simon Glass · 10 years ago
- 9a44768 x86: chromebook_link: Enable GPIO support by Simon Glass · 10 years ago
- 60af017 x86: ivybridge: Add support for early GPIO init by Simon Glass · 10 years ago
- 30580fc x86: ivybridge: Add early init for PCH devices by Simon Glass · 10 years ago
- 0c84eec x86: dts: Add microcode updates for ivybridge CPU by Simon Glass · 10 years ago
- f79d538 x86: ivybridge: Perform Intel microcode update on boot by Simon Glass · 10 years ago
- 367077a x86: ivybridge: Check BIST value on boot by Simon Glass · 10 years ago
- f226c41 x86: ivybridge: Perform initial CPU setup by Simon Glass · 10 years ago
- f41118e x86: Add msr read/write functions that use a structure by Simon Glass · 10 years ago
- d57ad48 x86: Add clr/setbits functions by Simon Glass · 10 years ago
- 59762bc x86: Tidy up coreboot header usage by Simon Glass · 10 years ago
- dcfac35 x86: ivybridge: Add early LPC init so that serial works by Simon Glass · 10 years ago
- a205b1d x86: pci: Allow configuration before relocation by Simon Glass · 10 years ago
- 3274ae0 x86: ivybridge: Enable PCI in early init by Simon Glass · 10 years ago
- a54d981 x86: Support use of PCI before relocation by Simon Glass · 10 years ago
- 7680550 x86: Refactor PCI to permit alternate init by Simon Glass · 10 years ago
- 98f139b x86: chromebook_link: Implement CAR support (cache as RAM) by Simon Glass · 10 years ago
- 245561d x86: Emit post codes in startup code for Chromebooks by Simon Glass · 10 years ago
- 6622b34 x86: Build a .rom file which can be flashed to an x86 machine by Simon Glass · 10 years ago
- 0b36ecd x86: Add chromebook_link board by Simon Glass · 10 years ago
- 40a8c35 x86: Allow timer calibration to work on ivybridge by Simon Glass · 10 years ago
- 588751a x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory by Masahiro Yamada · 10 years ago
- 543bb14 x86: Replace fill_processor_name() with cpu_get_name() by Simon Glass · 10 years ago
- 2e733b1 x86: Remove unnecessary find_fdt(), prepare_fdt() functions by Simon Glass · 10 years ago
- be36df6 x86: Add processor functions to halt and get stack pointer by Simon Glass · 10 years ago
- 14a89a9 x86: Fix a warning with gcc 4.4.4 by Simon Glass · 10 years ago
- aed37bf x86: Save TSC frequency in the global data by Bin Meng · 10 years ago
- bba9705 x86: Add quick TSC calibration via PIT by Bin Meng · 10 years ago
- 49f7099 x86: Do TSC MSR calibration only for known/supported CPUs by Bin Meng · 10 years ago
- 035c1d2 x86: Do CPU identification in the early phase by Bin Meng · 10 years ago
- 1f4476c x86: Save the BIST value on reset by Simon Glass · 10 years ago
- 8337433 x86: Fix up some missing prototypes by Simon Glass · 10 years ago
- 19a8b12 x86: Use the standard arch_cpu_init() function by Simon Glass · 10 years ago
- 8aa7873 x86: Use the standard dram_init() function by Simon Glass · 10 years ago
- a4fd0db x86: Tidy up global descriptor table setup by Simon Glass · 10 years ago
- 727c414 x86: Invalidate TLB as early as possible by Simon Glass · 10 years ago
- cbfd7ff x86: Remove board_init16() call which is not used by Simon Glass · 10 years ago
- 0a50d3b x86: Remove REALMODE_BASE which is no longer used by Simon Glass · 10 years ago
- bd42662 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
- eff8e68 replace DIV_ROUND with DIV_ROUND_CLOSEST by Masahiro Yamada · 10 years ago
- a8b4c8c ARM: remove CONFIG_ARM1136 defines by Masahiro Yamada · 10 years ago
- 4fb5d07 ARM: remove CONFIG_ARM926EJS defines by Masahiro Yamada · 10 years ago
- 7a5b292 ARM: remove CONFIG_ARM920T defines by Masahiro Yamada · 10 years ago
- 062f654 ARM: remove CONFIG_ARMV7 defines by Masahiro Yamada · 10 years ago
- ba61342 mx6: add weim registers by Fabio Estevam · 10 years ago
- 16e65f6 imx: consolidate set_chipselect_size function by Fabio Estevam · 10 years ago
- cd138af mx6: Use a common SPL configuration file by Fabio Estevam · 10 years ago
- bd6e56f imx: fix exception vectors relocation in imx27 by Albert ARIBAUD · 10 years ago
- da75866 cosmetic: arm: fix whitespace in arch/arm/lib/relocate.S by Albert ARIBAUD · 10 years ago
- 406c4b30 ARM: mxs: tools: Add support for boot progress display flag by Alexey Ignatov · 10 years ago
- aec8ca6 Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Tom Rini · 10 years ago
- 70a96f9 powerpc: mpc52xx: Clear GD in the main U-Boot stage for SPL usage by Stefan Roese · 10 years ago
- f74a027 mpc83xx: Add gdsys hrcon board by Dirk Eibach · 10 years ago
- 58258bd ARM: atmel: add sama5d4 xplained ultra board support by Bo Shen · 10 years ago
- 5864590 ARM: atmel: add sama5d4ek board support by Bo Shen · 10 years ago
- 25d74a3 arm, spl, at91: add spl support for the corvus board by Heiko Schocher · 10 years ago
- 5453c6c arm, at91, spl: add spl support for the taurus board by Heiko Schocher · 10 years ago
- f1e3a8c arm, spl, at91: add at91sam9260 and at91sam9g45 spl support by Heiko Schocher · 10 years ago
- 5834283 arm, at91: add missing ddr2 cr register MPDDRC_CR_EBISHARE define by Heiko Schocher · 10 years ago
- 4e3976b arm, at91: compile mpddrc ram init code also for AT91SAM9M10G45 by Heiko Schocher · 10 years ago
- a7f517a arm, at91, mpddrc: fix typo in ddr2_init() by Heiko Schocher · 10 years ago
- f676826 arm, at91: generate boot.bin file for all atmel SoC by Heiko Schocher · 10 years ago
- 7dc5c48 ARM: atmel: spl: make css field configurable by Bo Shen · 10 years ago
- bff6cc3 ARM: atmel: spl: make initialization more stable by Bo Shen · 10 years ago
- 9773e70 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
- db74d8a Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago