Commit Graph

18679 Commits (a7d1d765793a05c0d6f7547122339dbecc94f6c3)
 

Author SHA1 Message Date
Simon Glass a7d1d76579 sha1: Use const where possible, and unsigned for input len 12 years ago
Vincent Palatin 6a135efcd0 stdio: remove useless strncpy 12 years ago
Simon Glass 75b3afc665 Fix use of conditional LMB 12 years ago
Kenneth Waters ff048ea916 Add a command to read raw blocks from a partition 12 years ago
Anton Staaf 53fdc7ef2e Add gettime command 12 years ago
Simon Glass 01433d6001 Add new bootstage step for the main loop 12 years ago
Nikita Kiryanov 94740e4739 gpio: remove duplicate function signature 12 years ago
Armando Visconti d40d914c06 designware_i2c.h: Define IC_CLK only if not already defined in config file 12 years ago
Armando Visconti ea31b7a7be designware_i2c.h: Fixed the correct values for SCL low/high time 12 years ago
Armando Visconti 5b8439bbde designware_i2c: Fixed the setting of the i2c bus speed 12 years ago
Armando Visconti 491739bb74 designware_i2c: Added s/w generation of stop bit 12 years ago
Armando Visconti ac6e2fe6e4 designware_i2c.c: Added the support for MULTI_BUS 12 years ago
Piotr Wilczek c86d9ed382 drivers:i2c: Modify I2C driver for Exynos4 12 years ago
Piotr Wilczek 89bd58a1e9 exynos:pinmux: Add pinmux support for i2c 12 years ago
Piotr Wilczek 847ab8f6e2 exynos:cpu: Add Exynos4 I2C spacing 12 years ago
Piotr Wilczek 83d745dd88 exynos:clock: Add i2c clock 12 years ago
Vincent Stehlé 66839773a8 omap24xx_i2c: Handle OMAP5 like OMAP2,3,4 12 years ago
Marek Vasut fa5e2845a8 mxs: i2c: Implement algorithm to set up arbitrary i2c speed 12 years ago
Marek Vasut 1e2fc0d19b mxs: i2c: Restore speed setting after block reset 12 years ago
Marek Vasut aff36ea92e i2c: mxs: Fix TIMING2 register value 12 years ago
Marek Vasut a157e0d5f6 i2c: mxs: Use i2c_set_bus_speed() in i2c_init() 12 years ago
Marek Vasut a06f590f7f i2c: mxs: Implement i2c_get/set_bus_speed() 12 years ago
Marek Vasut f32a470ed3 i2c: mxs: Abstract out the MXS I2C speed setup 12 years ago
Marek Vasut 06afa388b2 i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.c 12 years ago
Marek Vasut 7f86bd576f i2c: Staticize local functions in mxc i2c driver 12 years ago
Marek Vasut 2515d8437b i2c: Use __weak instead of __attribute__((weak, alias)) 12 years ago
Andreas Bießmann eabd5d8d70 soft_i2c: add necessary includes for AVR32 12 years ago
Lars Rasmusson ee7c0fc764 Correct comment to show the parameters as defined in tools/mkimage.h 12 years ago
Daniel Schwierzeck ea40a05422 MIPS: constify address pointer in test_bit() 12 years ago
Zhi-zhou Zhang 0d69d918ab MIPS: fix a latent bug on initialize $gp 12 years ago
Tom Rini fd4d564b3c Merge branch 'master' of git://git.denx.de/u-boot-x86 12 years ago
Łukasz Majewski 13d43555a9 fs:ext4:write: Initialize cache aligned filename buffer 12 years ago
Łukasz Majewski d429ca0d83 fs:ext4:fix: Code refactoring to suppress compiler warnings 12 years ago
Łukasz Majewski a1f41f1a55 fs:ext4:write: Store block device descriptor in file system structure 12 years ago
Łukasz Majewski 32fc16d7e7 fs:ext4:write: Add lldiv and do_div to perform 64-32 bits division 12 years ago
Luka Perkov 3fdf7596df Change e-mail address of Luka Perkov 12 years ago
Joshua Housh 10501df05e serial_pl011: Set RTS during initialization 12 years ago
Robert P. J. Day fcdde04c20 MAINTAINERS: Add a pointer to the custodians page. 12 years ago
Simon Glass ac426b7290 x86: Fix coreboot config to boot on Chromebook 12 years ago
Gabe Black d954a431ec x86: Turn on support for EFI's GPT in the coreboot config 12 years ago
Simon Glass cbca883c46 x86: coreboot: Enable video display 12 years ago
Simon Glass 058d59b08d x86: Build vga video code only if CONFIG_VIDEO_VGA is defined 12 years ago
Simon Glass a94e9d70e3 x86: Remove video_init() prototype from u-boot-x86.h 12 years ago
Duncan Laurie ae63057446 video: Check for valid FB pointer before clearing 12 years ago
Stefan Reinauer c94663170b x86: drop unused code in coreboot.c 12 years ago
Stefan Reinauer 2b9d2252aa x86: Remove coreboot_ from file name 12 years ago
Vadim Bendebury 1350f1cce1 x86: Provide a way to throttle port80 accesses 12 years ago
Vadim Bendebury 7c71034d3c x86: Provide tick counter and frequency reference for Intel core architecture 12 years ago
Duncan Laurie b83058cd23 x86: Issue SMI to finalize Coreboot in final stage 12 years ago
Duncan Laurie 488b8b242b x86: Fix MTRR clear to detect which MTRR to use 12 years ago