]> git.ipfire.org Git - u-boot.git/shortlog
u-boot.git
2014-02-19  Masahiro Yamadakbuild: convert some make rules to Kbuild style
2014-02-19  Masahiro Yamadakbuild: move some lines to more suitable place
2014-02-19  Masahiro Yamadakbuild: delete temporary build scripts
2014-02-19  Masahiro Yamadakbuild: use Linux Kernel build scripts
2014-02-19  Masahiro Yamadakbuild: import more build scripts from Linux v3.13 tag
2014-02-19  Masahiro YamadaMakefile: rename scripts/Makefile.build to scripts...
2014-02-19  Masahiro Yamadakbuild: add dummy obj-y to create built-in.o
2014-02-19  Masahiro Yamadakbuild: change out-of-tree build
2014-02-19  Masahiro YamadaMakefile: move some flags to examples makefiles
2014-02-19  Masahiro YamadaMakefile: move some flags to spl/Makefile
2014-02-19  Masahiro YamadaMakefile: move more stuff to top Makefile
2014-02-19  Masahiro YamadaMakefile: refactor include path settings
2014-02-19  Masahiro YamadaMakefile: move more flags to the top Makefile
2014-02-19  Masahiro Yamadakbuild: Use Kbuild.include
2014-02-19  Masahiro Yamadakbuild: import Kbuild.include from linux v3.13 tag
2014-02-19  Masahiro YamadaMakefile: move BFD_ROOT_DIR to tools/gdb/Makefile
2014-02-19  Masahiro YamadaMakefile: move some variable definitions to the top...
2014-02-19  Masahiro YamadaMakfile: move suffix rules to Makefile.build
2014-02-19  Masahiro Yamadanand-spl: Use scripts/Makefile.build
2014-02-19  Masahiro Yamadaexamples: Use scripts/Makefile.build
2014-02-19  Masahiro Yamadaboard: samsung: refactor host programs
2014-02-19  Masahiro Yamadatools: convert makefiles to kbuild style
2014-02-19  Masahiro YamadaMakefile.host.tmp: add a new script to refactor tools
2014-02-19  Masahiro Yamada.gitignore: ingore files generated by Kbuild
2014-02-19  Masahiro Yamadamicroblaze: remove an empty file arch/microblaze/lib...
2014-02-19  Dan MurphyARM: O5/dra7xx: Add SATA boot support
2014-02-19  Dan Murphycommon: spl: Add spl sata boot support
2014-02-19  Ian Campbelltools: correct proftool build rule
2014-02-19  Wolfgang DenkEXT4: Fix number base handling of "ext4write" command
2014-02-19  Heiko Schochernet, phy: atheros ar803x bug
2014-02-19  Masahiro Yamadafdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP
2014-02-19  Masahiro Yamadaconfig: remove platform CONFIG_SYS_HZ definition part 3
2014-02-19  Masahiro Yamadamini2440.h: Delete remainder of dead board
2014-02-19  Detlev Zundeldoc: README: Correct file name of signature verificatio...
2014-02-19  Stephen Warrenunit-test: add lots of tests for the Hush 'test' command
2014-02-19  Stephen Warrenunit-test: fix 'env default' invocation
2014-02-19  Stephen Warrenfat: implement exists() for FAT fs
2014-02-19  Stephen Warrenext4: implement exists() for ext4fs
2014-02-19  Stephen Warrensandbox: enable CONFIG_CMD_FS_GENERIC
2014-02-19  Stephen Warrensandbox: implement exists() function
2014-02-19  Stephen Warrencmd_test: implement -e test for file existence
2014-02-19  Stephen Warrencmd_test: evaluate to false without any arguments
2014-02-19  Stephen Warrencmd_test: implement ! on sub-expressions
2014-02-19  Stephen Warrencmd_test: check for binary operators before unary
2014-02-19  Stephen Warrencmd_test: use table lookup for parsing
2014-02-19  Stephen Warrenfs: don't pass NULL dev_desc to most filesystems
2014-02-19  Stephen Warrenfs: implement infrastructure for an 'exists' function
2014-02-19  Stephen Warrenfs: fix generic save command implementation
2014-02-19  Stephen WarrenREADME: document CONFIG_CMD_FS_GENERIC
2014-02-19  Albert ARIBAUDMerge branch 'u-boot-imx/master' into 'u-boot-arm/master'
2014-02-19  Andy Ngimx6 SION bit has to be on for the pins that are used...
2014-02-19  Albert ARIBAUDMerge branch 'u-boot-microblaze/zynq' into 'u-boot...
2014-02-19  Eric Nelsoni.MX6: nitrogen6x: pedantic: BOOT_FROM==spi, not sd
2014-02-19  Rajeshwari... Exynos5250: Remove lowlevelinit
2014-02-19  Siva Durga... arm: zynq: correct the argument to lldiv
2014-02-19  Michal Simekzynq: Add support for U-BOOT SPL
2014-02-19  Michal Simekzynq: Update CLK in bdinfo
2014-02-19  Soren Brinkmannzynq: Implement dump clock command
2014-02-19  Soren Brinkmannserial_zynq: Migrate to Zynq clock framework
2014-02-19  Soren Brinkmannnet: zynq_gem: Calculate clock dividers dynamically
2014-02-19  Soren Brinkmannnet: zynq_gem: Move RCLK details out of driver
2014-02-19  Michal Simekzynq: timer: Fix hangs if network activity attempted...
2014-02-19  Soren Brinkmannzynq: timer: Migrate to zynq clock framework
2014-02-19  Soren Brinkmannzynq: Provide a framework to read clock frequencies
2014-02-19  Soren Brinkmanncommon: Provide DIV_ROUND_CLOSEST macro
2014-02-19  Michal Simekzynq: serial: Simplify serial driver initialization
2014-02-19  Michal Simekzynq: Move bootmode to headers
2014-02-19  Michal Simekzynq: Use board_eth_init if CMD_NET is not enabled
2014-02-19  Michal Simekzynq: Enable tftp put command
2014-02-19  Michal Simekzynq: Extend kernel image size to 20MB
2014-02-19  Michal Simekzynq: Fix incorrect header name
2014-02-19  Michal Simekzynq: Enable dcache support
2014-02-19  Michal Simekzynq: Do not explicitely enable icache
2014-02-19  Albert ARIBAUDMerge branch 'u-boot-pxa/master' into 'u-boot-arm/master'
2014-02-18  Sourav Poddardoc: SPI: Add qspi test details on AM43xx
2014-02-18  Sourav Poddarspi: ti_qspi: Add delay before xfer for am43xx
2014-02-18  Sourav Poddarspi: ti_qspi: Add AM43xx specifics changes
2014-02-18  Sourav Poddaram437x_epos_evm: add SPL API, QSPI, and serial flash...
2014-02-18  Sourav Poddaram43xx: Add qspi support
2014-02-18  Markus Niebelspi: mxc_spi: i.MX6 DL/S have only 4 eCSPI controller
2014-02-18  Markus Niebelspi: spi-mxc: implement clk control for ECSPI to fix...
2014-02-18  Markus Niebelspi: spi-mxc: add defines for clk inactive state for...
2014-02-18  Michal Simekspi: xilinx: Move timeout calculation out of the loop
2014-02-17  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-arm
2014-02-17  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-nios
2014-02-17  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mmc
2014-02-14  Stephen WarrenARM: bcm2835: fix mbox POWER_STATE_RESP_ON value
2014-02-13  Gerlando Falautoarm/km: introduce kmsugp1 target
2014-02-13  Gerlando Falautoarm/km: define fdt_high env variable and allow backward...
2014-02-13  Gerlando Falautoarm/km: enable FDT for km_kirwkood
2014-02-13  Holger Brunckarm/km: fix wrong error handling
2014-02-13  Holger Brunckarm/km: add CONFIG_KM_BOARD_EXTRA_ENV to default enviro...
2014-02-13  Holger Brunckarm/km/suv31: switch to 256MB RAM
2014-02-13  Holger Brunckarm/km: make local function startup_allowed static
2014-02-13  Holger Brunckarm/km: drop unneeded define
2014-02-13  Michal Simekzynq: Fix elf header generation
2014-02-13  Michal Simekzynq: Use full tftpboot command instead of shortcut...
2014-02-13  Masahiro Yamadarelocate-rela: replace a magic number with sizeof(Elf64...
2014-02-13  Stephen WarrenARM: bcm2835: config.mk isn't needed
2014-02-13  Stephen WarrenARM: rpi_b: set $fdtfile in default environment
next