summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-06Introduce arch_phys_memset which works like memset but on physical memoryGabe Black
2012-12-06x86: Increase the size of the phys_size_t and phys_addr_t typesGabe Black
2012-12-06x86: Fix off-by-one error in do_elf_reloc_fixups()Duncan Laurie
2012-12-06x86: Ignore memory >4GB when parsing Coreboot tablesDuncan Laurie
2012-12-06x86: Enable CONFIG_CMD_ZBOOT for corebootSimon Glass
2012-12-06x86: Fix indirect jmp warning in zimage.cSimon Glass
2012-12-06x86: Clean up MTRR 7 right before jumping to the kernelStefan Reinauer
2012-12-06x86: Import MSR/MTRR code from LinuxGraeme Russ
2012-12-06x86: Provide a function to clean up just before booting a zimageStefan Reinauer
2012-12-06x86: Add basic cache operationsStefan Reinauer
2012-12-06x86: Fill in the dram info using the e820 map on coreboot/x86Gabe Black
2012-12-06x86: Add a CBMEM timestamp generated right before the kernel startup.Vadim Bendebury
2012-12-06x86: Enable coreboot timestamp facility support in u-boot.Vadim Bendebury
2012-12-06x86: Add function to read time stamp counterVadim Bendebury
2012-12-06x86: gpio: Add additional GPIO banks to the ICH6 driverBill Richardson
2012-12-06x86: Enable ICH6 GPIO controller for corebootSimon Glass
2012-12-06x86: gpio: Add GPIO driver for Intel ICH6 and later.Bill Richardson
2012-12-06add include/u-boot.lst to .gitignoreLuka Perkov
2012-12-06README: Explain how to generate the CHANGELOG file.Robert P. J. Day
2012-12-06cmd_led.c: Standardize format of help and usage info.Robert P. J. Day
2012-12-06Allow CONFIG_BOARD_SIZE_LIMIT to be specified in hexJoe Hershberger
2012-12-06part: check each variable for capability calculationJerry Huang
2012-12-06cbfs: Add docbook templateSimon Glass
2012-12-06cbfs: Remove mention of CREDITS filesSimon Glass
2012-12-06lzma: update to lzma sdk 9.20Stefan Reinauer
2012-12-06MAKEALL: Add options for incremental buildingJoe Hershberger
2012-12-06MAKEALL: Fix kill_childrenJoe Hershberger
2012-12-064xx: Fix PCI memory mapping on CPCI405 boardsMatthias Fuchs
2012-12-05Makefile: Add target for combined spl/u-boot.bin & u-boot.imgStefan Roese
2012-12-05Makefile: Add possibility to set entry-point for u-boot.imgStefan Roese
2012-12-05mpc5200: Add a3m071 board supportStefan Roese
2012-12-05mpc5200: Add SPL supportStefan Roese
2012-12-05env: Enable getenv_f() for SPL_BUILDStefan Roese
2012-12-05SPL: Port SPL framework to powerpcStefan Roese
2012-12-05powerpc: Extract EPAPR_MAGIC constants into processor.hStefan Roese
2012-12-04mxs: Staticize SPL functionsMarek Vasut
2012-12-04mxs: Properly setup VDDD in power supply setup codeMarek Vasut
2012-12-04mxs: Implement common function to setup VDDxMarek Vasut
2012-12-04mxs: Silence elftosbMarek Vasut
2012-12-04mx28: Rename regs-power.h to regs-power-mx28.hMarek Vasut
2012-12-04mx28: Remove SET, CLR, TOG ops from PLLxCTRL1 registersMarek Vasut
2012-12-03Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2012-11-30x86: Don't spam POST80 codes with slow IO functionsStefan Reinauer
2012-11-30x86: Define CONFIG_SYS_VSNPRINTF for corebootSimon Glass
2012-11-30x86: Fix typo in pcat_timer.cStefan Reinauer
2012-11-30x86: Include types.h explicitly in the i386 version of io.hGabe Black
2012-11-30x86: Add a dummy implementation for timer_get_usGabe Black
2012-11-30x86: Add a default implementation for cleanup_before_linux()Gabe Black
2012-11-30x86: Add a minimal device tree for alex x86Gabe Black
2012-11-30x86: Add an fdt pointer to the global data structureGabe Black