summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | x86: pci: Allow configuration before relocationSimon Glass2014-11-21-0/+63
| * | x86: ivybridge: Enable PCI in early initSimon Glass2014-11-21-2/+79
| * | x86: Support use of PCI before relocationSimon Glass2014-11-21-0/+31
| * | x86: Refactor PCI to permit alternate initSimon Glass2014-11-21-15/+46
| * | x86: chromebook_link: Implement CAR support (cache as RAM)Simon Glass2014-11-21-3/+323
| * | x86: Emit post codes in startup code for ChromebooksSimon Glass2014-11-21-2/+62
| * | x86: Build a .rom file which can be flashed to an x86 machineSimon Glass2014-11-21-1/+50
| * | x86: Add chromebook_link boardSimon Glass2014-11-21-0/+438
| * | x86: ifdtool: Allow creation of an empty ROMSimon Glass2014-11-21-1/+1
| * | x86: Allow timer calibration to work on ivybridgeSimon Glass2014-11-21-11/+21
| * | x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada2014-11-21-6/+6
| * | x86: Replace fill_processor_name() with cpu_get_name()Simon Glass2014-11-21-15/+24
| * | x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass2014-11-21-34/+0
| * | x86: Add processor functions to halt and get stack pointerSimon Glass2014-11-21-0/+19
| * | x86: config: Move common x86 configs to a common fileSimon Glass2014-11-21-256/+260
| * | x86: Add ifdtool for working with Intel Flash Descriptor ROM imagesSimon Glass2014-11-21-0/+1129
| * | dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass2014-11-21-1/+29
| * | dm: serial: Move current serial port pointer to global_dataSimon Glass2014-11-21-16/+20
| * | fdt: Add a function to decode a variable-sized u32 arraySimon Glass2014-11-21-0/+36
| * | Move early malloc() to before arch_cpu_init()Simon Glass2014-11-21-1/+1
| * | x86: Fix a warning with gcc 4.4.4Simon Glass2014-11-21-0/+1
| * | x86: Save TSC frequency in the global dataBin Meng2014-11-21-0/+5
| * | x86: Add quick TSC calibration via PITBin Meng2014-11-21-0/+159
| * | x86: Do TSC MSR calibration only for known/supported CPUsBin Meng2014-11-21-7/+108
| * | x86: Do CPU identification in the early phaseBin Meng2014-11-21-47/+398
| * | x86: Save the BIST value on resetSimon Glass2014-11-21-4/+16
| * | x86: Fix up some missing prototypesSimon Glass2014-11-21-8/+14
| * | x86: Use the standard arch_cpu_init() functionSimon Glass2014-11-21-8/+6
| * | x86: Use the standard dram_init() functionSimon Glass2014-11-21-14/+7
| * | x86: Tidy up global descriptor table setupSimon Glass2014-11-21-3/+16
| * | x86: Invalidate TLB as early as possibleSimon Glass2014-11-21-0/+3
| * | x86: Remove board_init16() call which is not usedSimon Glass2014-11-21-9/+1
| * | x86: Remove REALMODE_BASE which is no longer usedSimon Glass2014-11-21-1/+0
| |/
* | sandbox: script for testing sandbox/ext4/fat/fs commandsSuriyan Ramasami2014-11-23-0/+561
* | fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami2014-11-23-122/+138
* | sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-23-41/+77
* | ext4: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-23-93/+97
* | fat: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-23-100/+128
* | board/esd/common/auto_update.c: Use <flash.h>Tom Rini2014-11-23-3/+1
* | sandbox: Use md5sum and fatwrite to enable testing of fs commandsSuriyan Ramasami2014-11-23-2/+12
* | common/board_f: fix gcc warning on MIPS64Daniel Schwierzeck2014-11-23-4/+6
* | common/board_f: add setup of initial stack frame for MIPSDaniel Schwierzeck2014-11-23-1/+7
* | spl: fix descending condition to drivers/mtd/nand/Masahiro Yamada2014-11-23-1/+1
* | commands: add more command entries in KconfigMasahiro Yamada2014-11-23-9/+274
* | hush: add CONFIG_HUSH_PARSER to KconfigMasahiro Yamada2014-11-23-12/+17
* | FIT: add some FIT configurations to KconfigMasahiro Yamada2014-11-23-0/+22
* | config: remove redundant CONFIG_SYS_PROMPT definesMasahiro Yamada2014-11-23-8/+0
* | tegra: do not descend into empty directoriesMasahiro Yamada2014-11-23-54/+0
* | kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada2014-11-23-14/+60
* | x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada2014-11-23-7/+7