Age | Commit message (Expand) | Author |
2014-11-21 | x86: Replace fill_processor_name() with cpu_get_name() | Simon Glass |
2014-11-21 | x86: Remove unnecessary find_fdt(), prepare_fdt() functions | Simon Glass |
2014-11-21 | x86: Add processor functions to halt and get stack pointer | Simon Glass |
2014-11-21 | x86: config: Move common x86 configs to a common file | Simon Glass |
2014-11-21 | x86: Add ifdtool for working with Intel Flash Descriptor ROM images | Simon Glass |
2014-11-21 | dm: gpio: Add a function to read an ID from a list of GPIOs | Simon Glass |
2014-11-21 | dm: serial: Move current serial port pointer to global_data | Simon Glass |
2014-11-21 | fdt: Add a function to decode a variable-sized u32 array | Simon Glass |
2014-11-21 | Move early malloc() to before arch_cpu_init() | Simon Glass |
2014-11-21 | x86: Fix a warning with gcc 4.4.4 | Simon Glass |
2014-11-21 | x86: Save TSC frequency in the global data | Bin Meng |
2014-11-21 | x86: Add quick TSC calibration via PIT | Bin Meng |
2014-11-21 | x86: Do TSC MSR calibration only for known/supported CPUs | Bin Meng |
2014-11-21 | x86: Do CPU identification in the early phase | Bin Meng |
2014-11-21 | x86: Save the BIST value on reset | Simon Glass |
2014-11-21 | x86: Fix up some missing prototypes | Simon Glass |
2014-11-21 | x86: Use the standard arch_cpu_init() function | Simon Glass |
2014-11-21 | x86: Use the standard dram_init() function | Simon Glass |
2014-11-21 | x86: Tidy up global descriptor table setup | Simon Glass |
2014-11-21 | x86: Invalidate TLB as early as possible | Simon Glass |
2014-11-21 | x86: Remove board_init16() call which is not used | Simon Glass |
2014-11-21 | x86: Remove REALMODE_BASE which is no longer used | Simon Glass |
2014-11-19 | Merge branch 'master' of git://git.denx.de/u-boot-ubi | Tom Rini |
2014-11-19 | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini |
2014-11-19 | Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx | Tom Rini |
2014-11-19 | powerpc: mpc52xx: Clear GD in the main U-Boot stage for SPL usage | Stefan Roese |
2014-11-19 | powerpc: mpc52xx: a3m071/a4m2k: Convert to generic board | Stefan Roese |
2014-11-19 | powerpc: mpc52xx: a4m072: Convert to generic board | Stefan Roese |
2014-11-19 | mpc83xx: Add gdsys hrcon board | Dirk Eibach |
2014-11-19 | board: iocon: Fix uninitialized access | Dirk Eibach |
2014-11-19 | board: iocon: Fix fpga index in print_fpga_info() | Dirk Eibach |
2014-11-19 | board: dlvision-10g: Compile fix | Dirk Eibach |
2014-11-19 | common: Fix cmd_fpgad addressing | Dirk Eibach |
2014-11-19 | mtd: Handle 29LV800BT | Dirk Eibach |
2014-11-19 | board: dlvision: Reduce memory footprint | Dirk Eibach |
2014-11-19 | ubi: enable error reporting in initialization | Andrew Ruder |
2014-11-19 | mtd, cfi, ubi: add missing writebufsize initialization | Heiko Schocher |
2014-11-17 | ARM: atmel: add sama5d4 xplained ultra board support | Bo Shen |
2014-11-17 | ARM: atmel: add sama5d4ek board support | Bo Shen |
2014-11-17 | net: macb: enable GMAC IP without GE feature support | Bo Shen |
2014-11-17 | mtd: atmel_nand: runtime to build gf table for pmecc | Josh Wu |
2014-11-17 | arm, spl, at91: add spl support for the corvus board | Heiko Schocher |
2014-11-17 | arm, at91, spl: add spl support for the taurus board | Heiko Schocher |
2014-11-17 | arm, spl, at91: add at91sam9260 and at91sam9g45 spl support | Heiko Schocher |
2014-11-17 | spl, mtd, nand, atmel_nand: invert device ready pin logic | Heiko Schocher |
2014-11-17 | spl, nand, atmel_nand: add erase one block function | Heiko Schocher |
2014-11-17 | mtd: atmel_nand: add missing include | Heiko Schocher |
2014-11-17 | spl, nand: add option to boot raw u-boot.bin image only | Heiko Schocher |
2014-11-17 | arm, at91: add missing ddr2 cr register MPDDRC_CR_EBISHARE define | Heiko Schocher |
2014-11-17 | arm, at91: compile mpddrc ram init code also for AT91SAM9M10G45 | Heiko Schocher |