| Commit message (Expand) | Author | Age | Lines |
... | |
| * | arm: rmobile: Add support TMU base timer function | Nobuhiro Iwamatsu | 2012-10-03 | -1/+2 |
| * | arm: rmobile: Change initializing ICCICR register | Nobuhiro Iwamatsu | 2012-10-03 | -0/+3 |
| * | arm: rmobile: kzm9g: separate cpu_rev to integer and fraction | Tetsuyuki Kobayashi | 2012-10-03 | -9/+30 |
| * | arm: rmobile: kzm9g: fix CPU info | Tetsuyuki Kobayashi | 2012-10-03 | -4/+4 |
| * | arm: rmobile: kzm9g: Add dummy member to struct sh73a0_rwdt | Tetsuyuki Kobayashi | 2012-10-03 | -0/+2 |
| * | arm: rmobile: Support build with gcc-4.6 or later | Nobuhiro Iwamatsu | 2012-10-03 | -1/+27 |
| * | arm: rmobile: kzm9g: enable reset command | Tetsuyuki Kobayashi | 2012-10-03 | -0/+4 |
| * | arm: rmobile: kzm9g: Adjust low level hardware setting | Tetsuyuki Kobayashi | 2012-10-03 | -1/+3 |
| * | arm: rmobile: Add supoprt for KMC KZM-A9-GT board | Nobuhiro Iwamatsu | 2012-10-03 | -0/+13 |
| * | arm: rmobile: Add support PFC of Renesas SH73A0 | Nobuhiro Iwamatsu | 2012-10-03 | -0/+2817 |
| * | arm: rmobile: Add support Renesas SH73A0 | Nobuhiro Iwamatsu | 2012-10-03 | -24/+1067 |
| * | arm: rmobile: Add basic support for Renesas R-Mobile | Nobuhiro Iwamatsu | 2012-10-03 | -0/+227 |
| * | ARMv7: Add register definition of global timer | Nobuhiro Iwamatsu | 2012-10-03 | -0/+36 |
| * | am33xx: Fix fetching of mmc1 bootmode from bootrom for AM33XX | Joel A Fernandes | 2012-10-01 | -2/+4 |
| * | OMAP: networking support for SPL | Ilya Yanok | 2012-10-01 | -0/+1 |
| * | Merge remote-tracking branch 'u-boot/master' | Albert ARIBAUD | 2012-09-30 | -72207/+3379 |
| |\ |
|
| * \ | Merge remote-tracking branch 'u-boot-imx/master' | Albert ARIBAUD | 2012-09-29 | -0/+11 |
| |\ \ |
|
| | * | | i.MX: shut down video before launch of O/S | Eric Nelson | 2012-09-24 | -0/+9 |
| | * | | mx51evk: Add CONFIG_REVISION_TAG | Benoît Thébaudeau | 2012-09-23 | -0/+2 |
* | | | | openrisc/bitops: add hweightX defines | Stefan Kristiansson | 2012-10-02 | -0/+4 |
* | | | | openrisc: implement get_ticks and get_tbclk | Stefan Kristiansson | 2012-10-02 | -0/+10 |
| |_|/
|/| | |
|
* | | | sandbox: Add asm/errno.h | Simon Glass | 2012-09-29 | -0/+1 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini | 2012-09-27 | -69488/+0 |
|\ \ \ |
|
| * | | | dm: net: Move IXP NPE to drivers/net/ | Marek Vasut | 2012-09-24 | -69488/+0 |
* | | | | ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK | Tom Rini | 2012-09-27 | -41/+83 |
* | | | | SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl | Tom Rini | 2012-09-27 | -108/+0 |
* | | | | SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux | Tom Rini | 2012-09-27 | -11/+90 |
* | | | | SPL: Move the omap SPL framework to common/spl | Tom Rini | 2012-09-27 | -489/+5 |
* | | | | ARM: SPL: Move gpmc_init() to spl_board_init() | Tom Rini | 2012-09-27 | -1/+10 |
* | | | | ARM: SPL: Start hooking in the current SPI SPL support | Tom Rini | 2012-09-27 | -0/+8 |
* | | | | ARM: SPL: Clean up spl.c / spl_nand.c slightly | Tom Rini | 2012-09-27 | -16/+8 |
* | | | | ARM: SPL: Make spl_mmc.c more generic | Tom Rini | 2012-09-27 | -26/+38 |
* | | | | ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h> | Tom Rini | 2012-09-27 | -76/+203 |
* | | | | ARM: SPL: Only call mem_malloc_init if configured | Tom Rini | 2012-09-27 | -0/+2 |
* | | | | ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c | Tom Rini | 2012-09-27 | -14/+3 |
* | | | | ARM: SPL: Rename omap_boot_mode to spl_boot_mode() | Tom Rini | 2012-09-27 | -5/+5 |
* | | | | ARM: SPL: Rename omap_boot_device to spl_boot_device | Tom Rini | 2012-09-27 | -8/+8 |
* | | | | omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds. | Pavel Machek | 2012-09-27 | -3/+3 |
* | | | | omap-common: Fix typo in save_boot_params() in lowlevel_init.S | Tom Rini | 2012-09-27 | -1/+1 |
* | | | | omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print() | Tom Rini | 2012-09-27 | -9/+9 |
* | | | | spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORT | Tom Rini | 2012-09-27 | -0/+4 |
* | | | | malloc: remove extern declarations of malloc_bin_reloc() in board.c files | Daniel Schwierzeck | 2012-09-26 | -6/+0 |
* | | | | ARM: arm1176: Define arch_cpu_init() at the SoC level | Stephen Warren | 2012-09-25 | -8/+25 |
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Tom Rini | 2012-09-25 | -926/+1359 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Revert "powerpc: Fix declaration type for I/O functions" | Andy Fleming | 2012-08-23 | -10/+10 |
| * | | | powerpc/85xx: clear out TLB on boot | Scott Wood | 2012-08-23 | -33/+48 |
| * | | | powerpc/mpc8xxx: Move HWCONFIG_BUFFER_SIZE into config.h | York Sun | 2012-08-23 | -5/+4 |
| * | | | powerpc/mpc8xxx DDR: Fix interactive DDR debugging | York Sun | 2012-08-23 | -2/+2 |
| * | | | powerpc/mpc8xxx DDR: Fall back to raw timing for first controller only | York Sun | 2012-08-23 | -1/+1 |
| * | | | powerpc/mpc8xxx DDR: Fix CAS latency calculation | York Sun | 2012-08-23 | -2/+4 |