summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeLines
...
| * | x86: Override calculate_relocation_address to use the e820 mapGabe Black2012-12-06-6/+55
| * | x86: Make calculate_relocation_address an overridable functionGabe Black2012-12-06-1/+2
| * | x86: Make the upper bound on relocated symbols closed instead of openGabe Black2012-12-06-1/+1
| * | x86: Reorder x86's post relocation memory layoutGabe Black2012-12-06-3/+4
| * | x86: Initialise SPI if enabledGabe Black2012-12-06-0/+13
| * | x86: Implement arch_phys_memset so that it can wipe memory above 4GBGabe Black2012-12-06-0/+229
| * | x86: Increase the size of the phys_size_t and phys_addr_t typesGabe Black2012-12-06-4/+6
| * | x86: Fix off-by-one error in do_elf_reloc_fixups()Duncan Laurie2012-12-06-1/+1
| * | x86: Ignore memory >4GB when parsing Coreboot tablesDuncan Laurie2012-12-06-0/+4
| * | x86: Fix indirect jmp warning in zimage.cSimon Glass2012-12-06-3/+3
| * | x86: Clean up MTRR 7 right before jumping to the kernelStefan Reinauer2012-12-06-0/+18
| * | x86: Import MSR/MTRR code from LinuxGraeme Russ2012-12-06-0/+913
| * | x86: Provide a function to clean up just before booting a zimageStefan Reinauer2012-12-06-0/+11
| * | x86: Add basic cache operationsStefan Reinauer2012-12-06-72/+155
| * | x86: Fill in the dram info using the e820 map on coreboot/x86Gabe Black2012-12-06-0/+15
| * | x86: Add a CBMEM timestamp generated right before the kernel startup.Vadim Bendebury2012-12-06-0/+7
| * | x86: Enable coreboot timestamp facility support in u-boot.Vadim Bendebury2012-12-06-0/+117
| * | x86: Add function to read time stamp counterVadim Bendebury2012-12-06-0/+29
| * | x86: gpio: Add GPIO driver for Intel ICH6 and later.Bill Richardson2012-12-06-0/+27
| * | mpc5200: Add SPL supportStefan Roese2012-12-05-0/+201
| * | SPL: Port SPL framework to powerpcStefan Roese2012-12-05-0/+46
| * | powerpc: Extract EPAPR_MAGIC constants into processor.hStefan Roese2012-12-05-7/+6
| * | Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2012-12-03-77/+235
| |\ \
| | * | x86: Don't spam POST80 codes with slow IO functionsStefan Reinauer2012-11-30-1/+1
| | * | x86: Fix typo in pcat_timer.cStefan Reinauer2012-11-30-1/+1
| | * | x86: Include types.h explicitly in the i386 version of io.hGabe Black2012-11-30-0/+2
| | * | x86: Add a dummy implementation for timer_get_usGabe Black2012-11-30-1/+18
| | * | x86: Add a default implementation for cleanup_before_linux()Gabe Black2012-11-30-0/+6
| | * | x86: Add an fdt pointer to the global data structureGabe Black2012-11-30-0/+1
| | * | x86: Allow compiling out realmode/bios codeGabe Black2012-11-30-5/+10
| | * | x86: coreboot: Decode additional coreboot sysinfo tagsSimon Glass2012-11-30-29/+188
| | * | x86: coreboot: Drop sysinfo.cStefan Reinauer2012-11-30-40/+8
| * | | sh: fix trigger_address_error()Yoshihiro Shimoda2012-11-30-1/+1
| |/ /
| * | Merge branch 'master' of git://www.denx.de/git/u-boot-x86Tom Rini2012-11-28-61/+247
| |\ \
| | * | x86: coreboot: Implement recursively scanning PCI bussesGabe Black2012-11-28-3/+23
| | * | x86: coreboot: Tell u-boot about PCI bus 0 when initializingGabe Black2012-11-28-1/+16
| | * | x86: coreboot: Move non-board specific files to coreboot arch directoryStefan Reinauer2012-11-28-0/+119
| | * | x86: Add some missing includesGabe Black2012-11-28-0/+5
| | * | x86: Allow excluding reset vector code from u-bootGabe Black2012-11-28-2/+6
| | * | x86: Add initial memory barrier macrosSimon Glass2012-11-28-0/+8
| | * | x86: Add ilog2 to bitopsGraeme Russ2012-11-28-0/+5
| | * | x86: Remove duplicate PCI initGraeme Russ2012-11-28-3/+0
| | * | x86: Put global data on the stackGraeme Russ2012-11-28-52/+63
| | * | x86: Forward declare gd_tGraeme Russ2012-11-28-5/+7
| * | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxTom Rini2012-11-28-81/+236
| |\ \ \ | | |/ / | |/| |
| | * | powerpc/mpc85xx: Fix a bug introduced by CONFIG_PPC_SPINTABLE_COMPATIBLEYork Sun2012-11-27-2/+2
| | * | powerpc/85xx: update the work-around for P4080 erratum SERDES-9Timur Tabi2012-11-27-7/+16
| | * | powerpc/p4080ds: fix PCI-e x8 link training down failureYuanquan Chen2012-11-27-0/+4
| | * | powerpc/corenet_ds: move SATA config to board configurationZang Roy-R619112012-11-27-7/+0
| | * | powerpc/85xx: implement check for erratum A-004580 work-aroundTimur Tabi2012-11-27-1/+50