projects
/
kernel
/
u-boot.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
main: Use get/setenv_ulong()
2013-06-04
Simon Glass
main: Use get/setenv_ulong()
commit
|
commitdiff
|
tree
2013-06-04
Simon Glass
main: Move boot_delay code into its own function
commit
|
commitdiff
|
tree
2013-06-04
Simon Glass
main: Separate out the two abortboot() functions
commit
|
commitdiff
|
tree
2013-06-04
Simon Glass
net: Add prototype for update_tftp
commit
|
commitdiff
|
tree
2013-06-04
Simon Glass
at91: Correct CONFIG_AUTOBOOT_PROMPT definition for...
commit
|
commitdiff
|
tree
2013-05-31
Tom Rini
Merge branch 'master' of git://git.denx.de/u-boot-nand...
commit
|
commitdiff
|
tree
2013-05-24
Masahiro Yamada
cmd_mem: fix cp command
Tested-by:
Tom Rini
<trini@ti.com>
commit
|
commitdiff
|
tree
2013-05-24
Stephen Warren
ext4: assign get_fs()->dev_desc before using it
Tested-by:
Tom Rini
<trini@ti.com>
commit
|
commitdiff
|
tree
2013-05-17
Simon Glass
Update MAINTAINERS file for sandbox
commit
|
commitdiff
|
tree
2013-05-17
Simon Glass
Update MAINTAINERS file for x86
commit
|
commitdiff
|
tree
2013-05-17
Masahiro Yamada
.gitignore: add GNU GLOBAL files
commit
|
commitdiff
|
tree
2013-05-17
Doug Anderson
fdt_support: Use CONFIG_NR_DRAM_BANKS if defined
commit
|
commitdiff
|
tree
2013-05-17
Doug Anderson
bootm: Avoid 256-byte overflow in fixup_silent_linux()
commit
|
commitdiff
|
tree
2013-05-16
Tom Rini
README: Correct reference for CONFIG_SUPPORT_RAW_INITRD
Signed-off-by:
Tom Rini
<trini@ti.com>
commit
|
commitdiff
|
tree
2013-05-15
Tom Rini
Merge branch 'master' of git://www.denx.de/git/u-boot...
commit
|
commitdiff
|
tree
2013-05-15
Wolfgang Denk
Power: remove support for Freescale MPC8220
commit
|
commitdiff
|
tree
2013-05-15
Wolfgang Denk
doc/README.scrapyard: add missing commit IDs
commit
|
commitdiff
|
tree
2013-05-15
Ying Zhang
drivers/mmc: move spl_mmc.c to common/spl
commit
|
commitdiff
|
tree
2013-05-15
Masahiro Yamada
smc911x: fix the timeout detection
commit
|
commitdiff
|
tree
2013-05-15
Paul B. Henson
doc/README.ubi: Add description of accessing ubi filesystems
commit
|
commitdiff
|
tree
2013-05-14
Lubomir Popov
OMAP5: Enable USB Ethernet support with LAN9730
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
buildman: Produce a sensible error message when branch...
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
sparc: Use image_setup_linux() instead of local code
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
m68k: Use image_setup_linux() instead of local code
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
powerpc: Use image_setup_linux() instead of local code
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
arm: Use image_setup_linux() instead of local code
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
arm: Refactor bootm to reduce #ifdefs
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
image: Add device tree setup to image library
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
image: Split libfdt code into image-fdt.c
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
image: Add CONFIG_FIT_SPL_PRINT to control FIT image...
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
image: Remove remaining #ifdefs in image-fit.c
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
mkimage: Put FIT loading in function and tidy error...
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
sandbox: image: Add support for booting images in sandbox
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
image: Rename hash printing to fit_image_print_verification_...
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
image: Rename fit_add_hashes() to fit_add_verification_data()
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
image: Export fit_conf_get_prop_node()
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
image: Move error! string to common place
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
image: Move hash checking into its own function
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
image: Rename fit_image_check_hashes() to fit_image_verify()
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
image: Convert fit_image_hash_set_value() to static...
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
image: Split hash node processing into its own function
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
image: Move HOSTCC image code to tools/
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
image: Split FIT code into new image-fit.c
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
image: Export fit_check_ramdisk()
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
image: Move timestamp #ifdefs to header file
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
libfdt: Add fdt_next_subnode() to permit easy subnode...
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
mkimage: Move ARRAY_SIZE to header file
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
bootstage: Don't build for HOSTCC
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
hash: Add a way to calculate a hash for any algortihm
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
Add minor updates to README.fdt-control
commit
|
commitdiff
|
tree
2013-05-14
Simon Glass
env: Fix minor comment typos in cmd_nvedit
commit
|
commitdiff
|
tree
2013-05-14
Tom Rini
Merge branch 'master' of git://git.denx.de/u-boot-blackfin...
commit
|
commitdiff
|
tree
2013-05-13
Tom Rini
Merge branch 'master' of git://git.denx.de/u-boot-x86
commit
|
commitdiff
|
tree
2013-05-10
SRICHARAN R
ARM: OMAP: Add arch_cpu_init function
Signed-off-by:
Tom Rini
<trini@ti.com>
commit
|
commitdiff
|
tree
2013-05-10
SRICHARAN R
ARM: OMAP: Cleanup boot parameters usage
Signed-off-by:
Tom Rini
<trini@ti.com>
commit
|
commitdiff
|
tree
2013-05-10
SRICHARAN R
ARM: OMAP: Correct save_boot_params and replace with...
commit
|
commitdiff
|
tree
2013-05-10
SRICHARAN R
ARM: OMAP4/5: Make OMAPx_SRAM_SCRATCH_ defines common
commit
|
commitdiff
|
tree
2013-05-10
SRICHARAN R
ARM: OMAP: Make omap_boot_parameters common across...
commit
|
commitdiff
|
tree
2013-05-10
Tom Rini
am33xx: Fix warning with CONFIG_DISPLAY_CPUINFO
Signed-off-by:
Tom Rini
<trini@ti.com>
commit
|
commitdiff
|
tree
2013-05-10
Eric Benard
davinci: handle CONFIG_SYS_CLE_MASK and CONFIG_SYS_ALE_MASK
commit
|
commitdiff
|
tree
2013-05-10
Eric Benard
da850: provide davinci_enable_uart0
commit
|
commitdiff
|
tree
2013-05-10
Igor Grinberg
cm-t35: update config file
commit
|
commitdiff
|
tree
2013-05-10
Igor Grinberg
MAINTAINERS: fix the cm-t35 board name
commit
|
commitdiff
|
tree
2013-05-10
Igor Grinberg
cm-t35: move cm-t35 to live in compulab directory
commit
|
commitdiff
|
tree
2013-05-10
Dan Murphy
ARM: Panda: Add flag to allow runtime enviroment varibale...
commit
|
commitdiff
|
tree
2013-05-10
Dan Murphy
ARM:Panda:Fix device tree loading for the panda-es
commit
|
commitdiff
|
tree
2013-05-10
Lokesh Vutla
ARM: OMAP5: Fix warm reset with USB cable connected
commit
|
commitdiff
|
tree
2013-05-10
Mark Jackson
Remove duplicate / unused #defines on AM335x boards
Reported-by:
Tom Rini
<trini@ti.com>
commit
|
commitdiff
|
tree
2013-05-10
Tom Rini
omap5_common: Add optargs variable for kernel command...
Signed-off-by:
Tom Rini
<trini@ti.com>
commit
|
commitdiff
|
tree
2013-05-10
Lubomir Popov
OMAP5: USB: hsusbtll_clkctrl has to be in hw_auto for...
commit
|
commitdiff
|
tree
2013-05-10
Enric Balletbo i...
ARM: Add support for IGEP COM AQUILA/CYGNUS
commit
|
commitdiff
|
tree
2013-05-10
Enric Balletbo i...
Add DDR3 support for IGEP COM AQUILA/CYGNUS.
commit
|
commitdiff
|
tree
2013-05-10
Lokesh Vutla
arm: omap: emif: Fix DDR3 init after warm reset
commit
|
commitdiff
|
tree
2013-05-10
Tom Rini
beagleboard: Update comment in get_board_rev()
Signed-off-by:
Tom Rini
<trini@ti.com>
commit
|
commitdiff
|
tree
2013-05-10
Lubomir Popov
OMAP5: I2C: Set I2C_BUS_MAX to 5 to enable I2C4 and...
commit
|
commitdiff
|
tree
2013-05-10
Lubomir Popov
OMAP5: I2C: Add I2C4 and I2C5 bases
commit
|
commitdiff
|
tree
2013-05-10
Lubomir Popov
OMAP5: I2C: Enable i2c5 clocks
commit
|
commitdiff
|
tree
2013-05-10
Nishanth Menon
palmas: add header guard
commit
|
commitdiff
|
tree
2013-05-10
Nishanth Menon
palmas: use palmas_i2c_[read|write]_u8
commit
|
commitdiff
|
tree
2013-05-10
Nishanth Menon
palmas: rename twl6035_mmc1_poweron_ldo with an palmas...
commit
|
commitdiff
|
tree
2013-05-10
Nishanth Menon
palmas: rename init_settings to an generic palmas init
commit
|
commitdiff
|
tree
2013-05-10
Nishanth Menon
twl6035: rename to palmas
commit
|
commitdiff
|
tree
2013-05-10
Nishanth Menon
twl6030: add header guard
commit
|
commitdiff
|
tree
2013-05-10
Nishanth Menon
twl6030: move twl6030 register access functions to...
commit
|
commitdiff
|
tree
2013-05-10
Nishanth Menon
twl6030: twl6030_i2c_[read|write]_u8 prototype consistent
commit
|
commitdiff
|
tree
2013-05-10
Nishanth Menon
twl4030: make twl4030_i2c_read_u8 prototype consistent
commit
|
commitdiff
|
tree
2013-05-10
Nishanth Menon
twl4030: make twl4030_i2c_write_u8 prototype consistent
commit
|
commitdiff
|
tree
2013-05-10
Matt Porter
ti814x_evm: enable CPSW support
Reviewed-by:
Tom Rini
<trini@ti.com>
commit
|
commitdiff
|
tree
2013-05-10
Matt Porter
phy: add support for ET1011C phys
Reviewed-by:
Tom Rini
<trini@ti.com>
commit
|
commitdiff
|
tree
2013-05-10
Matt Porter
cpsw: add support for TI814x slave_regs differences
Reviewed-by:
Tom Rini
<trini@ti.com>
commit
|
commitdiff
|
tree
2013-05-10
Matt Porter
am33xx: add pll and clock support for TI814x CPSW
Reviewed-by:
Tom Rini
<trini@ti.com>
commit
|
commitdiff
|
tree
2013-05-10
Tom Rini
Merge branch 'patman' of git://git.denx.de/u-boot-x86
commit
|
commitdiff
|
tree
2013-05-10
Stefan Kristiansson
openrisc: move board linker script(s) to a common in...
commit
|
commitdiff
|
tree
2013-05-10
Stefan Kristiansson
openrisc: specify a memory region for u_boot_lists
commit
|
commitdiff
|
tree
2013-05-10
Egbert Eich
fs/ext4: Support device block sizes != 512 bytes
commit
|
commitdiff
|
tree
2013-05-10
Anatolij Gustschin
Fix references to the documentation files
commit
|
commitdiff
|
tree
2013-05-09
Lucian Cojocar
env: throw an error when an empty key is used
commit
|
commitdiff
|
tree
2013-05-09
Marek Vasut
build: Pull -DBUILD_TAG into separate ifdef
Cc:
Tom Rini
<trini@ti.com>
commit
|
commitdiff
|
tree
2013-05-07
Tom Rini
Merge branch 'master' of git://www.denx.de/git/u-boot-mmc
commit
|
commitdiff
|
tree
2013-05-03
Tom Rini
P1022DS: Set CONFIG_SPL_MAX_SIZE directly
Signed-off-by:
Tom Rini
<trini@ti.com>
commit
|
commitdiff
|
tree
next