Commit Graph

3174 Commits (d2c6181d2d2afe00399cf0c8d9deafcb66b77330)

Author SHA1 Message Date
Andrew Gabbasov 786e8f818c mmc: Fix handling of bus widths and DDR card capabilities 10 years ago
Simon Glass 63656b762e dm: i2c: Implement driver model support in the i2c command 10 years ago
Suriyan Ramasami 48aead71c1 fdt: Allow non-FDT kernels to boot when CONFIG_OF_LIBFDT is defined 10 years ago
Masahiro Yamada afc366f01b Replace <compiler.h> with <linux/compiler.h> 10 years ago
Masahiro Yamada 36da51ebac powerpc: mpc8xx: remove hermes board support 10 years ago
Hector Palacios 814b661448 cmd_fuse: return CMD_RET_FAILURE on error 10 years ago
Stephen Warren 9316e14400 ARM: rpi: rename rpi_b to rpi 10 years ago
Guillaume GARDET 4c5bbc2328 spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available 10 years ago
Simon Glass d8727713b6 Fix console functions for U-Boot API 10 years ago
Paul Kocialkowski b97300b62f spl: MMC U-Boot image load from raw partition 10 years ago
Masahiro Yamada 70879a9256 flash: do not fail even if flash_size is zero 10 years ago
Alison Wang ed39218238 common: spl: Add interactive DDR debugger support for SPL image 10 years ago
Paul Kocialkowski e2ccdf89a0 MMC SD fs boot partition config coding style and proper description 10 years ago
Tom Rini f0c6e1c31b Revert "image-fdt: boot_get_fdt() return value when no DTB exists" 10 years ago
Hans de Goede ffccb84c1a fdt: Fix regression in fdt_pack_reg() 10 years ago
Simon Glass e48f3741c3 sandbox: Fix warnings due to 64-bit printf() strings 10 years ago
Guillaume GARDET d3e488eaf4 spl: Fix SPL EXT support 10 years ago
Bin Meng d51457583f x86: Remove unnecessary call to initr_enable_interrupts() 10 years ago
Bin Meng a549f7497b x86: Remove cpu_init_r() for x86 10 years ago
Simon Glass 65990d5680 x86: Remove board_early_init_r() 10 years ago
Hans de Goede 11b8dfa718 common/lcd: Make lcd_dt_simplefb_configure_node use fdt_setup_simplefb_node 10 years ago
Hans de Goede d4f495a881 fdt_support: Add a fdt_setup_simplefb_node helper function 10 years ago
Tom Rini 94092e361c Revert "common/board_f: add setup of initial stack frame for MIPS" 10 years ago
Rabin Vincent f3a05c8f94 Revert "hush: fix segfault on syntax error" 10 years ago
Nikita Kiryanov d957c28a7e cmd_sata: implement sata stop command 10 years ago
Suriyan Ramasami d455d8789d fs: API changes enabling extra parameter to return size of type loff_t 10 years ago
Suriyan Ramasami 96b1046d1c sandbox: Prepare API change for files greater than 2GB 10 years ago
Suriyan Ramasami 9f12cd0e06 ext4: Prepare API change for files greater than 2GB 10 years ago
Suriyan Ramasami 1ad0b98a06 fat: Prepare API change for files greater than 2GB 10 years ago
Suriyan Ramasami 794449551d sandbox: Use md5sum and fatwrite to enable testing of fs commands 10 years ago
Daniel Schwierzeck 9fdee7d730 common/board_f: fix gcc warning on MIPS64 10 years ago
Daniel Schwierzeck 666ba8444e common/board_f: add setup of initial stack frame for MIPS 10 years ago
Masahiro Yamada 60296a835c commands: add more command entries in Kconfig 10 years ago
Masahiro Yamada 6c77509000 hush: add CONFIG_HUSH_PARSER to Kconfig 10 years ago
Thierry Reding 4efe52bf23 pci: Honour pci_skip_dev() 10 years ago
Thierry Reding 042b83d4c5 pci: Abort early if bus does not exist 10 years ago
Christian Gmeiner 59e890ef7b fs: make it possible to read the filesystem UUID 10 years ago
Stefan Roese 18f26fdbd0 spl: Change debug to printf for "Unsupported boot-device" 10 years ago
Masahiro Yamada b41411954d linux/kernel.h: sync min, max, min3, max3 macros with Linux 10 years ago
Simon Glass c1a6f371ae dm: i2c: Move error reporting into a common function 10 years ago
Simon Glass 1151651831 dm: spl: Allow driver model to be used 10 years ago
Simon Glass fb4f5e7c91 dm: spl: Make simple malloc() available when enabled 10 years ago
Simon Glass c9356be307 dm: Split the simple malloc() implementation into its own file 10 years ago
Simon Glass 003504b6fe x86: Remove unnecessary find_fdt(), prepare_fdt() functions 10 years ago
Simon Glass 768e0f52f2 Move early malloc() to before arch_cpu_init() 10 years ago
Simon Glass 8b37c7694f x86: Use the standard arch_cpu_init() function 10 years ago
Simon Glass 07387d1769 x86: Use the standard dram_init() function 10 years ago
Simon Glass 933cdbb479 fdt: Try to use fdt_address_cells()/fdt_size_cells() 10 years ago
Simon Glass 41f09bbe59 fdt: Change fdt_pack_reg() to static and fix types 10 years ago
Simon Glass c654b5172a fdt: Add ft_system_setup() function for system device tree additions 10 years ago